com.ibm.wsdl
public class ServiceImpl extends AbstractWSDLElement implements Service
Field Summary | |
---|---|
protected QName | name |
protected List | nativeAttributeNames |
protected Map | ports |
static long | serialVersionUID |
Method Summary | |
---|---|
void | addPort(Port port)
Add a port to this service.
|
List | getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
|
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.
|
String | toString() |
Parameters: port the port to be added
Returns: a List of Strings, one for each local attribute name
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