public class MessageBuilder extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FORCED_RELAY_FORMATTER |
static String |
RELAY_FORMATTERS_MAP |
Constructor and Description |
---|
MessageBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
addBuilder(String contentType,
org.apache.axis2.builder.Builder builder) |
void |
addFormatter(String contentType,
org.apache.axis2.transport.MessageFormatter messageFormatter) |
static org.apache.axis2.builder.Builder |
createBuilder(String className) |
static org.apache.axis2.transport.MessageFormatter |
createFormatter(String className) |
Map<String,org.apache.axis2.builder.Builder> |
getBuilders() |
org.apache.axiom.om.OMElement |
getDocument(String contentType,
org.apache.axis2.context.MessageContext msgCtx,
InputStream in) |
Map<String,org.apache.axis2.transport.MessageFormatter> |
getFormatters() |
public static final String RELAY_FORMATTERS_MAP
public static final String FORCED_RELAY_FORMATTER
public void addBuilder(String contentType, org.apache.axis2.builder.Builder builder)
public void addFormatter(String contentType, org.apache.axis2.transport.MessageFormatter messageFormatter)
public org.apache.axiom.om.OMElement getDocument(String contentType, org.apache.axis2.context.MessageContext msgCtx, InputStream in) throws XMLStreamException, org.apache.axis2.AxisFault
XMLStreamException
org.apache.axis2.AxisFault
public static org.apache.axis2.builder.Builder createBuilder(String className) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public static org.apache.axis2.transport.MessageFormatter createFormatter(String className) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
Copyright © 2021 WSO2. All rights reserved.