public class BinaryBuilder extends Object implements DataSourceMessageBuilder
This builder processes the input message as binary and wraps
the data in a wrapper element. The name of the wrapper element can
be configured as a service parameter (see BaseConstants.WRAPPER_PARAM).
It defaults to BaseConstants.DEFAULT_BINARY_WRAPPER.
| Constructor and Description |
|---|
BinaryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.OMElement |
processDocument(javax.activation.DataSource dataSource,
String contentType,
org.apache.axis2.context.MessageContext msgContext) |
org.apache.axiom.om.OMElement |
processDocument(InputStream inputStream,
String contentType,
org.apache.axis2.context.MessageContext msgContext) |
public org.apache.axiom.om.OMElement processDocument(javax.activation.DataSource dataSource,
String contentType,
org.apache.axis2.context.MessageContext msgContext)
throws org.apache.axis2.AxisFault
processDocument in interface DataSourceMessageBuilderorg.apache.axis2.AxisFaultpublic org.apache.axiom.om.OMElement processDocument(InputStream inputStream, String contentType, org.apache.axis2.context.MessageContext msgContext) throws org.apache.axis2.AxisFault
processDocument in interface org.apache.axis2.builder.Builderorg.apache.axis2.AxisFaultCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.