WebLogic Integration


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

Packages that use Conversation
com.bea.b2b.enabler.xocp Used for working with c-enabler sessions for the XML Open Collaboration Protocol (XOCP). 
com.bea.b2b.protocol Used for working with logic plug-ins. 
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). 
com.bea.b2b.protocol.xocp.messaging Used for working with messages in conversations that use the XML Open Collaboration Protocol (XOCP). 
 

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

Methods in com.bea.b2b.enabler.xocp that return Conversation
 Conversation XOCPEnablerSessionImpl.createConversation(java.lang.String cpaId, java.lang.String myRole, long timeout)
           
 Conversation XOCPEnablerSessionImpl.createConversation(ConversationType cType, long timeout)
           
 Conversation XOCPEnablerSessionImpl.getConversation(java.lang.String conversationId)
           
 Conversation[] XOCPEnablerSessionImpl.getConversations()
           
 Conversation XOCPEnablerSession.createConversation(ConversationType type, long timeout)
          Deprecated. Creates a conversation of the specified conversation type and with the specified timeout.
 Conversation XOCPEnablerSession.getConversation(java.lang.String conversationId)
          Deprecated. Gets the conversation with the specified conversation ID.
 Conversation[] XOCPEnablerSession.getConversations()
          Deprecated. Gets all of the conversations in which this c-enabler session is involved, including both conversations initiated and conversations in which the collaborator participated using this c-enabler session.
 

Methods in com.bea.b2b.enabler.xocp with parameters of type Conversation
 void XOCPEnablerSessionImpl.addConversation(Conversation c)
           
 

Uses of Conversation in com.bea.b2b.protocol
 

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

Methods in com.bea.b2b.protocol.xocp.application that return Conversation
 Conversation XOCPApplicationSession.createConversation(java.lang.String caId, java.lang.String myRole, long timeout)
          Creates a conversation of the specified Collaboration Agreement global identifier and conversation role, and with the specified timeout.
 Conversation XOCPApplicationSession.getConversation(java.lang.String conversationId)
          Gets the conversation with the specified conversation ID.
 Conversation[] XOCPApplicationSession.getConversations()
          Gets all of the conversations in which this XOCP application session is involved, including both conversations initiated and conversations in which the collaborator participated using this XOCP application session.
 Conversation XOCPApplicationSessionImpl.createConversation(ConversationType cType, long timeout)
           
 Conversation XOCPApplicationSessionImpl.createConversation(java.lang.String cpaId, java.lang.String myRole, long timeout)
           
 Conversation XOCPApplicationSessionImpl.getConversation(java.lang.String conversationId)
           
 Conversation[] XOCPApplicationSessionImpl.getConversations()
           
 

Methods in com.bea.b2b.protocol.xocp.application with parameters of type Conversation
 void XOCPApplicationSessionImpl.addConversation(Conversation c)
           
 

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

Methods in com.bea.b2b.protocol.xocp.conversation.local that return Conversation
 Conversation LocalCoordinator.createConversation(java.lang.String cpaId, java.lang.String role, long timeout)
           
 Conversation LocalCoordinator.createConversation(ConversationType cType, long timeout)
           
 Conversation LocalCoordinator.createConversation(java.lang.String fromRole, java.lang.String toRole, ConversationType cType, long timeout)
           
 Conversation LocalCoordinator.getConversation(java.lang.String conversationId)
           
 Conversation[] LocalCoordinator.getConversations()
           
 

Methods in com.bea.b2b.protocol.xocp.conversation.local with parameters of type Conversation
 void LocalCoordinator.addConversation(Conversation c)
           
 void ConversationHandler.onTerminate(Conversation conv, int result)
          Deprecated. Callback to indicate that the specified conversation was terminated with the specified result (SUCCESS or FAILURE).
 

Uses of Conversation in com.bea.b2b.protocol.xocp.messaging
 

Methods in com.bea.b2b.protocol.xocp.messaging that return Conversation
 Conversation XOCPMessage.getConversation()
          Gets the conversation in which this business message is sent.
 

Methods in com.bea.b2b.protocol.xocp.messaging with parameters of type Conversation
 void XOCPMessageListener.onTerminate(Conversation conv, int result)
          Callback to indicate that the specified conversation was terminated with the specified result (SUCCESS or FAILURE).
 void XOCPMessage.setConversation(Conversation c)
          Sets the conversation in which to send this business message.
 


WebLogic Integration

WebLogic Integration (WLI)