public class MessageProcessorSelector extends Object
| Constructor and Description |
|---|
MessageProcessorSelector() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.axiom.om.impl.builder.StAXBuilder |
getAttachmentBuilder(MessageContext msgContext,
org.apache.axiom.attachments.Attachments attachments,
javax.xml.stream.XMLStreamReader streamReader,
String soapEnvelopeNamespaceURI,
boolean isSOAP) |
static Builder |
getMessageBuilder(String type,
MessageContext msgContext)
Initial work for a builder selector which selects the builder for a given message format
based on the the content type of the recieved message.
|
static MessageFormatter |
getMessageFormatter(MessageContext msgContext)
Initial work for a builder selector which selects the builder for a given message format based on the the content type of the recieved message.
|
public static Builder getMessageBuilder(String type, MessageContext msgContext) throws AxisFault
type - content-typemsgContext - the active MessageContextAxisFaultpublic static MessageFormatter getMessageFormatter(MessageContext msgContext) throws AxisFault
msgContext - AxisFaultpublic static org.apache.axiom.om.impl.builder.StAXBuilder getAttachmentBuilder(MessageContext msgContext, org.apache.axiom.attachments.Attachments attachments, javax.xml.stream.XMLStreamReader streamReader, String soapEnvelopeNamespaceURI, boolean isSOAP) throws org.apache.axiom.om.OMException, javax.xml.stream.XMLStreamException, FactoryConfigurationError
org.apache.axiom.om.OMExceptionjavax.xml.stream.XMLStreamExceptionFactoryConfigurationErrorCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.