WebLogic Integration


com.bea.b2b.protocol.cxml.messaging
Class CXMLMessageToken

java.lang.Object
  |
  +--com.bea.b2b.protocol.messaging.MessageToken
        |
        +--com.bea.b2b.protocol.cxml.messaging.CXMLMessageToken

public class CXMLMessageToken
extends MessageToken

The CXMLMessageToken class represents a message token for cXML messages.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Fields inherited from class com.bea.b2b.protocol.messaging.MessageToken
log, mts
 
Constructor Summary
CXMLMessageToken(java.lang.String messageId)
          Constructs a CXMLMessageToken for the specified message.
 
Method Summary
 int getHttpStatusCode()
          Gets the HTTP status code.
 
Methods inherited from class com.bea.b2b.protocol.messaging.MessageToken
getAllDeliveryStatus, getArrivalTime, getConversationId, getDeliveryStatus, getDestinations, getException, getMessageId, getSentTime, isReleased, lock, timeTaken, unlock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CXMLMessageToken

public CXMLMessageToken(java.lang.String messageId)
Constructs a CXMLMessageToken for the specified message.
Method Detail

getHttpStatusCode

public int getHttpStatusCode()
Gets the HTTP status code.

WebLogic Integration

WebLogic Integration (WLI)