public class MessageProcessorSelector extends Object
| Constructor and Description |
|---|
MessageProcessorSelector() |
| Modifier and Type | Method and Description |
|---|---|
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 - AxisFaultCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.