Uses of Class
com.sun.tools.ws.processor.model.java.JavaInterface
-
Packages that use JavaInterface Package Description 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 Modifier and Type Method Description static StringNames. customJavaTypeClassName(JavaInterface intf) -
Uses of JavaInterface in com.sun.tools.ws.processor.model
Methods in com.sun.tools.ws.processor.model that return JavaInterface Modifier and Type Method Description JavaInterfacePort. getJavaInterface()JavaInterfaceService. getJavaInterface()JavaInterfaceService. getJavaIntf()Methods in com.sun.tools.ws.processor.model with parameters of type JavaInterface Modifier and Type Method Description voidPort. setJavaInterface(JavaInterface i)voidService. setJavaInterface(JavaInterface i)Constructors in com.sun.tools.ws.processor.model with parameters of type JavaInterface Constructor Description 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 Modifier and Type Method Description protected voidWSDLModeler. createJavaMethodForOperation(Port port, Operation operation, JavaInterface intf)
-