WebLogic Integration


Uses of Interface
com.bea.b2b.protocol.xocp.conversation.local.ConversationHandler

Packages that use ConversationHandler
com.bea.b2b.enabler.xocp Used for working with c-enabler sessions for the XML Open Collaboration Protocol (XOCP). 
com.bea.b2b.protocol.xocp.application Used for working with XOCP (eXtensible Open Collaboration Protocol) application and XOCP application sessions. 
com.bea.b2b.protocol.xocp.conversation.local Used for working with conversations that use the XML Open Collaboration Protocol (XOCP). 
 

Uses of ConversationHandler in com.bea.b2b.enabler.xocp
 

Methods in com.bea.b2b.enabler.xocp that return ConversationHandler
 ConversationHandler XOCPEnablerSessionImpl.getConversationHandler(ConversationType cType)
           
 ConversationHandler XOCPEnablerSessionImpl.unregisterConversationHandler(ConversationType type)
           
 ConversationHandler XOCPEnablerSession.unregisterConversationHandler(ConversationType type)
          Deprecated. Unregisters the conversation handler from this c-enabler session.
 

Methods in com.bea.b2b.enabler.xocp with parameters of type ConversationHandler
 void XOCPEnablerSessionImpl.registerConversationHandler(ConversationType[] types, ConversationHandler handler)
           
 void XOCPEnablerSession.registerConversationHandler(ConversationType[] types, ConversationHandler handler)
          Deprecated. Registers a conversation handler with this c-enabler session.
 

Constructors in com.bea.b2b.enabler.xocp with parameters of type ConversationHandler
EnablerMessageListener.EnablerMessageListener(ConversationHandler ch, com.bea.b2b.protocol.xocp.application.CompatEnablerSession s)
           
 

Uses of ConversationHandler in com.bea.b2b.protocol.xocp.application
 

Methods in com.bea.b2b.protocol.xocp.application that return ConversationHandler
 ConversationHandler XOCPApplicationSessionImpl.getConversationHandler(ConversationType cType)
           
 ConversationHandler XOCPApplicationSessionImpl.unregisterConversationHandler(ConversationType type)
           
 

Methods in com.bea.b2b.protocol.xocp.application with parameters of type ConversationHandler
 void XOCPApplicationSessionImpl.registerConversationHandler(ConversationType[] types, ConversationHandler handler)
           
 

Uses of ConversationHandler in com.bea.b2b.protocol.xocp.conversation.local
 

Methods in com.bea.b2b.protocol.xocp.conversation.local that return ConversationHandler
 ConversationHandler LocalCoordinator.getConversationHandler(ConversationType cType)
           
 ConversationHandler LocalCoordinator.unregisterConversationHandler(ConversationType type)
           
 

Methods in com.bea.b2b.protocol.xocp.conversation.local with parameters of type ConversationHandler
 void LocalCoordinator.registerConversationHandler(ConversationType[] types, ConversationHandler handler)
           
 


WebLogic Integration

WebLogic Integration (WLI)