org.mule.umo.endpoint
Interface UMOEndpointURI
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- MuleEndpointURI
public interface UMOEndpointURI
- extends Serializable
UMOEndpointURI
is used to determine how a message is sent or
received. The url defines the protocol, the endpointUri destination of the message
and optionally the endpoint to use when dispatching the event. Mule urls take the
form of - protocol://[host]:[port]/[provider]/endpointUri or
protocol://[host]:[port]/endpointUri i.e. vm://my.object or
The protocol can be any of any conector registered with Mule. The
endpoint name if specified must be the name of a register global endpoint The
endpointUri can be any endpointUri recognised by the endpoint type.
PROPERTY_ENDPOINT_NAME
static final String PROPERTY_ENDPOINT_NAME
- See Also:
- Constant Field Values
PROPERTY_ENDPOINT_URI
static final String PROPERTY_ENDPOINT_URI
- See Also:
- Constant Field Values
PROPERTY_CREATE_CONNECTOR
static final String PROPERTY_CREATE_CONNECTOR
- See Also:
- Constant Field Values
PROPERTY_CONNECTOR_NAME
static final String PROPERTY_CONNECTOR_NAME
- See Also:
- Constant Field Values
PROPERTY_TRANSFORMERS
static final String PROPERTY_TRANSFORMERS
- See Also:
- Constant Field Values
PROPERTY_RESPONSE_TRANSFORMERS
static final String PROPERTY_RESPONSE_TRANSFORMERS
- See Also:
- Constant Field Values
getAddress
String getAddress()
getFilterAddress
String getFilterAddress()
getEndpointName
String getEndpointName()
- Deprecated. This property is used by endpoint-identifiers, global-endpoints use UMOImmutableEndpoint.getName()
setEndpointName
void setEndpointName(String name)
- Deprecated. This property is used by endpoint-identifiers, global-endpoints use UMOImmutableEndpoint.getName()
getParams
Properties getParams()
getUserParams
Properties getUserParams()
getScheme
String getScheme()
getSchemeMetaInfo
String getSchemeMetaInfo()
getFullScheme
String getFullScheme()
getAuthority
String getAuthority()
getHost
String getHost()
getPort
int getPort()
getPath
String getPath()
getQuery
String getQuery()
getUserInfo
String getUserInfo()
getTransformers
String getTransformers()
getResponseTransformers
String getResponseTransformers()
getCreateConnector
int getCreateConnector()
getUri
URI getUri()
getConnectorName
String getConnectorName()
getResourceInfo
String getResourceInfo()
getUsername
String getUsername()
getPassword
String getPassword()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.