|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.binding.http.URIMapper
public class URIMapper
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 |
---|
public URIMapper()
Method Detail |
---|
public BindingOperationInfo getOperation(String uri, String verb, Message m)
public void bind(BindingOperationInfo bop, String uri, String verb)
public String getLocation(BindingOperationInfo bop)
public String getVerb(BindingOperationInfo bop)
public List getParameters(MessageInfo msgInfo, String path)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |