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()
           
EndpointPolicyImpl(EndpointInfo ei, PolicyEngineImpl engine, boolean requestor, Assertor assertor)
           
 
Method Summary
protected  EndpointPolicyImpl createEndpointPolicy()
           
 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()
           
 EndpointPolicy updatePolicy(org.apache.neethi.Policy p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointPolicyImpl

public EndpointPolicyImpl()

EndpointPolicyImpl

public EndpointPolicyImpl(EndpointInfo ei,
                          PolicyEngineImpl engine,
                          boolean requestor,
                          Assertor assertor)
Method Detail

getPolicy

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

updatePolicy

public EndpointPolicy updatePolicy(org.apache.neethi.Policy p)
Specified by:
updatePolicy 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

createEndpointPolicy

protected EndpointPolicyImpl createEndpointPolicy()

Apache CXF API

Apache CXF