| org.apache.cxf.ws.policy.AbstractPolicyInterceptor
All known Subclasses: org.apache.cxf.ws.policy.ServerPolicyInInterceptor, org.apache.cxf.ws.policy.ClientPolicyInInterceptor, org.apache.cxf.ws.policy.ClientPolicyOutInterceptor, org.apache.cxf.ws.policy.ServerPolicyOutFaultInterceptor, org.apache.cxf.ws.policy.ServerPolicyOutInterceptor, org.apache.cxf.ws.policy.ClientPolicyInFaultInterceptor, org.apache.cxf.ws.policy.PolicyVerificationInFaultInterceptor, org.apache.cxf.ws.policy.PolicyVerificationInInterceptor, org.apache.cxf.ws.policy.PolicyVerificationOutInterceptor,
AbstractPolicyInterceptor | abstract public class AbstractPolicyInterceptor extends AbstractPhaseInterceptor (Code) | | |
Field Summary | |
protected Bus | bus |
AbstractPolicyInterceptor | public AbstractPolicyInterceptor(String phase)(Code) | | |
getBindingFaultInfo | protected BindingFaultInfo getBindingFaultInfo(Message msg, Exception ex, BindingOperationInfo boi)(Code) | | |
getBus | public Bus getBus()(Code) | | |
getTransportAssertions | protected void getTransportAssertions(Message message)(Code) | | |
handle | abstract protected void handle(Message message) throws PolicyException(Code) | | |
handleMessage | public void handleMessage(Message message) throws Fault(Code) | | |
setBus | public void setBus(Bus b)(Code) | | |
|
|