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
<T> void
introspect(org.sca4j.scdl.Operation operation, java.lang.reflect.Method method, org.sca4j.scdl.ValidationContext context)
          Perform the introspection.
 

Method Detail

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 update
method - the method to evaluate
context - the validation cotnext to report errors and warnings.


Copyright © 2008-2011 Service Symphony. All Rights Reserved.