org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
Java Source File Name | Type | Comment |
DefaultTransportServiceDescriptor.java | Class | |
TransportFactory.java | Class | TransportFactory can be used for generically creating endpoints
from an url. |
TransportFactoryException.java | Class | TransportFactoryException is thrown by the endpoint factory if the
endpoint service cannot be found in the META-INF/services directory or if any part
of the endpoint cannot be instanciated. |
TransportServiceDescriptor.java | Interface | TransportServiceDescriptor describes the necessary information for
creating a connector from a service descriptor. |
TransportServiceException.java | Class | TransportServiceException is thrown if a ProviderServicedescriptor
has a service error set. |
TransportServiceNotFoundException.java | Class | TransportServiceNotFoundException is thorown if no matching service
endpoint descriptor is found for the connector protocol. |