Class ApplicationXMLFormatter

java.lang.Object
org.apache.axis2.transport.http.ApplicationXMLFormatter
All Implemented Interfaces:
MessageFormatter

public class ApplicationXMLFormatter extends Object implements MessageFormatter
Formates the request message as application/xml
  • Constructor Details

    • ApplicationXMLFormatter

      public ApplicationXMLFormatter()
  • Method Details

    • getBytes

      public byte[] getBytes(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format) throws AxisFault
      Specified by:
      getBytes in interface MessageFormatter
      Returns:
      a byte array of the message formatted according to the given message format.
      Throws:
      AxisFault
    • getBytes

      public byte[] getBytes(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, boolean preserve) throws AxisFault
      Get the bytes for this message
      Parameters:
      messageContext -
      format -
      preserve - (indicates if the OM should be preserved or consumed)
      Returns:
      Throws:
      AxisFault
    • writeTo

      public void writeTo(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, OutputStream outputStream, boolean preserve) throws AxisFault
      Description copied from interface: MessageFormatter
      To support deffered writing transports as in http chunking.. Axis2 was doing this for some time..

      Preserve flag can be used to preserve the envelope for later use. This is usefull when implementing authentication machnisms like NTLM.

      Specified by:
      writeTo in interface MessageFormatter
      Parameters:
      outputStream -
      preserve - : do not consume the OM when this is set..
      Throws:
      AxisFault
    • getContentType

      public String getContentType(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, String soapAction)
      Description copied from interface: MessageFormatter
      Different message formats can set their own content types Eg: JSONFormatter can set the content type as application/json
      Specified by:
      getContentType in interface MessageFormatter
      Parameters:
      messageContext -
      format -
      soapAction -
    • getTargetAddress

      public URL getTargetAddress(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, URL targetURL) throws AxisFault
      Description copied from interface: MessageFormatter
      Some message formats may want to alter the target url.
      Specified by:
      getTargetAddress in interface MessageFormatter
      Returns:
      the target URL
      Throws:
      AxisFault
    • formatSOAPAction

      public String formatSOAPAction(MessageContext messageContext, org.apache.axiom.om.OMOutputFormat format, String soapAction)
      Specified by:
      formatSOAPAction in interface MessageFormatter
      Returns:
      this only if you want set a transport header for SOAP Action