Uses of Class
com.sun.tools.ws.processor.model.java.JavaInterface

Packages that use JavaInterface
com.sun.tools.ws.processor.generator   
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.modeler.wsdl   
 

Uses of JavaInterface in com.sun.tools.ws.processor.generator
 

Methods in com.sun.tools.ws.processor.generator with parameters of type JavaInterface
static String Names.customJavaTypeClassName(JavaInterface intf)
           
 

Uses of JavaInterface in com.sun.tools.ws.processor.model
 

Methods in com.sun.tools.ws.processor.model that return JavaInterface
 JavaInterface Port.getJavaInterface()
           
 JavaInterface Service.getJavaInterface()
           
 JavaInterface Service.getJavaIntf()
           
 

Methods in com.sun.tools.ws.processor.model with parameters of type JavaInterface
 void Port.setJavaInterface(JavaInterface i)
           
 void Service.setJavaInterface(JavaInterface i)
           
 

Constructors in com.sun.tools.ws.processor.model with parameters of type JavaInterface
Service(QName name, JavaInterface javaInterface, Entity entity)
           
 

Uses of JavaInterface in com.sun.tools.ws.processor.modeler.wsdl
 

Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type JavaInterface
protected  void WSDLModeler.createJavaMethodForOperation(Port port, Operation operation, JavaInterface intf)