Uses of Class
com.sun.tools.ws.processor.model.Port
-
-
Uses of Port in com.sun.tools.ws.processor.generator
Methods in com.sun.tools.ws.processor.generator with parameters of type Port Modifier and Type Method Description static StringNames. getPortName(Port port)voidGeneratorBase. visit(Port port)voidGeneratorExtension. writeWebServiceAnnotation(Model model, JCodeModel cm, JDefinedClass cls, Port port)Create annotations in service JWS generated -
Uses of Port in com.sun.tools.ws.processor.model
Methods in com.sun.tools.ws.processor.model that return Port Modifier and Type Method Description PortService. getPortByName(QName n)Methods in com.sun.tools.ws.processor.model that return types with arguments of type Port Modifier and Type Method Description List<Port>Service. getPorts()Methods in com.sun.tools.ws.processor.model with parameters of type Port Modifier and Type Method Description voidService. addPort(Port port)protected voidExtendedModelVisitor. postVisit(Port port)protected voidExtendedModelVisitor. preVisit(Port port)protected booleanExtendedModelVisitor. shouldVisit(Port port)voidModelVisitor. visit(Port port)Method parameters in com.sun.tools.ws.processor.model with type arguments of type Port Modifier and Type Method Description voidService. setPorts(List<Port> m) -
Uses of Port in com.sun.tools.ws.processor.modeler.annotation
Fields in com.sun.tools.ws.processor.modeler.annotation declared as Port Modifier and Type Field Description protected PortWebServiceVisitor. port -
Uses of Port in com.sun.tools.ws.processor.modeler.wsdl
Fields in com.sun.tools.ws.processor.modeler.wsdl declared as Port Modifier and Type Field Description PortWSDLModelerBase.ProcessSOAPOperationInfo. modelPortFields in com.sun.tools.ws.processor.modeler.wsdl with type parameters of type Port Modifier and Type Field Description protected Map<QName,Port>WSDLModelerBase. _bindingNameToPortMapMethods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Port Modifier and Type Method Description protected voidWSDLModelerBase. applyPortMethodCustomization(Port port, Port wsdlPort)protected booleanWSDLModeler. createJavaExceptionFromLiteralType(Fault fault, Port port, String operationName)protected voidWSDLModeler. createJavaInterfaceForPort(Port port, boolean isProvider)protected voidWSDLModeler. createJavaInterfaceForProviderPort(Port port)protected voidWSDLModeler. createJavaMethodForOperation(Port port, Operation operation, JavaInterface intf)protected StringWSDLModeler. getClassName(Port port, String suffix)protected StringWSDLModeler. getJavaNameOfSEI(Port port)Constructors in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Port Constructor Description ProcessSOAPOperationInfo(Port modelPort, Port port, Operation portTypeOperation, BindingOperation bindingOperation, SOAPBinding soapBinding, WSDLDocument document, boolean hasOverloadedOperations, Map headers) -
Uses of Port in com.sun.tools.ws.processor.util
Methods in com.sun.tools.ws.processor.util with parameters of type Port Modifier and Type Method Description protected voidClassNameCollector. postVisit(Port port)protected voidClassNameCollector. preVisit(Port port)protected voidClassNameCollector. processPort11x(Port port)protected booleanClassNameCollector. shouldVisit(Port port)
-