public class MessageProcessorFactory extends Object
Modifier and Type | Field and Description |
---|---|
static QName |
CLASS_Q |
static String |
FORWARDING_PROCESSOR |
static QName |
MESSAGE_STORE_Q |
static QName |
NAME_Q |
static QName |
PARAMETER_Q |
static QName |
SEQUENCE_Q |
static 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 String FORWARDING_PROCESSOR
public static final QName CLASS_Q
public static final QName TARGET_ENDPOINT_Q
public static final QName SEQUENCE_Q
public static final QName NAME_Q
public static final QName PARAMETER_Q
public static final QName MESSAGE_STORE_Q
public static MessageProcessor createMessageProcessor(org.apache.axiom.om.OMElement elem)
elem
- OMElement of that contain the Message processor configurationCopyright © 2005–2019 Apache Software Foundation. All rights reserved.