Package org.apache.cxf.ws.policy
Interface EffectivePolicy
- All Known Implementing Classes:
EffectivePolicyImpl
public interface EffectivePolicy
Describes the effective policy of an outbound message.
-
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.neethi.Assertion>List<Interceptor<? extends Message>>org.apache.neethi.Policy
-
Method Details
-
getPolicy
org.apache.neethi.Policy getPolicy() -
getChosenAlternative
Collection<org.apache.neethi.Assertion> getChosenAlternative() -
getInterceptors
List<Interceptor<? extends Message>> getInterceptors()
-