|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOImmutableEndpoint | |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.impl.endpoint | Implemtation of Mule endpoint uris. |
org.mule.impl.security | |
org.mule.providers.email.transformers | Contains transformers to convert to and from the java.mail.Message type. |
org.mule.transformers | Provides the default transformer base implementations for Mule including compression and encryption support. |
org.mule.umo.endpoint | |
org.mule.umo.security | |
org.mule.umo.transformer | Contains the interfaces for transformers and exceptions for the UMO Transformer API. |
Uses of UMOImmutableEndpoint in org.mule.impl |
Classes in org.mule.impl that implement UMOImmutableEndpoint | |
class |
ImmutableMuleEndpoint
ImmutableMuleEndpoint describes a Provider in the Mule Server. |
Methods in org.mule.impl that return UMOImmutableEndpoint | |
UMOImmutableEndpoint |
EndpointList.getDefaultReceiveProvider()
Returns the default Receive Provider in the list. |
UMOImmutableEndpoint |
EndpointList.getDefaultSendProvider()
Returns the default Send Provider in the list. |
UMOImmutableEndpoint[] |
EndpointList.getReceiveProvidersByProtocol(java.lang.String protocol)
Returns a list of receive endpoints that use the given protocol |
UMOImmutableEndpoint[] |
EndpointList.getReceiveProvidersByEndpoint(java.lang.String endpoint,
boolean exactMatch)
Returns a list of receive endpoints that use the given endpointUri |
Methods in org.mule.impl with parameters of type UMOImmutableEndpoint | |
protected void |
ImmutableMuleEndpoint.initFromDescriptor(UMOImmutableEndpoint source)
|
void |
EndpointList.addSendProvider(UMOImmutableEndpoint endpoint,
boolean readOnly)
Adds a send endpoint to the list |
protected void |
EndpointList.addReceiveProvider(UMOImmutableEndpoint endpoint,
boolean readOnly)
Adds a receive endpoint to the list |
void |
EndpointList.setDefaultSendProvider(UMOImmutableEndpoint endpoint)
Sets the specified endpoint to be the default in the list |
void |
EndpointList.setDefaultSendProvider(UMOImmutableEndpoint endpoint,
boolean readOnly)
Sets the specified endpoint to be the default in the list |
void |
EndpointList.setDefaultReceiveProvider(UMOImmutableEndpoint endpoint)
Sets the specified endpoint to be the default in the list |
void |
EndpointList.setDefaultReceiveProvider(UMOImmutableEndpoint endpoint,
boolean readOnly)
Sets the specified endpoint to be the default in the list |
void |
EndpointList.add(UMOImmutableEndpoint endpoint)
Add an endpoint to the list |
void |
EndpointList.add(UMOImmutableEndpoint endpoint,
boolean readOnly)
Add an endpoint to the list |
void |
EndpointList.remove(UMOImmutableEndpoint endpoint)
Removes an endpoint from the list |
Constructors in org.mule.impl with parameters of type UMOImmutableEndpoint | |
ImmutableMuleEndpoint(UMOImmutableEndpoint source)
|
Uses of UMOImmutableEndpoint in org.mule.impl.endpoint |
Classes in org.mule.impl.endpoint that implement UMOImmutableEndpoint | |
class |
MuleEndpoint
MuleEndpoint describes a Provider in the Mule Server. |
Methods in org.mule.impl.endpoint that return UMOImmutableEndpoint | |
UMOImmutableEndpoint |
MuleEndpoint.getImmutableProvider()
Creates a read-only copy of the endpoint |
Constructors in org.mule.impl.endpoint with parameters of type UMOImmutableEndpoint | |
MuleEndpoint(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.impl.security |
Methods in org.mule.impl.security that return UMOImmutableEndpoint | |
UMOImmutableEndpoint |
AbstractEndpointSecurityFilter.getEndpoint()
|
Methods in org.mule.impl.security with parameters of type UMOImmutableEndpoint | |
void |
AbstractEndpointSecurityFilter.setEndpoint(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.providers.email.transformers |
Methods in org.mule.providers.email.transformers with parameters of type UMOImmutableEndpoint | |
void |
StringToEmailMessage.setEndpoint(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.transformers |
Fields in org.mule.transformers declared as UMOImmutableEndpoint | |
protected UMOImmutableEndpoint |
AbstractTransformer.endpoint
|
Methods in org.mule.transformers that return UMOImmutableEndpoint | |
UMOImmutableEndpoint |
AbstractTransformer.getEndpoint()
|
Methods in org.mule.transformers with parameters of type UMOImmutableEndpoint | |
void |
AbstractTransformer.setEndpoint(UMOImmutableEndpoint endpoint)
|
Uses of UMOImmutableEndpoint in org.mule.umo.endpoint |
Subinterfaces of UMOImmutableEndpoint in org.mule.umo.endpoint | |
interface |
UMOEndpoint
UMOEndpoint describes a Provider in the Mule Server. |
Uses of UMOImmutableEndpoint in org.mule.umo.security |
Methods in org.mule.umo.security that return UMOImmutableEndpoint | |
UMOImmutableEndpoint |
UMOEndpointSecurityFilter.getEndpoint()
|
Methods in org.mule.umo.security with parameters of type UMOImmutableEndpoint | |
void |
UMOEndpointSecurityFilter.setEndpoint(UMOImmutableEndpoint endpoint)
|
Constructors in org.mule.umo.security with parameters of type UMOImmutableEndpoint | |
UnauthorisedException(UMOSecurityContext context,
UMOImmutableEndpoint endpoint,
UMOEndpointSecurityFilter filter)
|
|
CredentialsNotSetException(UMOSecurityContext context,
UMOImmutableEndpoint endpoint,
UMOEndpointSecurityFilter filter)
|
Uses of UMOImmutableEndpoint in org.mule.umo.transformer |
Methods in org.mule.umo.transformer that return UMOImmutableEndpoint | |
UMOImmutableEndpoint |
UMOTransformer.getEndpoint()
|
Methods in org.mule.umo.transformer with parameters of type UMOImmutableEndpoint | |
void |
UMOTransformer.setEndpoint(UMOImmutableEndpoint endpoint)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |