WebLogic Integration


Uses of Interface
com.bea.b2b.protocol.xocp.application.XOCPApplicationSession

Packages that use XOCPApplicationSession
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 XOCPApplicationSession in com.bea.b2b.protocol.xocp.application
 

Methods in com.bea.b2b.protocol.xocp.application that return XOCPApplicationSession
static XOCPApplicationSession XOCPApplicationSessionFactory.createSession(java.lang.String tpName, java.lang.String chanName, XOCPApplication app)
           
 XOCPApplicationSession[] XOCPApplication.getXOCPApplicationSessions()
          Gets all the XOCPApplicationSession objects for this XOCPApplication.
 XOCPApplicationSession XOCPApplication.getXOCPApplicationSession(java.lang.String tradingPartnerName, java.lang.String deliveryChannelName)
          Gets an XOCPApplicationSession with the specified Trading Partner name and the associated Delivery Channel name and, if required, creates an XOCP application session.
 

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

Methods in com.bea.b2b.protocol.xocp.conversation.local that return XOCPApplicationSession
 XOCPApplicationSession ConversationImpl.getXOCPApplicationSession()
           
 XOCPApplicationSession Conversation.getXOCPApplicationSession()
          Gets the XOCP application session associated with this conversation.
 

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

Methods in com.bea.b2b.protocol.xocp.messaging with parameters of type XOCPApplicationSession
static boolean XOCPApplicationMessenger.pingHub(XOCPApplicationSession session, java.lang.String hubUrl)
           
 


WebLogic Integration

WebLogic Integration (WLI)