Package | Description |
---|---|
org.mule.api.endpoint |
Endpoint interfaces.
|
org.mule.endpoint |
Implemtation of Mule endpoint uris.
|
org.mule.module.spring.events |
A Spring EventMulticaster that allows any Spring bean to send and receive mule events through the ApplicationContext and event listeners.
|
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 | Method and Description |
---|---|
EndpointURI |
EndpointURIBuilder.build(URI uri,
MuleContext muleContext) |
Modifier and Type | Method and Description |
---|---|
EndpointURI |
AbstractEndpointURIBuilder.build(URI uri,
MuleContext muleContext) |
protected Properties |
AbstractEndpointURIBuilder.getPropertiesForURI(URI uri,
MuleContext muleContext) |
protected String |
MuleEndpointURI.preprocessUri(String uriString) |
protected void |
SocketEndpointURIBuilder.setEndpoint(URI uri,
Properties props) |
protected void |
ResourceNameEndpointURIBuilder.setEndpoint(URI uri,
Properties props) |
protected void |
UrlEndpointURIBuilder.setEndpoint(URI uri,
Properties props) |
protected abstract void |
AbstractEndpointURIBuilder.setEndpoint(URI uri,
Properties props) |
protected void |
UserInfoEndpointURIBuilder.setEndpoint(URI uri,
Properties props) |
Constructor and Description |
---|
DynamicURIBuilder(URIBuilder templateUriBuilder) |
Modifier and Type | Method and Description |
---|---|
Object |
MuleEventMulticaster.onCall(MuleEventContext context)
Deprecated.
This is the callback method used by Mule to give Mule events to this
Multicaster
|
Modifier and Type | Method and Description |
---|---|
protected void |
FileEndpointURIBuilder.setEndpoint(URI uri,
Properties props) |
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcEndpointURIBuilder.setEndpoint(URI uri,
Properties props) |
Modifier and Type | Method and Description |
---|---|
protected void |
JmsEndpointURIBuilder.setEndpoint(URI uri,
Properties props) |
Modifier and Type | Method and Description |
---|---|
protected void |
WsdlUrlEndpointURIBuilder.setEndpoint(URI uri,
Properties props) |
Modifier and Type | Method and Description |
---|---|
protected void |
XmppEndpointURIBuilder.setEndpoint(URI uri,
Properties props) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.