Class DomPoxMessage

java.lang.Object
org.springframework.ws.pox.dom.DomPoxMessage
All Implemented Interfaces:
PoxMessage, WebServiceMessage

public class DomPoxMessage extends Object implements PoxMessage
Implementation of the PoxMessage interface that is based on a DOM Document.
Since:
1.0.0
See Also:
  • Constructor Details

    • DomPoxMessage

      public DomPoxMessage(Document document, Transformer transformer, String contentType)
      Constructs a new instance of the DomPoxMessage with the given document.
      Parameters:
      document - the document to base the message on
  • Method Details