public class MessageProcessorSelector
extends java.lang.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,
java.lang.String soapEnvelopeNamespaceURI,
boolean isSOAP) |
static Builder |
getMessageBuilder(java.lang.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(java.lang.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, java.lang.String soapEnvelopeNamespaceURI, boolean isSOAP) throws org.apache.axiom.om.OMException, javax.xml.stream.XMLStreamException, javax.xml.parsers.FactoryConfigurationError
org.apache.axiom.om.OMExceptionjavax.xml.stream.XMLStreamExceptionjavax.xml.parsers.FactoryConfigurationErrorCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.