Package | Description |
---|---|
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.transport.file |
Provides file transport in the form of a directory listeners and file dispatchers.
|
org.mule.transport.jdbc |
Provides jdbc transport.
|
org.mule.transport.jms |
Provides Jms transport connectivity with support for all Jms features.
|
org.mule.transport.soap.axis |
Provides an Axis soap transport for Mule.
|
org.mule.transport.xmpp |
Modifier and Type | Class and Description |
---|---|
class |
ResourceNameEndpointURIBuilder
ResourceNameEndpointBuilder extracts a resource name from a uri
endpointUri |
class |
SocketEndpointURIBuilder
SocketEndpointBuilder builds an endpointUri based on host and port
only |
class |
UrlEndpointURIBuilder
UrlEndpointURIBuilder is the default endpointUri strategy suitable for
most connectors |
class |
UserInfoEndpointURIBuilder
UserInfoEndpointBuilder builds an endpoint with the userinfo and
host details. |
Modifier and Type | Class and Description |
---|---|
class |
FileEndpointURIBuilder
FileEndpointBuilder File uris need some special processing because
the uri path can be any length, and the default resolver relies on a particular
path format. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcEndpointURIBuilder
Parses a JDBC style endpoint to a MuleEndpointURI
|
Modifier and Type | Class and Description |
---|---|
class |
JmsEndpointURIBuilder
TODO
|
Modifier and Type | Class and Description |
---|---|
class |
WsdlUrlEndpointURIBuilder
The same as the UrlEndpointbuilder except that all parameters except the first are
set as properties on the endpoint and stripped from the endpoint Uri
|
Modifier and Type | Class and Description |
---|---|
class |
XmppEndpointURIBuilder
This endpoint builder ensures that a path is set on the URI as the path is the
message type.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.