|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.phase.AbstractPhaseInterceptor<T>
org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor<T>
org.apache.cxf.jaxws.handler.AbstractProtocolHandlerInterceptor<T>
public abstract class AbstractProtocolHandlerInterceptor<T extends Message>
Constructor Summary | |
---|---|
protected |
AbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding)
|
protected |
AbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding,
java.lang.String phase)
|
Method Summary | |
---|---|
protected javax.xml.ws.handler.MessageContext |
createProtocolMessageContext(T message)
|
void |
handleMessage(T message)
Intercepts a message. |
Methods inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor |
---|
getBinding, getInvoker, getOpQName, isMEPComlete, isOutbound, isRequestor, onCompletion, setupBindingOperationInfo |
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
---|
addAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, handleFault, isGET, setAfter, setBefore |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding)
protected AbstractProtocolHandlerInterceptor(javax.xml.ws.Binding binding, java.lang.String phase)
Method Detail |
---|
public void handleMessage(T message)
Interceptor
protected javax.xml.ws.handler.MessageContext createProtocolMessageContext(T message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |