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 TypeMethodDescriptionvoid
DefinitionImpl.addPortType
(PortType portType) Add a portType to this WSDL description.void
BindingImpl.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 PortType
WSDLReaderImpl.parsePortType
(Element portTypeEl, Definition def) Methods in com.ibm.wsdl.xml with parameters of type PortTypeModifier and TypeMethodDescriptionprotected BindingOperation
WSDLReaderImpl.parseBindingOperation
(Element bindingOperationEl, PortType portType, Definition def) protected Operation
WSDLReaderImpl.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 TypeMethodDescriptionvoid
Definition.addPortType
(PortType portType) Add a portType to this WSDL description.void
Binding.setPortType
(PortType portType) Set the port type this is a binding for.