|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectorFactoryException | |
org.mule.providers.service | Provides SPI support for building mule connectors and providers using service descriptors. |
org.mule.providers.soap | |
org.mule.util | Common helper classes for reading/writing files setting bean properties and SPI helpers. |
Uses of ConnectorFactoryException in org.mule.providers.service |
Subclasses of ConnectorFactoryException in org.mule.providers.service | |
class |
ConnectorServiceException
ConnectorServiceException is thrown if a ProviderServicedescriptor has
a service error set. |
class |
ConnectorServiceNotFoundException
ConnectorServiceNotFoundException is thorown if no matching service
endpoint descriptor is found for the connector protocol. |
Methods in org.mule.providers.service that throw ConnectorFactoryException | |
ConnectorServiceDescriptor |
ConnectorServiceFinder.findService(java.lang.String service)
|
UMOTransformer |
ConnectorServiceDescriptor.createInboundTransformer()
|
UMOTransformer |
ConnectorServiceDescriptor.createOutboundTransformer()
|
UMOTransformer |
ConnectorServiceDescriptor.createResponseTransformer()
|
EndpointBuilder |
ConnectorServiceDescriptor.createEndpointBuilder()
|
static UMOConnector |
ConnectorFactory.createConnector(UMOEndpointURI url)
Creates an uninitialied connector from the provided MuleEndpointURI. |
static ConnectorServiceDescriptor |
ConnectorFactory.getServiceDescriptor(java.lang.String protocol)
|
static ConnectorServiceDescriptor |
ConnectorFactory.getServiceDescriptor(java.lang.String protocol,
java.util.Properties overrides)
|
Uses of ConnectorFactoryException in org.mule.providers.soap |
Methods in org.mule.providers.soap that throw ConnectorFactoryException | |
ConnectorServiceDescriptor |
SoapServiceFinder.findService(java.lang.String service)
|
Uses of ConnectorFactoryException in org.mule.util |
Methods in org.mule.util that throw ConnectorFactoryException | |
static UMOConnector |
MuleObjectHelper.getOrCreateConnectorByProtocol(UMOEndpointURI url)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |