org.apache.cxf.binding.http.strategy
Interface ResourceStrategy

All Known Implementing Classes:
ConventionStrategy, JRAStrategy

public interface ResourceStrategy

A ResourceStrategy represents a method of mapping an Operation to a URI/Verb combination.


Method Summary
 boolean map(BindingOperationInfo bop, java.lang.reflect.Method m, URIMapper mapper)
           
 

Method Detail

map

boolean map(BindingOperationInfo bop,
            java.lang.reflect.Method m,
            URIMapper mapper)


Apache CXF