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_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, TARGET_Q| Constructor and Description |
|---|
IterateMediatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Mediator |
createSpecificMediator(org.apache.axiom.om.OMElement elem,
Properties properties)
This method will create the IterateMediator by parsing the given xml configuration
|
QName |
getTagQName()
Get the IterateMediator configuration tag name
|
collectNameValuePairs, createMediator, handleException, handleException, processAuditStatus, processTraceStatepublic Mediator createSpecificMediator(org.apache.axiom.om.OMElement elem, Properties properties)
createSpecificMediator in class AbstractMediatorFactoryelem - OMElement describing the configuration of the IterateMediatorproperties - properties passedpublic QName getTagQName()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.