|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointBuilder | |
---|---|
org.mule.impl.endpoint | Implemtation of Mule endpoint uris. |
org.mule.providers.file | Provides file transport in the form of a directory listeners and file dispatchers. |
org.mule.providers.jdbc | Provides jdbc transport. |
org.mule.providers.service | Provides SPI support for building mule connectors and providers using service descriptors. |
org.mule.providers.soap | |
org.mule.providers.xmpp |
Uses of EndpointBuilder in org.mule.impl.endpoint |
---|
Classes in org.mule.impl.endpoint that implement EndpointBuilder | |
---|---|
class |
AbstractEndpointBuilder
UrlEndpointBuilder is the default endpointUri strategy suitable for
most connectors |
class |
ResourceNameEndpointBuilder
ResourceNameEndpointBuilder extracts a resource name from a uri
endpointUri |
class |
SocketEndpointBuilder
SocketEndpointBuilder builds an endpointUri based on host and port
only |
class |
UrlEndpointBuilder
UrlEndpointBuilder is the default endpointUri strategy suitable for
most connectors |
class |
UserInfoEndpointBuilder
UserInfoEndpointBuilder builds an endpoint with the userinfo and
host details. |
Uses of EndpointBuilder in org.mule.providers.file |
---|
Classes in org.mule.providers.file that implement EndpointBuilder | |
---|---|
class |
FileEndpointBuilder
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. |
Uses of EndpointBuilder in org.mule.providers.jdbc |
---|
Classes in org.mule.providers.jdbc that implement EndpointBuilder | |
---|---|
class |
JdbcEndpointBuilder
Parses a JDBC style endpoint to a MuleEndpointURI |
Uses of EndpointBuilder in org.mule.providers.service |
---|
Methods in org.mule.providers.service that return EndpointBuilder | |
---|---|
EndpointBuilder |
TransportServiceDescriptor.createEndpointBuilder()
|
Uses of EndpointBuilder in org.mule.providers.soap |
---|
Classes in org.mule.providers.soap that implement EndpointBuilder | |
---|---|
class |
WsdlUrlEndpointBuilder
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 |
Uses of EndpointBuilder in org.mule.providers.xmpp |
---|
Classes in org.mule.providers.xmpp that implement EndpointBuilder | |
---|---|
class |
XmppEndpointBuilder
Does the same as the UserINfoEndpointBuilder but also ensures that a path is set on the uri. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |