Uses of Class
org.mule.providers.service.ConnectorFactoryException

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
 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)
           
static UMOConnector ConnectorFactory.getOrCreateConnectorByProtocol(UMOEndpointURI uri)
           
static UMOConnector ConnectorFactory.getOrCreateConnectorByProtocol(UMOImmutableEndpoint endpoint)
           
 

Uses of ConnectorFactoryException in org.mule.providers.soap
 

Methods in org.mule.providers.soap that throw ConnectorFactoryException
 ConnectorServiceDescriptor SoapServiceFinder.findService(java.lang.String service)
           
 



Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.