Uses of Interface
javax.wsdl.PortType
-
Packages that use PortType Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of PortType in com.ibm.wsdl
Classes in com.ibm.wsdl that implement PortType Modifier and Type Class Description class
PortTypeImpl
This class represents a port type.Fields in com.ibm.wsdl declared as PortType Modifier and Type Field Description protected PortType
BindingImpl. portType
Methods in com.ibm.wsdl that return PortType Modifier and Type Method Description PortType
DefinitionImpl. createPortType()
Create a new port type.PortType
BindingImpl. getPortType()
Get the port type this is a binding for.PortType
DefinitionImpl. getPortType(QName name)
Get the specified portType.PortType
DefinitionImpl. removePortType(QName name)
Remove the specified portType from this definition.Methods in com.ibm.wsdl with parameters of type PortType Modifier and Type Method Description void
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 PortType Modifier and Type Method Description protected PortType
WSDLReaderImpl. parsePortType(org.w3c.dom.Element portTypeEl, Definition def)
Methods in com.ibm.wsdl.xml with parameters of type PortType Modifier and Type Method Description protected BindingOperation
WSDLReaderImpl. parseBindingOperation(org.w3c.dom.Element bindingOperationEl, PortType portType, Definition def)
protected Operation
WSDLReaderImpl. parseOperation(org.w3c.dom.Element opEl, PortType portType, Definition def)
-
Uses of PortType in javax.wsdl
Methods in javax.wsdl that return PortType Modifier and Type Method Description PortType
Definition. createPortType()
Create a new port type.PortType
Binding. getPortType()
Get the port type this is a binding for.PortType
Definition. getPortType(QName name)
Get the specified portType.PortType
Definition. removePortType(QName name)
Remove the specified portType from this definition.Methods in javax.wsdl with parameters of type PortType Modifier and Type Method Description void
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.
-