public class HessianMessageBuilder extends Object implements org.apache.axis2.builder.Builder
Builder
,
SynapseBinaryDataSource
Constructor and Description |
---|
HessianMessageBuilder() |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
processDocument(InputStream inputStream,
String contentType,
org.apache.axis2.context.MessageContext messageContext)
Returns an OMElement from a Hessian encoded message
|
public org.apache.axiom.om.OMElement processDocument(InputStream inputStream, String contentType, org.apache.axis2.context.MessageContext messageContext) throws org.apache.axis2.AxisFault
processDocument
in interface org.apache.axis2.builder.Builder
inputStream
- stream containing the Hessian message to be builtcontentType
- content type of the messagemessageContext
- message to which the hessian message has to be attachedorg.apache.axis2.AxisFault
- in case of a failure in building the hessian messageBuilder.processDocument(java.io.InputStream,
String, org.apache.axis2.context.MessageContext)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.