SyncReply

public class SyncReply extends HeaderElement

An ebXML SyncReply in the SOAP Header of a HeaderContainer [ebMSS 4.3].

Author:tslam

Fields

SYNC_REPLY

static final String SYNC_REPLY

SyncReply element name

Constructors

SyncReply

SyncReply(SOAPEnvelope soapEnvelope)

Constructs a SyncReply with the given mandatory fields.

Parameters:
  • soapEnvelopeSOAPEnvelope, the header container of which the SyncReply is attached to.
Throws:
  • SOAPException

SyncReply

SyncReply(SOAPEnvelope soapEnvelope, SOAPElement soapElement)

Constructs an SyncReply object by parsing the given SOAPElement.

Parameters:
  • soapEnvelopeSOAPEnvelope, the header container of which the SyncReply is attached to.
  • soapElement – Empty SOAPElement.
Throws:
  • SOAPException