WebLogic Integration


Uses of Interface
com.bea.b2b.protocol.messaging.Message

Packages that use Message
com.bea.b2b.enabler.xocp Used for working with c-enabler sessions for the XML Open Collaboration Protocol (XOCP). 
com.bea.b2b.protocol Used for working with logic plug-ins. 
com.bea.b2b.protocol.conversation Used for working with conversations. 
com.bea.b2b.protocol.cxml.messaging Used for working with cXML messages and documents. 
com.bea.b2b.protocol.messaging Used for working with messages in a conversation. 
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. 
 

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

Uses of Message in com.bea.b2b.protocol
 

Methods in com.bea.b2b.protocol with parameters of type Message
 void HubProtocol.markFailedMessage(Message msg, java.lang.String tPartner)
          Mark trading partner as having a failed a message send
 void HubProtocol.markDroppedMessage(Message msg, java.lang.String tPartner)
          Mark trading partner as having a dropped message
 void Process.processTerminateNotification(Message msg, int result)
           
 void Process.processIBTerminateNotification(Message msg, com.bea.b2b.protocol.messaging.MessageListener listener, int result)
           
 void Process.processWLPITerminateNotification(Message msg, int result)
           
 void Process.processMessage(Message msg)
          process a received massage.
 void Process.processWLPIMessage(Message msg)
           
 void Process.processIBMessage(Message msg, com.bea.b2b.protocol.messaging.MessageListener listener)
          Process received message for IB-WLPI runtime.
 

Uses of Message in com.bea.b2b.protocol.conversation
 

Methods in com.bea.b2b.protocol.conversation with parameters of type Message
 void Coordinator.create(Message msg)
          Creates a global conversation.
 void Coordinator.enlist(Message msg, PartyInstance enlistParty, PartyInstance hostParty)
          For GlobalCoordinator: enlists the specified trading partner in the specified global conversation.
 void CoordinatorBase.create(Message msg)
          Create global conversation
 void CoordinatorBase.enlist(Message msg, PartyInstance enlistParty, PartyInstance hostParty)
          Enlist trading partner in global conversation
 

Uses of Message in com.bea.b2b.protocol.cxml.messaging
 

Classes in com.bea.b2b.protocol.cxml.messaging that implement Message
 class CXMLMessage
          The CXMLMessage class represents a cXML message.
 

Uses of Message in com.bea.b2b.protocol.messaging
 

Classes in com.bea.b2b.protocol.messaging that implement Message
 class MessageBase
          The MessageBase class represents all the information required for processing a business message by the c-hub.
 

Methods in com.bea.b2b.protocol.messaging that return Message
 Message MessageEnvelope.getMessage()
          Gets the business message contained in this message envelope.
 

Methods in com.bea.b2b.protocol.messaging with parameters of type Message
 void MessageErrorListener.onError(Message msg)
          Callback to indicate that an error occurred after the message was received and before the onMessage() was called.
 void MessageStore.deleteFromRecipient(Message msg)
          Cleans up the message store on the initiating spoke.
static void MessageStore.persistMsgHistory(Message msg, int direction)
           
 void MessageListener.onMessage(Message msg)
          This method is called to notify the application of reception of incoming message.
 void MessageListener.onTerminate(Message msg, int result)
          This method is called for protocols using explicit business transaction termination semantics (e.g.: XOCP) to notify application of termination of the business transaction.
 

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

Methods in com.bea.b2b.protocol.xocp.application with parameters of type Message
 void XOCPApplicationErrorListener.onError(Message msg)
          Callback to indicate that an error has occurred
 

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

Methods in com.bea.b2b.protocol.xocp.conversation.local with parameters of type Message
 void SpokeCoordinator.enlist(Message msg, PartyInstance enlistParty, PartyInstance hostParty)
          enlist Enlists a trading partner on spoke means joining conversation.
 

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

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

Uses of Message in com.bea.b2b.wlpi
 

Methods in com.bea.b2b.wlpi that return Message
 Message WorkflowDocument.getMessage()
          Get the business message
 

Methods in com.bea.b2b.wlpi with parameters of type Message
 void WorkflowInstanceDlg.postMessage(Message msg)
          Send a business message to the WLPI workflow instance associated with this WorkflowInstance object.
 void WorkflowInstanceDlg.postStartWFMessage(Message msg)
           
 void WorkflowInstance.postMessage(Message msg)
          Send a business message to the WLPI workflow instance associated with this WorkflowInstance object.
 void WorkflowInstance.postStartWFMessage(Message msg)
           
 void WorkflowDocument.setMessage(Message msg)
          Set the business message in the document
 

Constructors in com.bea.b2b.wlpi with parameters of type Message
WorkflowDocument.WorkflowDocument(Message msg)
          Create a workflow document
 


WebLogic Integration

WebLogic Integration (WLI)