org.apache.axis2.builder
Class ApplicationXMLBuilder

java.lang.Object
  extended by org.apache.axis2.builder.ApplicationXMLBuilder
All Implemented Interfaces:
Builder

public class ApplicationXMLBuilder
extends Object
implements Builder

This builder is used when the serialization of the message is application/xml.


Constructor Summary
ApplicationXMLBuilder()
           
 
Method Summary
 org.apache.axiom.om.OMElement processDocument(InputStream inputStream, String contentType, MessageContext messageContext)
          Process a message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationXMLBuilder

public ApplicationXMLBuilder()
Method Detail

processDocument

public org.apache.axiom.om.OMElement processDocument(InputStream inputStream,
                                                     String contentType,
                                                     MessageContext messageContext)
                                              throws AxisFault
Description copied from interface: Builder
Process a message.

The raw content of the message is provided as an input stream. It is the responsibility of the caller (typically a transport implementation) to close the stream after the message has been processed (more precisely after the SOAP infoset returned by this method is no longer used). This implies that implementations are not required to consume the input stream during the execution of this method. This enables deferred parsing of the message.

Specified by:
processDocument in interface Builder
Parameters:
inputStream - the byte stream with the raw payload
Returns:
Returns the document element.
Throws:
AxisFault


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.