WebLogic Integration


Uses of Class
com.bea.b2b.enabler.EnablerSession.InitException

Packages that use EnablerSession.InitException
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). 
 

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

Methods in com.bea.b2b.enabler that throw EnablerSession.InitException
 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.
 

Constructors in com.bea.b2b.enabler that throw EnablerSession.InitException
EnablerSessionBase.EnablerSessionBase(java.lang.String name, java.util.Hashtable props, Enabler enabler)
           
 

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

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

Constructors in com.bea.b2b.enabler.xocp that throw EnablerSession.InitException
XOCPEnablerSessionImpl.XOCPEnablerSessionImpl(java.lang.String name, java.util.Hashtable props, Enabler enabler)
           
 


WebLogic Integration

WebLogic Integration (WLI)