Uses of Class
com.sun.tools.ws.wsdl.document.PortType
-
Packages that use PortType Package Description com.sun.tools.ws.processor.model com.sun.tools.ws.processor.modeler.wsdl com.sun.tools.ws.wsdl.document -
-
Uses of PortType in com.sun.tools.ws.processor.model
Fields in com.sun.tools.ws.processor.model with type parameters of type PortType Modifier and Type Field Description Map<QName,PortType>Port. portTypes -
Uses of PortType in com.sun.tools.ws.processor.modeler.wsdl
Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type PortType Modifier and Type Method Description protected booleanWSDLModeler. isAsync(PortType portType, Operation wsdlOperation) -
Uses of PortType in com.sun.tools.ws.wsdl.document
Methods in com.sun.tools.ws.wsdl.document that return PortType Modifier and Type Method Description PortTypeBinding. resolvePortType(AbstractDocument document)Methods in com.sun.tools.ws.wsdl.document with parameters of type PortType Modifier and Type Method Description voidDefinitions. add(PortType p)voidWSDLDocumentVisitor. postVisit(PortType portType)voidWSDLDocumentVisitorBase. postVisit(PortType portType)voidWSDLDocumentVisitor. preVisit(PortType portType)voidWSDLDocumentVisitorBase. preVisit(PortType portType)
-