WebLogic Integration


Uses of Class
com.bea.b2b.enabler.Enabler

Packages that use Enabler
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.application Used for working with XOCP (eXtensible Open Collaboration Protocol) application and XOCP application sessions. 
 

Uses of Enabler in com.bea.b2b.enabler
 

Fields in com.bea.b2b.enabler declared as Enabler
protected  Enabler EnablerSessionBase.node
           
 

Methods in com.bea.b2b.enabler that return Enabler
static Enabler Enabler.getEnabler(java.lang.String configFile)
          Deprecated. Creates or gets an Enabler object for the c-enabler node with the specified c-enabler XML configuration file.
 

Methods in com.bea.b2b.enabler with parameters of type Enabler
 EnablerSession EnablerSessionFactory.createSession(java.lang.String name, java.util.Hashtable sessionProps, java.util.Hashtable protocolProps, Enabler enabler)
           
 

Constructors in com.bea.b2b.enabler with parameters of type Enabler
EnablerSessionBase.EnablerSessionBase(java.lang.String name, java.util.Hashtable props, Enabler enabler)
           
 

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

Methods in com.bea.b2b.enabler.xocp that return Enabler
 Enabler XOCPEnablerSessionImpl.getEnablerI()
           
 

Methods in com.bea.b2b.enabler.xocp with parameters of type Enabler
 EnablerSession XOCPEnablerSessionFactory.createSession(java.lang.String name, java.util.Hashtable sessionProps, java.util.Hashtable protocolProps, Enabler enabler)
           
 

Constructors in com.bea.b2b.enabler.xocp with parameters of type Enabler
XOCPEnablerSessionImpl.XOCPEnablerSessionImpl(java.lang.String name, java.util.Hashtable props, Enabler enabler)
           
 

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

Methods in com.bea.b2b.protocol.xocp.application that return Enabler
 Enabler XOCPApplicationSessionImpl.getEnablerI()
           
 


WebLogic Integration

WebLogic Integration (WLI)