public class IterateMediatorFactory extends AbstractMediatorFactory
<iterate [continueParent=(true | false)] [preservePayload=(true | false)] (attachPath="xpath")? expression="xpath"> <target [to="uri"] [soapAction="qname"] [sequence="sequence_ref"] [endpoint="endpoint_ref"]> <sequence> (mediator)+ </sequence>? <endpoint> endpoint </endpoint>? </target>+ </iterate>
ATT_DESCRIPTION, ATT_EVAL, ATT_EXPRN, ATT_KEY, ATT_NAME, ATT_ONERROR, ATT_REGEX, ATT_SEQUENCE, ATT_SOURCE, ATT_STATS, ATT_TARGET, ATT_VALUE, ATT_XPATH, DESCRIPTION_Q, FEATURE_Q, PROP_Q, PROPERTY_GROUP_Q, TARGET_Q
Constructor and Description |
---|
IterateMediatorFactory() |
Modifier and Type | Method and Description |
---|---|
Mediator |
createSpecificMediator(org.apache.axiom.om.OMElement elem,
java.util.Properties properties)
This method will create the IterateMediator by parsing the given xml configuration
|
javax.xml.namespace.QName |
getTagQName()
Get the IterateMediator configuration tag name
|
addAllCommentChildrenToList, collectNameValuePairs, createMediator, handleException, handleException, processAuditStatus, processTraceState
public Mediator createSpecificMediator(org.apache.axiom.om.OMElement elem, java.util.Properties properties)
createSpecificMediator
in class AbstractMediatorFactory
elem
- OMElement describing the configuration of the IterateMediaotrproperties
- properties passedpublic javax.xml.namespace.QName getTagQName()
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.