org.mule.api.processor.policy
Class Policies
java.lang.Object
org.mule.api.processor.policy.Policies
public class Policies
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Policies
public Policies(MessageProcessorChain messageProcessorChain)
add
public void add(AroundPolicy policy)
remove
public AroundPolicy remove(String policyName)
list
public List<AroundPolicy> list()
clear
public void clear()
find
public AroundPolicy find(String policyName)
- Returns:
- policy with that name or null if not found
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.