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,
java.lang.reflect.Method m,
URIMapper mapper)
|
map
boolean map(org.apache.cxf.service.model.BindingOperationInfo bop,
java.lang.reflect.Method m,
URIMapper mapper)
Apache CXF