Apache CXF API

org.apache.cxf.ws.policy
Class EndpointPolicyImpl

java.lang.Object
  extended by org.apache.cxf.ws.policy.EndpointPolicyImpl
All Implemented Interfaces:
EndpointPolicy

public class EndpointPolicyImpl
extends java.lang.Object
implements EndpointPolicy


Constructor Summary
EndpointPolicyImpl()
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointPolicyImpl

public EndpointPolicyImpl()
Method Detail

getPolicy

public org.apache.neethi.Policy getPolicy()
Specified by:
getPolicy in interface EndpointPolicy

getChosenAlternative

public java.util.Collection<org.apache.neethi.Assertion> getChosenAlternative()
Specified by:
getChosenAlternative in interface EndpointPolicy

getVocabulary

public java.util.Collection<org.apache.neethi.Assertion> getVocabulary()
Specified by:
getVocabulary in interface EndpointPolicy

getFaultVocabulary

public java.util.Collection<org.apache.neethi.Assertion> getFaultVocabulary()
Specified by:
getFaultVocabulary in interface EndpointPolicy

getInterceptors

public java.util.List<Interceptor> getInterceptors()
Specified by:
getInterceptors in interface EndpointPolicy

getFaultInterceptors

public java.util.List<Interceptor> getFaultInterceptors()
Specified by:
getFaultInterceptors in interface EndpointPolicy

Apache CXF API

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