org.apache.cxf.ws.policy
Interface EndpointPolicy
public interface EndpointPolicy
Describes the policy of an inbound message. As the underlying message
type is not known, only the effective endpoint policy is calculated.
The total of all assertions that may apply to an inbound message for an endpoint
(and hence the required interceptors) are available as vocabulary.
getPolicy
org.apache.neethi.Policy getPolicy()
updatePolicy
EndpointPolicy updatePolicy(org.apache.neethi.Policy p)
getChosenAlternative
Collection<PolicyAssertion> getChosenAlternative()
getVocabulary
Collection<PolicyAssertion> getVocabulary()
getFaultVocabulary
Collection<PolicyAssertion> getFaultVocabulary()
getInterceptors
List<Interceptor> getInterceptors()
getFaultInterceptors
List<Interceptor> getFaultInterceptors()
Apache CXF