WebLogic Integration


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

Packages that use MessageEnvelope
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 Used for working with the cXML protocol. 
com.bea.b2b.protocol.messaging Used for working with messages in a conversation. 
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.security Used for working with WebLogic Collaborate security, including certificate validation and user authentication. 
 

Uses of MessageEnvelope in com.bea.b2b.protocol
 

Methods in com.bea.b2b.protocol with parameters of type MessageEnvelope
 void ModuleChain.process(MessageEnvelope env)
           
 void PlugIn.process(MessageEnvelope env)
          Deprecated. Processes the specified message envelope.
 void PlugIn.unwind(MessageEnvelope env, java.lang.Throwable t)
          Deprecated. Unwinds changes made by this logic plug-in.
 com.bea.b2b.protocol.Collaborator HubProtocol.processJoinCSpaceRequest(MessageEnvelope msgEnv, boolean forceShutdown)
           
 com.bea.b2b.protocol.Collaborator HubProtocol.processJoinCSpaceRequest(MessageEnvelope env)
           
 void HubProtocol.handleRegistration(MessageEnvelope msgEnv, ConversationType[] ctypes, com.bea.b2b.protocol.ExceptionListener el)
           
 void HubProtocol.handleUnRegistration(MessageEnvelope msgEnv, ConversationType[] ctypes, com.bea.b2b.protocol.ExceptionListener el)
           
 void HubProtocol.receive(MessageEnvelope msgEnv, com.bea.b2b.messagequeue.MessageQueue receiveQueue)
          Receive message from the receive queue of the trading partner.
 void HubProtocol.send(MessageEnvelope msgEnv, com.bea.b2b.messagequeue.MessageQueue sendQueue)
          Send message from the send queue of the trading partner.
 void HubProtocol.markDeliveredMessage(MessageEnvelope msgEnv)
          Mark trading partner as having received a message
 com.bea.b2b.protocol.ebxml.messaging.EBXMLMessage ServiceHandler.handle(MessageEnvelope msgEnv)
           
 com.bea.b2b.protocol.ebxml.messaging.EBXMLMessage ExceptionHandler.handle(MessageEnvelope msgEnv)
           
 com.bea.b2b.protocol.ebxml.messaging.EBXMLMessage ApplicationHandler.handle(MessageEnvelope msgEnv)
           
 void Collaborator.setLastSendOK(MessageEnvelope msgEnv)
           
 void Collaborator.setLastReceivedOK(MessageEnvelope msgEnv)
           
 void Collaborator.recordConfirmedDelivery(MessageEnvelope msgEnv, com.bea.b2b.protocol.messaging.MessageIdentifier msgId, MessageToken recToken)
           
 

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

Methods in com.bea.b2b.protocol.conversation with parameters of type MessageEnvelope
 void CoordinatorBase.validateRole(MessageEnvelope msgEnv, PartyInstance toParty, java.lang.String recTradingPartner, ConversationType type, boolean logging)
           
 

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

Methods in com.bea.b2b.protocol.cxml with parameters of type MessageEnvelope
protected  void CXMLIBProtocol.receiveMessage(MessageEnvelope env)
           
protected  void CXMLIBProtocol.preEncode(MessageEnvelope msgEnv)
           
protected  void CXMLIBProtocol.postEncode(MessageEnvelope msgEnv)
           
protected  void CXMLIBProtocol.handleException(MessageEnvelope msgEnv, java.lang.Exception e)
           
protected  void CXMLIBProtocol.cleanup(MessageEnvelope msgEnv)
           
 void CXMLIBProtocol.processStream(MessageEnvelope env)
           
 void CXMLIBProtocol.route(MessageEnvelope env)
          Special router to not clear the recipients list (should be only one).
 void CXMLProtocol.processStream(MessageEnvelope env)
           
 void CXMLProtocol.route(MessageEnvelope env)
          Special router to not clear the recipients list (should be only one).
 void CXMLRouterEnqueue.process(MessageEnvelope env)
           
 void CXMLRouterEnqueue.unwind(MessageEnvelope env, java.lang.Throwable t)
           
 void CXMLFilter.process(MessageEnvelope env)
           
 void CXMLFilter.unwind(MessageEnvelope env, java.lang.Throwable t)
           
 void CXMLEncoder.process(MessageEnvelope env)
           
 void CXMLEncoder.unwind(MessageEnvelope env, java.lang.Throwable t)
           
 void CXMLIBDecoder.unwind(MessageEnvelope env, java.lang.Throwable t)
           
 void CXMLIBDecoder.process(MessageEnvelope env)
           
protected  void CXMLIBDecoder.writeResult(MessageEnvelope env)
          Write result message to response...
 

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

Fields in com.bea.b2b.protocol.messaging declared as MessageEnvelope
protected  MessageEnvelope MessageStore.envelope
           
 

Methods in com.bea.b2b.protocol.messaging that return MessageEnvelope
 MessageEnvelope MessageEnvelopeStateManager.getById(int id)
          Retrieve a message envelope by sql row id
 MessageEnvelope MessageStore.getMessageEnvelope()
           
 

Methods in com.bea.b2b.protocol.messaging with parameters of type MessageEnvelope
 void MessageEnvelopeStateManager.insert(MessageEnvelope env, int msgStoreId)
          Insert a MessageEnvelopeState
 void MessageStore.setMessageEnvelope(MessageEnvelope me)
           
 void MessageStore.persistFromInitiator(MessageEnvelope env)
          Used by RNEncoder End
 void MessageStore.persistFromInitiator(MessageEnvelope env, boolean isPersistent, MessageToken token, boolean synchronousDelivery)
          Used by Encoder End for XOCP
 void MessageStore.persist(MessageEnvelope env)
          Used by Decoder End.
 void MessageStore.persist(MessageEnvelope env, java.lang.String msgId, java.lang.String user, java.lang.String channel)
          persist a message using 2 keys -- messageId and partyId Used by ebxml Encoder and Decoder
 

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

Methods in com.bea.b2b.protocol.xocp.conversation.local with parameters of type MessageEnvelope
 void SpokeCoordinator.markTerminated(MessageEnvelope msgEnv)
          markTerminated This method sets the state of the conversation "TERMINATED".
 

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

Methods in com.bea.b2b.protocol.xocp.messaging with parameters of type MessageEnvelope
static com.bea.b2b.protocol.xocp.messaging.XOCPTRPMessage Messenger.getTRPMessage(MessageEnvelope env)
          Read stream and create old message
static void Messenger.extractPayload(MessageEnvelope env, com.bea.b2b.protocol.xocp.messaging.ConversationMessage cmsg)
          Extract payload from business message
static void HubMessenger.deleteOutstandingMessageId(MessageEnvelope rmsgEnv)
          Delete message id when no ack is being sent
static void HubMessenger.sendAcknowledgement(MessageEnvelope rmsgEnv, XOCPMessageToken token)
           
 

Uses of MessageEnvelope in com.bea.b2b.security
 


WebLogic Integration

WebLogic Integration (WLI)