Apache CXF API

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.


Method Summary
 java.util.Collection<org.apache.neethi.Assertion> getChosenAlternative()
           
 java.util.List<Interceptor> getFaultInterceptors()
           
 java.util.Collection<org.apache.neethi.Assertion> getFaultVocabulary()
           
 java.util.List<Interceptor> getInterceptors()
           
 org.apache.neethi.Policy getPolicy()
           
 java.util.Collection<org.apache.neethi.Assertion> getVocabulary()
           
 

Method Detail

getPolicy

org.apache.neethi.Policy getPolicy()

getChosenAlternative

java.util.Collection<org.apache.neethi.Assertion> getChosenAlternative()

getVocabulary

java.util.Collection<org.apache.neethi.Assertion> getVocabulary()

getFaultVocabulary

java.util.Collection<org.apache.neethi.Assertion> getFaultVocabulary()

getInterceptors

java.util.List<Interceptor> getInterceptors()

getFaultInterceptors

java.util.List<Interceptor> getFaultInterceptors()

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.