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<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>org.apache.neethi.Policy
-
Method Details
-
getPolicy
org.apache.neethi.Policy getPolicy() -
getChosenAlternative
Collection<org.apache.neethi.Assertion> getChosenAlternative() -
getInterceptors
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInterceptors()
-