public class EndpointPolicyImpl extends Object implements EndpointPolicy
| Constructor and Description |
|---|
EndpointPolicyImpl() |
EndpointPolicyImpl(org.apache.cxf.service.model.EndpointInfo ei,
PolicyEngineImpl engine,
boolean requestor,
Assertor assertor) |
EndpointPolicyImpl(org.apache.neethi.Policy p) |
| Modifier and Type | Method and Description |
|---|---|
protected EndpointPolicyImpl |
createEndpointPolicy() |
Assertor |
getAssertor() |
Collection<org.apache.neethi.Assertion> |
getChosenAlternative() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getFaultInterceptors() |
Collection<org.apache.neethi.Assertion> |
getFaultVocabulary() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getInterceptors() |
org.apache.neethi.Policy |
getPolicy() |
protected Collection<org.apache.neethi.Assertion> |
getSupportedAlternatives() |
Collection<org.apache.neethi.Assertion> |
getVocabulary() |
void |
initialize() |
EndpointPolicy |
updatePolicy(org.apache.neethi.Policy p) |
public EndpointPolicyImpl()
public EndpointPolicyImpl(org.apache.neethi.Policy p)
public EndpointPolicyImpl(org.apache.cxf.service.model.EndpointInfo ei,
PolicyEngineImpl engine,
boolean requestor,
Assertor assertor)
public org.apache.neethi.Policy getPolicy()
getPolicy in interface EndpointPolicypublic Assertor getAssertor()
public EndpointPolicy updatePolicy(org.apache.neethi.Policy p)
updatePolicy in interface EndpointPolicypublic Collection<org.apache.neethi.Assertion> getChosenAlternative()
getChosenAlternative in interface EndpointPolicypublic Collection<org.apache.neethi.Assertion> getVocabulary()
getVocabulary in interface EndpointPolicypublic Collection<org.apache.neethi.Assertion> getFaultVocabulary()
getFaultVocabulary in interface EndpointPolicypublic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInterceptors()
getInterceptors in interface EndpointPolicypublic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getFaultInterceptors()
getFaultInterceptors in interface EndpointPolicypublic void initialize()
protected Collection<org.apache.neethi.Assertion> getSupportedAlternatives()
protected EndpointPolicyImpl createEndpointPolicy()
Apache CXF