Apache CXF API

org.apache.cxf.binding.http.strategy
Class JRAStrategy

java.lang.Object
  extended by 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.


Constructor Summary
JRAStrategy()
           
 
Method Summary
 boolean map(BindingOperationInfo bop, Method m, URIMapper mapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRAStrategy

public JRAStrategy()
Method Detail

map

public boolean map(BindingOperationInfo bop,
                   Method m,
                   URIMapper mapper)
Specified by:
map in interface ResourceStrategy

Apache CXF API

Apache CXF