Apache CXF API

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 API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.