org.apache.cxf.binding.http.strategy
Class JRAStrategy
java.lang.Object
org.apache.cxf.binding.http.strategy.JRAStrategy
- All Implemented Interfaces:
- ResourceStrategy
public class JRAStrategy
- extends Object
- implements ResourceStrategy
A strategy to map BindingOperationInfos to URI/Verb combos utilizing the
Java Rest Annotations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRAStrategy
public JRAStrategy()
map
public boolean map(BindingOperationInfo bop,
Method m,
URIMapper mapper)
- Specified by:
map
in interface ResourceStrategy
Apache CXF