org.apache.tuscany.sca.implementation.java.injection
Class ConversationIDObjectFactory

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.java.injection.ConversationIDObjectFactory
All Implemented Interfaces:
ObjectFactory

public class ConversationIDObjectFactory
extends java.lang.Object
implements ObjectFactory

Object Factory that is used to retrieve the ConversationID from the Message on the ThreadMessageContext.


Constructor Summary
ConversationIDObjectFactory()
           
 
Method Summary
 java.lang.Object getInstance()
          Return a instance of the type that this factory creates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationIDObjectFactory

public ConversationIDObjectFactory()
Method Detail

getInstance

public java.lang.Object getInstance()
Description copied from interface: ObjectFactory
Return a instance of the type that this factory creates.

Specified by:
getInstance in interface ObjectFactory
Returns:
a instance from this factory