WebLogic Integration


Uses of Class
com.bea.b2b.protocol.xocp.messaging.XOCPMessage

Packages that use XOCPMessage
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. 
 

Uses of XOCPMessage in com.bea.b2b.protocol.xocp.conversation.local
 

Methods in com.bea.b2b.protocol.xocp.conversation.local with parameters of type XOCPMessage
 XOCPMessageToken ConversationImpl.publish(XOCPMessage msg)
          Filter - implicit - default publish side filter toRole - implicit - other role in conversation
 XOCPMessageToken ConversationImpl.publishInternal(XOCPMessage xmsg, boolean synchronousDelivery)
           
 XOCPMessageToken ConversationImpl.publishDeferred(XOCPMessage xmsg)
           
 void ConversationHandler.onMessage(XOCPMessage msg)
          Deprecated. Callback to indicate that the specified message was received.
 

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

Methods in com.bea.b2b.protocol.xocp.messaging that return XOCPMessage
static XOCPMessage Messenger.getServiceMessage(com.bea.b2b.protocol.Protocol protocol, com.bea.b2b.transport.Transport transport, java.lang.String location, com.bea.b2b.protocol.xocp.messaging.ServiceRequest req)
           
 

Methods in com.bea.b2b.protocol.xocp.messaging with parameters of type XOCPMessage
 void XOCPMessageListener.onMessage(XOCPMessage msg)
          Callback to indicate that the specified message was received.
 void XOCPMessageErrorListener.onError(XOCPMessage msg)
          Callback to indicate that an error occurred after the message was received and before the onMessage() was called.
 

Uses of XOCPMessage in com.bea.b2b.wlpi
 

Methods in com.bea.b2b.wlpi that return XOCPMessage
 XOCPMessage MessageManipulator.manipulate(WorkflowInstance instance, XOCPMessage in)
          Manipulates a XOCPMessage and possibly produces another XOCPMessage.
 

Methods in com.bea.b2b.wlpi with parameters of type XOCPMessage
 XOCPMessage MessageManipulator.manipulate(WorkflowInstance instance, XOCPMessage in)
          Manipulates a XOCPMessage and possibly produces another XOCPMessage.
 


WebLogic Integration

WebLogic Integration (WLI)