Class MessageProcessorFactory


  • public class MessageProcessorFactory
    extends Object
    Create an instance of the given Message processor, and sets properties on it.

    <messageProcessor name="string" class="classname" messageStore = "string" > <parameter name="string">"string" <parameter> <parameter name="string">"string" <parameter> <parameter name="string">"string" <parameter> . . </messageProcessor>

    • Field Detail

      • CLASS_Q

        public static final QName CLASS_Q
      • TARGET_ENDPOINT_Q

        public static final QName TARGET_ENDPOINT_Q
      • SEQUENCE_Q

        public static final QName SEQUENCE_Q
      • NAME_Q

        public static final QName NAME_Q
      • PARAMETER_Q

        public static final QName PARAMETER_Q
      • MESSAGE_STORE_Q

        public static final QName MESSAGE_STORE_Q
    • Constructor Detail

      • MessageProcessorFactory

        public MessageProcessorFactory()
    • Method Detail

      • createMessageProcessor

        public static MessageProcessor createMessageProcessor​(org.apache.axiom.om.OMElement elem)
        Creates a Message processor instance from given xml configuration element
        Parameters:
        elem - OMElement of that contain the Message processor configuration
        Returns:
        created message processor instance