WebLogic Integration


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

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

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

Classes in com.bea.b2b.protocol.cxml.messaging that implement PayloadPart
 class CXMLDocument
          The CXMLDocument class is a concrete class that supports a CXML document.
 

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

Classes in com.bea.b2b.protocol.messaging that implement PayloadPart
 class Attachment
          The Attachment class represents an attachment, which consists of binary content.
 class BusinessDocument
          The BusinessDocument class represents a business document, consisting of an XML document (XML DOM Document).
 

Fields in com.bea.b2b.protocol.messaging declared as PayloadPart
protected  PayloadPart[] MessageStore.payload
           
 

Methods in com.bea.b2b.protocol.messaging that return PayloadPart
 PayloadPart[] MessageBase.getPayloadParts()
          Gets all of the payload parts of this business message.
 PayloadPart[] Message.getPayloadParts()
          Gets all of the payload parts of this business message.
 PayloadPart[] MessageStore.getPayload()
           
 PayloadPart[] PayloadStateManager.get(int msgStoreId)
          Retrieve a message payload by message store id
 

Methods in com.bea.b2b.protocol.messaging with parameters of type PayloadPart
 void MessageBase.addPayloadPart(PayloadPart payloadPart)
          Adds a single payload part to this business message.
 void MessageBase.addPayloadParts(PayloadPart[] payloadParts)
          Adds multiple payload parts to this business message.
 void Message.addPayloadPart(PayloadPart payloadPart)
          Adds a single payload part to this business message.
 void Message.addPayloadParts(PayloadPart[] payloadParts)
          Adds one or more payload parts to this business message.
 void MessageStore.setPayload(PayloadPart[] mp)
           
 void PayloadStateManager.insert(PayloadPart[] pp, com.bea.b2b.protocol.messaging.MessageStoreState mss)
          Insert a Message Payload
 

Constructors in com.bea.b2b.protocol.messaging with parameters of type PayloadPart
PayloadState.PayloadState(int id, PayloadPart[] pp)
           
 

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

Fields in com.bea.b2b.protocol.xocp.messaging declared as PayloadPart
protected  PayloadPart[] ConversationMessage.payload
           
 

Methods in com.bea.b2b.protocol.xocp.messaging that return PayloadPart
 PayloadPart[] ConversationMessage.getPayload()
           
 

Methods in com.bea.b2b.protocol.xocp.messaging with parameters of type PayloadPart
 void ConversationMessage.setPayload(PayloadPart[] parts)
           
 


WebLogic Integration

WebLogic Integration (WLI)