public class MessageProcessorFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static javax.xml.namespace.QName |
CLASS_Q |
static java.lang.String |
FORWARDING_PROCESSOR |
static javax.xml.namespace.QName |
MESSAGE_STORE_Q |
static javax.xml.namespace.QName |
NAME_Q |
static javax.xml.namespace.QName |
PARAMETER_Q |
static javax.xml.namespace.QName |
SEQUENCE_Q |
static javax.xml.namespace.QName |
TARGET_ENDPOINT_Q |
Constructor and Description |
---|
MessageProcessorFactory() |
Modifier and Type | Method and Description |
---|---|
static MessageProcessor |
createMessageProcessor(org.apache.axiom.om.OMElement elem)
Creates a Message processor instance from given xml configuration element
|
public static final java.lang.String FORWARDING_PROCESSOR
public static final javax.xml.namespace.QName CLASS_Q
public static final javax.xml.namespace.QName TARGET_ENDPOINT_Q
public static final javax.xml.namespace.QName SEQUENCE_Q
public static final javax.xml.namespace.QName NAME_Q
public static final javax.xml.namespace.QName PARAMETER_Q
public static final javax.xml.namespace.QName MESSAGE_STORE_Q
public static MessageProcessor createMessageProcessor(org.apache.axiom.om.OMElement elem)
elem
- OMElement of that contain the Message processor configurationCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.