org.sca4j.introspection.contract
Interface OperationIntrospector
public interface OperationIntrospector
Implementations evaluate the methods of a Java-based interface and populate the operation on the corresponding service contract with relevant
metadata.
- Version:
- $Revision$ $Date$
|
Method Summary |
|
introspect(org.sca4j.scdl.Operation operation,
java.lang.reflect.Method method,
org.sca4j.scdl.ValidationContext context)
Perform the introspection. |
introspect
<T> void introspect(org.sca4j.scdl.Operation operation,
java.lang.reflect.Method method,
org.sca4j.scdl.ValidationContext context)
- Perform the introspection.
- Parameters:
operation - the operation to updatemethod - the method to evaluatecontext - the validation cotnext to report errors and warnings.
Copyright © 2008-2011 Service Symphony. All Rights Reserved.