public interface EndpointPolicy
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.neethi.Assertion> |
getChosenAlternative() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getFaultInterceptors(org.apache.cxf.message.Message m) |
Collection<org.apache.neethi.Assertion> |
getFaultVocabulary(org.apache.cxf.message.Message m) |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getInterceptors(org.apache.cxf.message.Message m) |
org.apache.neethi.Policy |
getPolicy() |
Collection<org.apache.neethi.Assertion> |
getVocabulary(org.apache.cxf.message.Message m) |
EndpointPolicy |
updatePolicy(org.apache.neethi.Policy p,
org.apache.cxf.message.Message msg) |
org.apache.neethi.Policy getPolicy()
EndpointPolicy updatePolicy(org.apache.neethi.Policy p, org.apache.cxf.message.Message msg)
Collection<org.apache.neethi.Assertion> getChosenAlternative()
Collection<org.apache.neethi.Assertion> getVocabulary(org.apache.cxf.message.Message m)
Collection<org.apache.neethi.Assertion> getFaultVocabulary(org.apache.cxf.message.Message m)
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInterceptors(org.apache.cxf.message.Message m)
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getFaultInterceptors(org.apache.cxf.message.Message m)
Apache CXF