Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class | Description |
---|---|---|
class |
PortTypeImpl |
This class represents a port type.
|
Modifier and Type | Field | Description |
---|---|---|
protected PortType |
BindingImpl.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.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
protected PortType |
WSDLReaderImpl.parsePortType(org.w3c.dom.Element portTypeEl,
Definition def) |
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) |
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.
|
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.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.