|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractEndpointURIBuilder | |
|---|---|
| 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.ibean | |
| 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 | |
| org.mule.transport.xmpp | |
| Uses of AbstractEndpointURIBuilder in org.mule.endpoint |
|---|
| Subclasses of AbstractEndpointURIBuilder in org.mule.endpoint | |
|---|---|
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
UrlEndpointBuilder is the default endpointUri strategy suitable for
most connectors |
class |
UserInfoEndpointURIBuilder
UserInfoEndpointBuilder builds an endpoint with the userinfo and
host details. |
| Uses of AbstractEndpointURIBuilder in org.mule.transport.file |
|---|
| Subclasses of AbstractEndpointURIBuilder in org.mule.transport.file | |
|---|---|
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. |
| Uses of AbstractEndpointURIBuilder in org.mule.transport.ibean |
|---|
| Subclasses of AbstractEndpointURIBuilder in org.mule.transport.ibean | |
|---|---|
class |
IBeansEndpointURIBuilder
A Resource name endpoint builder that will check the validity of an iBean endpoint by looking up the iBean and checking the method exists on the iBean and pointing to a valid method (i.e. |
| Uses of AbstractEndpointURIBuilder in org.mule.transport.jdbc |
|---|
| Subclasses of AbstractEndpointURIBuilder in org.mule.transport.jdbc | |
|---|---|
class |
JdbcEndpointURIBuilder
Parses a JDBC style endpoint to a MuleEndpointURI |
| Uses of AbstractEndpointURIBuilder in org.mule.transport.jms |
|---|
| Subclasses of AbstractEndpointURIBuilder in org.mule.transport.jms | |
|---|---|
class |
JmsEndpointURIBuilder
TODO |
| Uses of AbstractEndpointURIBuilder in org.mule.transport.soap |
|---|
| Subclasses of AbstractEndpointURIBuilder in org.mule.transport.soap | |
|---|---|
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 |
| Uses of AbstractEndpointURIBuilder in org.mule.transport.xmpp |
|---|
| Subclasses of AbstractEndpointURIBuilder in org.mule.transport.xmpp | |
|---|---|
class |
XmppEndpointURIBuilder
This endpoint builder ensures that a path is set on the URI as the path is the message type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||