|
|||||||||||
| 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 | |
| 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 | |
static UMOConnector |
ConnectorFactory.createConnector(UMOEndpointURI url)
Creates an uninitialied connector from the provided MuleEndpointURI. |
static ConnectorServiceDescriptor |
ConnectorFactory.getServiceDescriptor(String protocol)
|
static ConnectorServiceDescriptor |
ConnectorFactory.getServiceDescriptor(String protocol,
Properties overrides)
|
static UMOConnector |
ConnectorFactory.getOrCreateConnectorByProtocol(UMOEndpointURI uri)
|
static UMOConnector |
ConnectorFactory.getOrCreateConnectorByProtocol(UMOImmutableEndpoint endpoint)
|
ConnectorServiceDescriptor |
ConnectorServiceFinder.findService(String service,
ConnectorServiceDescriptor csd)
|
UMOTransformer |
ConnectorServiceDescriptor.createInboundTransformer()
|
UMOTransformer |
ConnectorServiceDescriptor.createOutboundTransformer()
|
UMOTransformer |
ConnectorServiceDescriptor.createResponseTransformer()
|
EndpointBuilder |
ConnectorServiceDescriptor.createEndpointBuilder()
|
| Uses of ConnectorFactoryException in org.mule.providers.soap |
| Methods in org.mule.providers.soap that throw ConnectorFactoryException | |
ConnectorServiceDescriptor |
SoapServiceFinder.findService(String service,
ConnectorServiceDescriptor csd)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||