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. |
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 updatetype - the interface to evaluatecontext - the validation cotnext to report errors and warnings.
Copyright © 2008-2011 Service Symphony. All Rights Reserved.