|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortType | |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
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 |
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 | |
---|---|
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 | |
---|---|
protected PortType |
WSDLReaderImpl.parsePortType(org.w3c.dom.Element portTypeEl,
Definition def)
|
Methods in com.ibm.wsdl.xml with parameters of type PortType | |
---|---|
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 | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |