public class HessianMessageBuilder
extends java.lang.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(java.io.InputStream inputStream,
java.lang.String contentType,
org.apache.axis2.context.MessageContext messageContext)
Returns an OMElement from a Hessian encoded message
|
public org.apache.axiom.om.OMElement processDocument(java.io.InputStream inputStream,
java.lang.String contentType,
org.apache.axis2.context.MessageContext messageContext)
throws org.apache.axis2.AxisFault
processDocument in interface org.apache.axis2.builder.BuilderinputStream - 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-2022 Apache Software Foundation. All Rights Reserved.