2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.interfacedef.java.introspect
Interface JavaInterfaceVisitor
- All Known Implementing Classes:
- DataBindingJavaInterfaceProcessor, JAXWSJavaInterfaceProcessor, PolicyJavaInterfaceVisitor
public interface JavaInterfaceVisitor
Implementations introspect metadata on a Java interface, populating the
corresponding JavaInterface
visitInterface
void visitInterface(JavaInterface javaInterface)
throws InvalidInterfaceException
- Visit a java interface
- Parameters:
javaInterface
-
- Throws:
InvalidInterfaceException