javax.wsdl
public interface Service extends WSDLElement
Method Summary | |
---|---|
void | addPort(Port port)
Add a port to this service.
|
Port | getPort(String name)
Get the specified port.
|
Map | getPorts()
Get all the ports defined here. |
QName | getQName()
Get the name of this service.
|
Port | removePort(String name)
Remove the specified port.
|
void | setQName(QName name)
Set the name of this service.
|
Parameters: port the port to be added
Parameters: name the name of the desired port.
Returns: the corresponding port, or null if there wasn't any matching port
Returns: the service name
Parameters: name the name of the port to be removed.
Returns: the port which was removed.
Parameters: name the desired name