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 |
Contains Abstract classes providing common functionality for all Mule providers.
|
org.mule.transport.service |
Provides SPI support for building mule connectors and providers using service descriptors.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractEndpointBuilder.initExchangePatternFromConnectorDefault(TransportServiceDescriptor serviceDescriptor) |
Modifier and Type | Method and Description |
---|---|
static List<Transformer> |
TransformerUtils.getDefaultInboundTransformers(TransportServiceDescriptor serviceDescriptor,
ImmutableEndpoint endpoint) |
static List<Transformer> |
TransformerUtils.getDefaultOutboundTransformers(TransportServiceDescriptor serviceDescriptor,
ImmutableEndpoint endpoint) |
static List<Transformer> |
TransformerUtils.getDefaultResponseTransformers(TransportServiceDescriptor serviceDescriptor,
ImmutableEndpoint endpoint) |
Modifier and Type | Field and Description |
---|---|
protected TransportServiceDescriptor |
AbstractConnector.serviceDescriptor
Holds the service configuration for this connector
|
Modifier and Type | Method and Description |
---|---|
protected TransportServiceDescriptor |
AbstractConnector.getServiceDescriptor()
Get the
TransportServiceDescriptor for this connector. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransportServiceDescriptor |
class |
MetaTransportServiceDescriptor
Used to describe a Meta transport, one which only defines an endpoint, not a connector, receiver, dispatcher, etc
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.