Uses of Interface
org.mule.util.store.DeserializationPostInitialisable

Packages that use DeserializationPostInitialisable
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.transport Contains Abstract classes providing common functionality for all Mule providers. 
org.mule.transport.ajax   
org.mule.transport.jms Provides Jms transport connectivity with support for all Jms features. 
org.mule.transport.servlet.jetty   
org.mule.util.store   
 

Uses of DeserializationPostInitialisable in org.mule
 

Classes in org.mule that implement DeserializationPostInitialisable
 class DefaultMessageCollection
          A MuleMessage type that manages a collection of MuleMessage Objects.
 class DefaultMuleEvent
          DefaultMuleEvent represents any data event occurring in the Mule environment.
 class DefaultMuleMessage
          DefaultMuleMessage is a wrapper that contains a payload and properties associated with the payload.
 

Uses of DeserializationPostInitialisable in org.mule.routing
 

Classes in org.mule.routing that implement DeserializationPostInitialisable
 class EventGroup
          EventGroup is a holder over events grouped by a common group Id.
 

Uses of DeserializationPostInitialisable in org.mule.transport
 

Classes in org.mule.transport that implement DeserializationPostInitialisable
 class DefaultReplyToHandler
          DefaultReplyToHandler is responsible for processing a message replyTo header.
 

Uses of DeserializationPostInitialisable in org.mule.transport.ajax
 

Classes in org.mule.transport.ajax that implement DeserializationPostInitialisable
 class AjaxReplyToHandler
          Handles the sending of sending result messages back to the client when the a replyTo channel is specified in the client request.
 

Uses of DeserializationPostInitialisable in org.mule.transport.jms
 

Classes in org.mule.transport.jms that implement DeserializationPostInitialisable
 class JmsReplyToHandler
          JmsReplyToHandler will process a JMS replyTo or hand off to the default replyTo handler if the replyTo is a URL.
 

Uses of DeserializationPostInitialisable in org.mule.transport.servlet.jetty
 

Classes in org.mule.transport.servlet.jetty that implement DeserializationPostInitialisable
 class JettyContinuationsReplyToHandler
          This handler is responsible for resuming the continuation for the current request
 

Uses of DeserializationPostInitialisable in org.mule.util.store
 

Classes in org.mule.util.store that implement DeserializationPostInitialisable
protected static class MonitoredObjectStoreWrapper.StoredObject<T>
           
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.