org.apache.axis2.fastinfoset
Class FastInfosetBuilder

java.lang.Object
  extended by org.apache.axis2.fastinfoset.FastInfosetBuilder
All Implemented Interfaces:
Builder

public class FastInfosetBuilder
extends java.lang.Object
implements Builder


Constructor Summary
FastInfosetBuilder()
           
 
Method Summary
 org.apache.axiom.om.OMElement processDocument(java.io.InputStream inputStream, java.lang.String contentType, MessageContext messageContext)
          Returns a OMElement handler to the document element of the Fast Infoset message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastInfosetBuilder

public FastInfosetBuilder()
Method Detail

processDocument

public org.apache.axiom.om.OMElement processDocument(java.io.InputStream inputStream,
                                                     java.lang.String contentType,
                                                     MessageContext messageContext)
                                              throws AxisFault
Returns a OMElement handler to the document element of the Fast Infoset message.

Specified by:
processDocument in interface Builder
Parameters:
inputStream - InputStream to the message
contentType - Content type of the message
messageContext - MessageContext to be used
Returns:
OMElement handler to the document element
Throws:
AxisFault
See Also:
Builder.processDocument(InputStream, String, MessageContext)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.