org.apache.axis2.fastinfoset
Class FastInfosetPOXBuilder

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

public class FastInfosetPOXBuilder
extends java.lang.Object
implements Builder


Constructor Summary
FastInfosetPOXBuilder()
           
 
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

FastInfosetPOXBuilder

public FastInfosetPOXBuilder()
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.