WebLogic Integration


Uses of Class
com.bea.b2b.protocol.messaging.MessageToken

Packages that use MessageToken
com.bea.b2b.management Provides the ManagementException class for WebLogic Collaborate management applications. 
com.bea.b2b.protocol Used for working with logic plug-ins. 
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.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 MessageToken in com.bea.b2b.management
 

Constructors in com.bea.b2b.management with parameters of type MessageToken
Message.Message(MessageToken token)
           
 

Uses of MessageToken in com.bea.b2b.protocol
 

Methods in com.bea.b2b.protocol that return MessageToken
static MessageToken Collaborator.getVirtualToken(java.lang.String msgId)
           
 

Methods in com.bea.b2b.protocol with parameters of type MessageToken
static void Collaborator.addVirtualToken(java.lang.String msgId, MessageToken token)
           
 void Collaborator.addToken(com.bea.b2b.protocol.messaging.MessageIdentifier msgId, MessageToken token)
           
 void Collaborator.recordConfirmedDelivery(MessageEnvelope msgEnv, com.bea.b2b.protocol.messaging.MessageIdentifier msgId, MessageToken recToken)
           
 

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

Subclasses of MessageToken in com.bea.b2b.protocol.cxml.messaging
 class CXMLMessageToken
          The CXMLMessageToken class represents a message token for cXML messages.
 

Methods in com.bea.b2b.protocol.cxml.messaging that return MessageToken
 MessageToken CXMLMessage.send()
          Send a request message.
 

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

Fields in com.bea.b2b.protocol.messaging declared as MessageToken
protected  MessageToken MessageStore.token
           
 

Methods in com.bea.b2b.protocol.messaging that return MessageToken
 MessageToken Message.send()
          Sends this business message to the c-hub.
 MessageToken MessageTokenStateManager.getById(int id)
          Retrieve a message token by sql row id
 MessageToken MessageTokenStateManager.get(java.lang.String msgId, java.lang.String userName, java.lang.String deliveryChannel)
          Retrieve a message token by sql row id
 MessageToken MessageStore.getMessageToken()
           
 

Methods in com.bea.b2b.protocol.messaging with parameters of type MessageToken
 void MessageTokenStateManager.insert(MessageToken token)
          Insert a MessageTokenState
 void MessageStore.setMessageToken(MessageToken t)
           
 void MessageStore.persistFromInitiator(MessageEnvelope env, boolean isPersistent, MessageToken token, boolean synchronousDelivery)
           
 void MessageStore.deleteFromInitiator(MessageToken token)
          Cleans up the message store on the initiating spoke.
 

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

Subclasses of MessageToken in com.bea.b2b.protocol.xocp.messaging
 class XOCPMessageToken
          The XOCPMessageToken class represents a message token that is returned to the application upon sending an XOCP business message.
 

Methods in com.bea.b2b.protocol.xocp.messaging that return MessageToken
 MessageToken XOCPMessage.sendAndWait(long waitTime)
          Sends this business message synchronously and waits until the business message reaches its destination(s).
 MessageToken XOCPMessage.send()
          Sends this business message with a deferred synchronous delivery option.
 

Uses of MessageToken in com.bea.b2b.wlpi
 

Fields in com.bea.b2b.wlpi declared as MessageToken
protected  MessageToken WorkflowInstanceState.msgToken
           
 

Methods in com.bea.b2b.wlpi that return MessageToken
 MessageToken WorkflowInstanceDlg.getMsgToken()
          Getter for the token of the last message sent
 MessageToken WorkflowInstance.getMsgToken()
          Getter for the token of the last message sent
 

Constructors in com.bea.b2b.wlpi with parameters of type MessageToken
WorkflowInstanceState.WorkflowInstanceState(int rowId, java.lang.String cpaId, java.lang.String tpName, java.lang.String pId, java.lang.String instanceId, java.lang.String templateDefId, int iStatus, MessageToken msgToken, boolean terminateStatus, boolean terminateSet)
           
 


WebLogic Integration

WebLogic Integration (WLI)