Uses of Class
com.sun.tools.ws.processor.model.Port
Packages that use Port
Package
Description
-
Uses of Port in com.sun.tools.ws.processor.generator
Methods in com.sun.tools.ws.processor.generator with parameters of type PortModifier and TypeMethodDescriptionstatic StringNames.getPortName(Port port) voidvoidGeneratorExtension.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 PortMethods in com.sun.tools.ws.processor.model that return types with arguments of type PortMethods in com.sun.tools.ws.processor.model with parameters of type PortModifier and TypeMethodDescriptionvoidprotected voidprotected voidprotected booleanExtendedModelVisitor.shouldVisit(Port port) voidMethod parameters in com.sun.tools.ws.processor.model with type arguments of type Port -
Uses of Port in com.sun.tools.ws.processor.modeler.annotation
Fields in com.sun.tools.ws.processor.modeler.annotation declared as Port -
Uses of Port in com.sun.tools.ws.processor.modeler.wsdl
Fields in com.sun.tools.ws.processor.modeler.wsdl declared as PortFields in com.sun.tools.ws.processor.modeler.wsdl with type parameters of type PortMethods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type PortModifier and TypeMethodDescriptionprotected 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 PortModifierConstructorDescriptionProcessSOAPOperationInfo(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 PortModifier and TypeMethodDescriptionprotected voidprotected voidprotected voidClassNameCollector.processPort11x(Port port) protected booleanClassNameCollector.shouldVisit(Port port)