WebLogic Integration


Uses of Class
com.bea.b2b.protocol.PlugInException

Packages that use PlugInException
com.bea.b2b.protocol Used for working with logic plug-ins. 
com.bea.b2b.protocol.cxml Used for working with the cXML protocol. 
 

Uses of PlugInException in com.bea.b2b.protocol
 

Methods in com.bea.b2b.protocol that throw PlugInException
 void ModuleChain.process(MessageEnvelope env)
           
 void ModuleChain.shutDown()
          Shutdown this plugin chain
 void PlugIn.init(java.util.Hashtable properties)
          Initializes this logic plug-in one time using the specified initialization settings.
 void PlugIn.shutDown()
          Shuts down this logic plug-in.
 void PlugIn.process(MessageEnvelope env)
          Processes the specified message envelope.
 

Uses of PlugInException in com.bea.b2b.protocol.cxml
 

Methods in com.bea.b2b.protocol.cxml that throw PlugInException
 void CXMLIBProtocol.init(java.util.Hashtable properties)
           
 void CXMLIBProtocol.route(MessageEnvelope env)
          Special router to not clear the recipients list (should be only one).
 void CXMLProtocol.init(java.util.Hashtable properties)
           
 void CXMLProtocol.route(MessageEnvelope env)
          Special router to not clear the recipients list (should be only one).
 void CXMLRouterEnqueue.init(java.util.Hashtable properties)
           
 void CXMLRouterEnqueue.shutDown()
           
 void CXMLRouterEnqueue.process(MessageEnvelope env)
           
 void CXMLFilter.init(java.util.Hashtable properties)
           
 void CXMLFilter.shutDown()
           
 void CXMLFilter.process(MessageEnvelope env)
           
 void CXMLEncoder.init(java.util.Hashtable properties)
           
 void CXMLEncoder.shutDown()
           
 void CXMLEncoder.process(MessageEnvelope env)
           
 void CXMLIBDecoder.init(java.util.Hashtable properties)
           
 void CXMLIBDecoder.shutDown()
           
 void CXMLIBDecoder.process(MessageEnvelope env)
           
 

Constructors in com.bea.b2b.protocol.cxml that throw PlugInException
CXMLIBProtocol.CXMLIBProtocol()
           
CXMLProtocol.CXMLProtocol()
           
 


WebLogic Integration

WebLogic Integration (WLI)