Class LogicalHandlerInInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<T>
org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor<Message>
org.apache.cxf.jaxws.handler.logical.LogicalHandlerInInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
-
Field Summary
Fields inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
binding -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected QNamegetOpQName(Exchange ex, Object data) voidhandleMessage(Message message) Intercepts a message.Methods inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
getBinding, getInvoker, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfoMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
LogicalHandlerInInterceptor
public LogicalHandlerInInterceptor(jakarta.xml.ws.Binding binding)
-
-
Method Details
-
handleMessage
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this. -
getOpQName
- Overrides:
getOpQNamein classAbstractJAXWSHandlerInterceptor<Message>
-