org.sca4j.introspection.contract
Interface InterfaceIntrospector


public interface InterfaceIntrospector

Implementations evaluate a Java-based interface and populate the corresponding service contract with relevant metadata.

Version:
$Revision$ $Date$

Method Summary
 void introspect(org.sca4j.scdl.ServiceContract contract, java.lang.reflect.Type type, org.sca4j.scdl.ValidationContext context)
          Perform the introspection.
 

Method Detail

introspect

void introspect(org.sca4j.scdl.ServiceContract contract,
                java.lang.reflect.Type type,
                org.sca4j.scdl.ValidationContext context)
Perform the introspection.

Parameters:
contract - the service contract to update
type - the interface to evaluate
context - the validation cotnext to report errors and warnings.


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