Apache CXF API

org.apache.cxf.binding.http
Class URIMapper

java.lang.Object
  extended by org.apache.cxf.binding.http.URIMapper

public class URIMapper
extends Object


Nested Class Summary
static class URIMapper.ResourceInfo
           
 
Constructor Summary
URIMapper()
           
 
Method Summary
 void bind(BindingOperationInfo bop, String uri, String verb)
           
 String getLocation(BindingOperationInfo bop)
           
 BindingOperationInfo getOperation(String uri, String verb, Message m)
           
 List getParameters(MessageInfo msgInfo, String path)
           
 String getVerb(BindingOperationInfo bop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIMapper

public URIMapper()
Method Detail

getOperation

public BindingOperationInfo getOperation(String uri,
                                         String verb,
                                         Message m)

bind

public void bind(BindingOperationInfo bop,
                 String uri,
                 String verb)

getLocation

public String getLocation(BindingOperationInfo bop)

getVerb

public String getVerb(BindingOperationInfo bop)

getParameters

public List getParameters(MessageInfo msgInfo,
                          String path)

Apache CXF API

Apache CXF