Uses of Interface
com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLPortType
-
Packages that use EditableWSDLPortType Package Description com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.api.wsdl.parser Extension point for WSDL parsing.com.sun.xml.ws.model.wsdl com.sun.xml.ws.policy.jaxws -
-
Uses of EditableWSDLPortType in com.sun.xml.ws.api.model.wsdl.editable
Methods in com.sun.xml.ws.api.model.wsdl.editable that return EditableWSDLPortType Modifier and Type Method Description EditableWSDLPortTypeEditableWSDLBoundPortType. getPortType()EditableWSDLPortTypeEditableWSDLModel. getPortType(QName name)Methods in com.sun.xml.ws.api.model.wsdl.editable that return types with arguments of type EditableWSDLPortType Modifier and Type Method Description Map<QName,? extends EditableWSDLPortType>EditableWSDLModel. getPortTypes()Methods in com.sun.xml.ws.api.model.wsdl.editable with parameters of type EditableWSDLPortType Modifier and Type Method Description voidEditableWSDLModel. addPortType(EditableWSDLPortType pt)Add port type -
Uses of EditableWSDLPortType in com.sun.xml.ws.api.wsdl.parser
Methods in com.sun.xml.ws.api.wsdl.parser with parameters of type EditableWSDLPortType Modifier and Type Method Description voidWSDLParserExtension. portTypeAttributes(EditableWSDLPortType portType, XMLStreamReader reader)booleanWSDLParserExtension. portTypeElements(EditableWSDLPortType portType, XMLStreamReader reader) -
Uses of EditableWSDLPortType in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement EditableWSDLPortType Modifier and Type Class Description classWSDLPortTypeImplProvides implementation ofWSDLPortTypeMethods in com.sun.xml.ws.model.wsdl that return EditableWSDLPortType Modifier and Type Method Description EditableWSDLPortTypeWSDLBoundPortTypeImpl. getPortType()EditableWSDLPortTypeWSDLModelImpl. getPortType(QName name)Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type EditableWSDLPortType Modifier and Type Method Description Map<QName,EditableWSDLPortType>WSDLModelImpl. getPortTypes()Methods in com.sun.xml.ws.model.wsdl with parameters of type EditableWSDLPortType Modifier and Type Method Description voidWSDLModelImpl. addPortType(EditableWSDLPortType pt)Constructors in com.sun.xml.ws.model.wsdl with parameters of type EditableWSDLPortType Constructor Description WSDLOperationImpl(XMLStreamReader xsr, EditableWSDLPortType owner, QName name) -
Uses of EditableWSDLPortType in com.sun.xml.ws.policy.jaxws
Methods in com.sun.xml.ws.policy.jaxws with parameters of type EditableWSDLPortType Modifier and Type Method Description voidPolicyWSDLParserExtension. portTypeAttributes(EditableWSDLPortType portType, XMLStreamReader reader)booleanPolicyWSDLParserExtension. portTypeElements(EditableWSDLPortType portType, XMLStreamReader reader)
-