org.apache.axis2.fastinfoset
Class FastInfosetBuilder
java.lang.Object
org.apache.axis2.fastinfoset.FastInfosetBuilder
- All Implemented Interfaces:
- Builder
public class FastInfosetBuilder
- extends Object
- implements Builder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastInfosetBuilder
public FastInfosetBuilder()
processDocument
public org.apache.axiom.om.OMElement processDocument(InputStream inputStream,
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 messagecontentType
- Content type of the messagemessageContext
- MessageContext to be used
- Returns:
- OMElement handler to the document element
- Throws:
AxisFault
- See Also:
Builder.processDocument(InputStream, String, MessageContext)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.