com.ibm.wsdl
public class ServiceImpl extends Object implements Service
Field Summary | |
---|---|
protected Element | docEl |
protected List | extElements |
protected QName | name |
protected Map | ports |
static long | serialVersionUID |
Method Summary | |
---|---|
void | addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element.
|
void | addPort(Port port)
Add a port to this service.
|
Element | getDocumentationElement()
Get the documentation element. |
List | getExtensibilityElements()
Get all the extensibility elements defined here. |
Port | getPort(String name)
Get the specified port.
|
Map | getPorts()
Get all the ports defined here. |
QName | getQName()
Get the name of this service.
|
void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
void | setQName(QName name)
Set the name of this service.
|
String | toString() |
Parameters: extElement the extensibility element to be added
Parameters: port the port to be added
Returns: the documentation element
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: docEl the documentation element
Parameters: name the desired name