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(org.apache.cxf.service.model.BindingOperationInfo bop, Method m, URIMapper mapper)
           
 

Method Detail

map

boolean map(org.apache.cxf.service.model.BindingOperationInfo bop,
            Method m,
            URIMapper mapper)


Apache CXF