|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UniqueIdNotSupportedException | |
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.providers.file | Provides file transport in the form of a directory listeners and file dispatchers. |
org.mule.providers.jms | Provides Jms transport connectivity with support for all Jms features. |
org.mule.providers.servlet | Allows the Mule server to easily interact with a servlet engine. |
org.mule.providers.vm | A connector implementation allowing events to be passed between Mule sessions via in-memory queues. |
org.mule.routing.outbound | Outbound router implementation as described in the Enterprise Integration Patterns book. |
org.mule.umo.provider | Contains the interfaces that comprise a provider implementation. |
Uses of UniqueIdNotSupportedException in org.mule.impl |
Methods in org.mule.impl that throw UniqueIdNotSupportedException | |
java.lang.String |
MuleMessage.getUniqueId()
|
Uses of UniqueIdNotSupportedException in org.mule.providers |
Methods in org.mule.providers that throw UniqueIdNotSupportedException | |
java.lang.String |
DefaultMessageAdapter.getUniqueId()
|
java.lang.String |
AbstractMessageAdapter.getUniqueId()
|
Uses of UniqueIdNotSupportedException in org.mule.providers.file |
Methods in org.mule.providers.file that throw UniqueIdNotSupportedException | |
java.lang.String |
FileMessageAdapter.getUniqueId()
|
java.lang.String |
FileContentsMessageAdapter.getUniqueId()
|
Uses of UniqueIdNotSupportedException in org.mule.providers.jms |
Methods in org.mule.providers.jms that throw UniqueIdNotSupportedException | |
java.lang.String |
JmsMessageAdapter.getUniqueId()
|
Uses of UniqueIdNotSupportedException in org.mule.providers.servlet |
Methods in org.mule.providers.servlet that throw UniqueIdNotSupportedException | |
java.lang.String |
HttpRequestMessageAdapter.getUniqueId()
|
Uses of UniqueIdNotSupportedException in org.mule.providers.vm |
Methods in org.mule.providers.vm that throw UniqueIdNotSupportedException | |
java.lang.String |
VMMessageAdapter.getUniqueId()
|
Uses of UniqueIdNotSupportedException in org.mule.routing.outbound |
Methods in org.mule.routing.outbound that throw UniqueIdNotSupportedException | |
protected void |
AbstractOutboundRouter.setMessageProperties(UMOSession session,
UMOMessage message,
UMOEndpoint endpoint)
|
Uses of UniqueIdNotSupportedException in org.mule.umo.provider |
Methods in org.mule.umo.provider that throw UniqueIdNotSupportedException | |
java.lang.String |
UMOMessageAdapter.getUniqueId()
gets the unique identifier for the message. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |