public interface SourcePolicyProcessorFactory
| Modifier and Type | Method and Description |
|---|---|
Processor |
createSourcePolicy(Policy policy,
Processor nextProcessor)
Creates an
SourcePolicy. |
Processor createSourcePolicy(Policy policy, Processor nextProcessor)
SourcePolicy.policy - the policy from which the SourcePolicy gets created.nextProcessor - the next processor in the chain.SourcePolicy that performs the common logic related to policies.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.