WebLogic Integration


Uses of Package
com.bea.b2b.protocol.xocp.messaging

Packages that use com.bea.b2b.protocol.xocp.messaging
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. 
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). 
com.bea.b2b.wlpi Used for working with WebLogic Process Integrator workflows. 
 

Classes in com.bea.b2b.protocol.xocp.messaging used by com.bea.b2b.enabler.xocp
XOCPMessageErrorListener
          Deprecated. The XOCPMessageErrorListener interface represents a listener for handling errors when an error is encountered before the onMessage() is called and after the message is received. Applications can implement this interface.
XOCPMessageListener
          Deprecated. The XOCPMessageListener interface represents a listener for receiving messages. XOCP applications should implement this interface.
 

Classes in com.bea.b2b.protocol.xocp.messaging used by com.bea.b2b.protocol.xocp.application
XOCPMessageErrorListener
          Deprecated. The XOCPMessageErrorListener interface represents a listener for handling errors when an error is encountered before the onMessage() is called and after the message is received. Applications can implement this interface.
XOCPMessageListener
          Deprecated. The XOCPMessageListener interface represents a listener for receiving messages. XOCP applications should implement this interface.
 

Classes in com.bea.b2b.protocol.xocp.messaging used by com.bea.b2b.protocol.xocp.conversation.local
XOCPMessage
          Deprecated. The XOCPMessage class represents an XOCP business message. It holds XOCP-related contexts, including types of system messages.
XOCPMessageErrorListener
          Deprecated. The XOCPMessageErrorListener interface represents a listener for handling errors when an error is encountered before the onMessage() is called and after the message is received. Applications can implement this interface.
XOCPMessageListener
          Deprecated. The XOCPMessageListener interface represents a listener for receiving messages. XOCP applications should implement this interface.
XOCPMessageToken
          Deprecated. The XOCPMessageToken class represents a message token that is returned to the application upon sending an XOCP business message. The application can query this message token to check the delivery status for the associated business message.

For deferred synchronous delivery, the application can wait on the message token. For synchronous delivery, the application cannot wait on the message token.

 

Classes in com.bea.b2b.protocol.xocp.messaging used by com.bea.b2b.protocol.xocp.messaging
ConversationMessage
          XOCPTRPMessage sent in conversation over the transport There are 3+n parts in conversationmessage.
ConversationMessageContext
          Keeps conversation context in business messages Is stored inside ConversationHeader and used by Coordinator
MessageFactory
           
QualityOfService
           
ServiceMessage
          A Service message carries a serialized Java object as an XML document element, encoded with BASE64.
ServiceRequest
          Interface for XOCP service requests
StatusMessage
          A status message represents a success or failure reply.
XOCPMessage
          Deprecated. The XOCPMessage class represents an XOCP business message. It holds XOCP-related contexts, including types of system messages.
XOCPMessageToken
          Deprecated. The XOCPMessageToken class represents a message token that is returned to the application upon sending an XOCP business message. The application can query this message token to check the delivery status for the associated business message.

For deferred synchronous delivery, the application can wait on the message token. For synchronous delivery, the application cannot wait on the message token.

XOCPTRPMessage
          Message represents a XOCP message packaging in ebXML TRP for use in the transport level.
 

Classes in com.bea.b2b.protocol.xocp.messaging used by com.bea.b2b.wlpi
XOCPMessage
          Deprecated. The XOCPMessage class represents an XOCP business message. It holds XOCP-related contexts, including types of system messages.
 


WebLogic Integration

WebLogic Integration (WLI)