WebLogic Integration


Uses of Interface
com.bea.b2b.enabler.EnablerSession

Packages that use EnablerSession
com.bea.b2b.enabler Used for working with c-enabler nodes and c-enabler sessions. 
com.bea.b2b.enabler.xocp Used for working with c-enabler sessions for 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 EnablerSession in com.bea.b2b.enabler
 

Methods in com.bea.b2b.enabler that return EnablerSession
 EnablerSession EnablerSessionFactory.createSession(java.lang.String name, java.util.Hashtable sessionProps, java.util.Hashtable protocolProps, Enabler enabler)
           
 EnablerSession[] Enabler.getEnablerSessions()
          Deprecated. Gets EnablerSession objects for all of the c-enabler sessions specified in the c-enabler XML configuration file and, if required, creates c-enabler sessions.
 EnablerSession Enabler.getEnablerSession(java.lang.String sessionName)
          Deprecated. Gets a c-enabler session with the specified session name and, if required, creates a c-enabler session.
 

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

Subinterfaces of EnablerSession in com.bea.b2b.enabler.xocp
 interface XOCPEnablerSession
          Deprecated. Replaced by XOCPApplicationSession
 

Methods in com.bea.b2b.enabler.xocp that return EnablerSession
 EnablerSession XOCPEnablerSessionFactory.createSession(java.lang.String name, java.util.Hashtable sessionProps, java.util.Hashtable protocolProps, Enabler enabler)
           
 

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

Methods in com.bea.b2b.protocol.xocp.messaging with parameters of type EnablerSession
static boolean EnablerMessenger.pingHub(EnablerSession session)
           
 


WebLogic Integration

WebLogic Integration (WLI)