Package org.apache.cxf.ws.policy
Interface EffectivePolicy
-
- All Known Implementing Classes:
EffectivePolicyImpl
public interface EffectivePolicyDescribes the effective policy of an outbound message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<org.apache.neethi.Assertion>getChosenAlternative()List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>getInterceptors()org.apache.neethi.PolicygetPolicy()
-
-
-
Method Detail
-
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()
-
-