org.apache.cxf.interceptor
Class URIMappingInterceptor

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.interceptor.URIMappingInterceptor
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 URIMappingInterceptor
extends AbstractInDatabindingInterceptor


Field Summary
 
Fields inherited from class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
NO_VALIDATE_PARTS
 
Constructor Summary
URIMappingInterceptor()
           
 
Method Summary
protected  String getOperationName(org.apache.cxf.message.Message message)
           
protected  org.apache.cxf.message.MessageContentsList getParameters(org.apache.cxf.message.Message message, org.apache.cxf.service.model.BindingOperationInfo operation)
           
protected  Map<String,String> getQueries(org.apache.cxf.message.Message message)
           
 void handleMessage(org.apache.cxf.message.Message message)
           
protected  Map<String,String> keepInOrder(Map<String,String> params, org.apache.cxf.service.model.OperationInfo operation, List<String> order)
           
 
Methods inherited from class org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
findMessagePart, getBindingOperationInfo, getDataReader, getDataReader, getMessageInfo, getMessageInfo, getNodeDataReader, getXMLStreamReader, isRequestor, setMessage, supportsDataReader
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, 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

URIMappingInterceptor

public URIMappingInterceptor()
Method Detail

handleMessage

public void handleMessage(org.apache.cxf.message.Message message)
                   throws org.apache.cxf.interceptor.Fault
Throws:
org.apache.cxf.interceptor.Fault

keepInOrder

protected Map<String,String> keepInOrder(Map<String,String> params,
                                         org.apache.cxf.service.model.OperationInfo operation,
                                         List<String> order)

getParameters

protected org.apache.cxf.message.MessageContentsList getParameters(org.apache.cxf.message.Message message,
                                                                   org.apache.cxf.service.model.BindingOperationInfo operation)

getQueries

protected Map<String,String> getQueries(org.apache.cxf.message.Message message)

getOperationName

protected String getOperationName(org.apache.cxf.message.Message message)


Apache CXF