public class TargetFactory
extends java.lang.Object
Target
instances.
This will build the Target util object for EIP mediators using <target> element specified as follows <target (sequence="string reference")? (endpoint="string reference")?> (<sequence> | <endpoinit>)? </target>
Constructor and Description |
---|
TargetFactory() |
Modifier and Type | Method and Description |
---|---|
static Target |
createTarget(org.apache.axiom.om.OMElement elem,
java.util.Properties properties)
This static method will be used to build the Target from the specified element
|
public static Target createTarget(org.apache.axiom.om.OMElement elem, java.util.Properties properties)
elem
- - OMElement describing the xml configuration of the targetproperties
- bag of properties with informationCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.