| Package | Description |
|---|---|
| org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
| org.mule.transformer |
Provides the default transformer base implementations for Mule including compression and encryption support.
|
| org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<MessageProcessor> |
AbstractEndpointBuilder.addResponseTransformerProcessors(EndpointURI endpointURI) |
protected List<MessageProcessor> |
AbstractEndpointBuilder.addTransformerProcessors(EndpointURI endpointURI) |
protected List<Transformer> |
AbstractEndpointBuilder.getResponseTransformersFromUri(EndpointURI endpointURI) |
protected List<Transformer> |
AbstractEndpointBuilder.getTransformersFromUri(EndpointURI endpointURI) |
| Modifier and Type | Method and Description |
|---|---|
List<Transformer> |
TransformerUtils.TransformerSource.getTransformers() |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportServiceException
TransportServiceException is thrown if a ProviderServicedescriptor
has a service error set. |
class |
TransportServiceNotFoundException
TransportServiceNotFoundException is thorown if no matching service
endpoint descriptor is found for the connector protocol. |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.