org.apache.cxf.binding.soap.interceptor
Class RPCInInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
      extended by org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
          extended by org.apache.cxf.binding.soap.interceptor.RPCInInterceptor
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>

public class RPCInInterceptor
extends org.apache.cxf.interceptor.AbstractInDatabindingInterceptor


Constructor Summary
RPCInInterceptor()
           
 
Method Summary
 void handleMessage(org.apache.cxf.message.Message message)
           
 
Methods inherited from class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
findMessagePart, getDataReader, getDataReader, getMessageDataReader, getMessageInfo, getMessageInfo, getNodeDataReader, getXMLStreamReader, isRequestor
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addBefore, getAfter, getBefore, getId, getPhase, handleFault, isGET, setAfter, setBefore, setId, setPhase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPCInInterceptor

public RPCInInterceptor()
Method Detail

handleMessage

public void handleMessage(org.apache.cxf.message.Message message)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.