Package org.mule.transport.service

Provides SPI support for building mule connectors and providers using service descriptors.

See:
          Description

Interface Summary
TransportServiceDescriptor TransportServiceDescriptor describes the necessary information for creating a connector from a service descriptor.
 

Class Summary
DefaultTransportServiceDescriptor  
MetaTransportServiceDescriptor Used to describe a Meta transport, one which only defines an endpoint, not a connector, receiver, dispatcher, etc
TransportFactory TransportFactory can be used for generically creating endpoints from an url.
 

Exception Summary
TransportFactoryException 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.
TransportServiceException TransportServiceException is thrown if a ProviderServicedescriptor has a service error set.
TransportServiceNotFoundException TransportServiceNotFoundException is thorown if no matching service endpoint descriptor is found for the connector protocol.
 

Package org.mule.transport.service Description

Provides SPI support for building mule connectors and providers using service descriptors.



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.