Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class | Description |
---|---|---|
class |
PortImpl |
This class represents a port, an endpoint for the
functionality described by a particular port type.
|
Modifier and Type | Method | Description |
---|---|---|
Port |
DefinitionImpl.createPort() |
Create a new port.
|
Port |
ServiceImpl.getPort(java.lang.String name) |
Get the specified port.
|
Port |
ServiceImpl.removePort(java.lang.String name) |
Remove the specified port.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ServiceImpl.addPort(Port port) |
Add a port to this service.
|
Modifier and Type | Method | Description |
---|---|---|
protected Port |
WSDLReaderImpl.parsePort(org.w3c.dom.Element portEl,
Definition def) |
Modifier and Type | Method | Description |
---|---|---|
Port |
Definition.createPort() |
Create a new port.
|
Port |
Service.getPort(java.lang.String name) |
Get the specified port.
|
Port |
Service.removePort(java.lang.String name) |
Remove the specified port.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Service.addPort(Port port) |
Add a port to this service.
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.