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,
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 MessageContextAxisFault
public static MessageFormatter getMessageFormatter(MessageContext msgContext) throws AxisFault
msgContext
- AxisFault
public static org.apache.axiom.om.impl.builder.StAXBuilder getAttachmentBuilder(MessageContext msgContext, org.apache.axiom.attachments.Attachments attachments, XMLStreamReader streamReader, String soapEnvelopeNamespaceURI, boolean isSOAP) throws org.apache.axiom.om.OMException, XMLStreamException, FactoryConfigurationError
org.apache.axiom.om.OMException
XMLStreamException
FactoryConfigurationError
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.