|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortType | |
com.ibm.wsdl | |
javax.wsdl |
Uses of PortType in com.ibm.wsdl |
Classes in com.ibm.wsdl that implement PortType | |
class |
PortTypeImpl
This class represents a port type. |
Fields in com.ibm.wsdl declared as PortType | |
protected PortType |
BindingImpl.portType
|
Methods in com.ibm.wsdl that return PortType | |
PortType |
BindingImpl.getPortType()
Get the port type this is a binding for. |
PortType |
DefinitionImpl.getPortType(javax.xml.namespace.QName name)
Get the specified portType. |
PortType |
DefinitionImpl.removePortType(javax.xml.namespace.QName name)
Remove the specified portType from this definition. |
PortType |
DefinitionImpl.createPortType()
Create a new port type. |
Methods in com.ibm.wsdl with parameters of type PortType | |
void |
BindingImpl.setPortType(PortType portType)
Set the port type this is a binding for. |
void |
DefinitionImpl.addPortType(PortType portType)
Add a portType to this WSDL description. |
Uses of PortType in javax.wsdl |
Methods in javax.wsdl that return PortType | |
PortType |
Binding.getPortType()
Get the port type this is a binding for. |
PortType |
Definition.getPortType(javax.xml.namespace.QName name)
Get the specified portType. |
PortType |
Definition.removePortType(javax.xml.namespace.QName name)
Remove the specified portType from this definition. |
PortType |
Definition.createPortType()
Create a new port type. |
Methods in javax.wsdl with parameters of type PortType | |
void |
Binding.setPortType(PortType portType)
Set the port type this is a binding for. |
void |
Definition.addPortType(PortType portType)
Add a portType to this WSDL description. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |