Uses of Interface
javax.wsdl.PortType
Packages that use PortType
-
Uses of PortType in com.ibm.wsdl
Classes in com.ibm.wsdl that implement PortTypeFields in com.ibm.wsdl declared as PortTypeMethods in com.ibm.wsdl that return PortTypeModifier and TypeMethodDescriptionDefinitionImpl.createPortType()Create a new port type.BindingImpl.getPortType()Get the port type this is a binding for.DefinitionImpl.getPortType(QName name) Get the specified portType.DefinitionImpl.removePortType(QName name) Remove the specified portType from this definition.Methods in com.ibm.wsdl with parameters of type PortTypeModifier and TypeMethodDescriptionvoidDefinitionImpl.addPortType(PortType portType) Add a portType to this WSDL description.voidBindingImpl.setPortType(PortType portType) Set the port type this is a binding for. -
Uses of PortType in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return PortTypeModifier and TypeMethodDescriptionprotected PortTypeWSDLReaderImpl.parsePortType(Element portTypeEl, Definition def) Methods in com.ibm.wsdl.xml with parameters of type PortTypeModifier and TypeMethodDescriptionprotected BindingOperationWSDLReaderImpl.parseBindingOperation(Element bindingOperationEl, PortType portType, Definition def) protected OperationWSDLReaderImpl.parseOperation(Element opEl, PortType portType, Definition def) -
Uses of PortType in javax.wsdl
Methods in javax.wsdl that return PortTypeModifier and TypeMethodDescriptionDefinition.createPortType()Create a new port type.Binding.getPortType()Get the port type this is a binding for.Definition.getPortType(QName name) Get the specified portType.Definition.removePortType(QName name) Remove the specified portType from this definition.Methods in javax.wsdl with parameters of type PortTypeModifier and TypeMethodDescriptionvoidDefinition.addPortType(PortType portType) Add a portType to this WSDL description.voidBinding.setPortType(PortType portType) Set the port type this is a binding for.