org.apache.tuscany.sca.interfacedef.java
Class DefaultJavaInterfaceFactory

java.lang.Object
  extended by org.apache.tuscany.sca.interfacedef.java.impl.JavaInterfaceFactoryImpl
      extended by org.apache.tuscany.sca.interfacedef.java.DefaultJavaInterfaceFactory
All Implemented Interfaces:
JavaInterfaceFactory

public class DefaultJavaInterfaceFactory
extends JavaInterfaceFactoryImpl
implements JavaInterfaceFactory

A factory for the Java interface model.


Constructor Summary
DefaultJavaInterfaceFactory()
           
DefaultJavaInterfaceFactory(ModelFactoryExtensionPoint modelFactoryExtensionPoint)
           
 
Method Summary
 java.util.List<JavaInterfaceVisitor> getInterfaceVisitors()
          Returns a list of interface visitors.
 
Methods inherited from class org.apache.tuscany.sca.interfacedef.java.impl.JavaInterfaceFactoryImpl
addInterfaceVisitor, createJavaInterface, createJavaInterface, createJavaInterface, createJavaInterfaceContract, removeInterfaceVisitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.tuscany.sca.interfacedef.java.JavaInterfaceFactory
addInterfaceVisitor, createJavaInterface, createJavaInterface, createJavaInterface, createJavaInterfaceContract, removeInterfaceVisitor
 

Constructor Detail

DefaultJavaInterfaceFactory

public DefaultJavaInterfaceFactory()

DefaultJavaInterfaceFactory

public DefaultJavaInterfaceFactory(ModelFactoryExtensionPoint modelFactoryExtensionPoint)
Method Detail

getInterfaceVisitors

public java.util.List<JavaInterfaceVisitor> getInterfaceVisitors()
Description copied from interface: JavaInterfaceFactory
Returns a list of interface visitors.

Specified by:
getInterfaceVisitors in interface JavaInterfaceFactory
Overrides:
getInterfaceVisitors in class JavaInterfaceFactoryImpl
Returns: