public interface OperationPolicyIntrospector
| Modifier and Type | Method and Description |
|---|---|
void |
introspectPolicyOnOperations(org.fabric3.api.model.type.contract.ServiceContract contract,
java.lang.Class<?> implClass,
IntrospectionContext context)
Maps service operations to implementation class methods and then processes policy metadata annotated on those methods.
|
void introspectPolicyOnOperations(org.fabric3.api.model.type.contract.ServiceContract contract,
java.lang.Class<?> implClass,
IntrospectionContext context)
contract - the service contract containing operations to processimplClass - the component implementation classcontext - the current introspection context