org.apache.tuscany.sca.interfacedef.java.jaxws
Class JAXWSJavaInterfaceProcessor

java.lang.Object
  extended by org.apache.tuscany.sca.interfacedef.java.jaxws.JAXWSJavaInterfaceProcessor
All Implemented Interfaces:
JavaInterfaceVisitor

public class JAXWSJavaInterfaceProcessor
extends java.lang.Object
implements JavaInterfaceVisitor

Introspect the java class/interface with JSR-181 and JAXWS annotations


Constructor Summary
JAXWSJavaInterfaceProcessor()
           
JAXWSJavaInterfaceProcessor(DataBindingExtensionPoint dataBindingExtensionPoint, FaultExceptionMapper faultExceptionMapper, XMLAdapterExtensionPoint xmlAdapters)
           
 
Method Summary
 void visitInterface(JavaInterface contract)
          Visit a java interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSJavaInterfaceProcessor

public JAXWSJavaInterfaceProcessor(DataBindingExtensionPoint dataBindingExtensionPoint,
                                   FaultExceptionMapper faultExceptionMapper,
                                   XMLAdapterExtensionPoint xmlAdapters)

JAXWSJavaInterfaceProcessor

public JAXWSJavaInterfaceProcessor()
Method Detail

visitInterface

public void visitInterface(JavaInterface contract)
                    throws InvalidInterfaceException
Description copied from interface: JavaInterfaceVisitor
Visit a java interface

Specified by:
visitInterface in interface JavaInterfaceVisitor
Throws:
InvalidInterfaceException