public interface Service extends java.io.Serializable, ElementExtensible
Modifier and Type | Method and Description |
---|---|
void |
addPort(Port port)
Add a port to this service.
|
org.w3c.dom.Element |
getDocumentationElement()
Get the documentation element.
|
Port |
getPort(java.lang.String name)
Get the specified port.
|
java.util.Map |
getPorts()
Get all the ports defined here.
|
QName |
getQName()
Get the name of this service.
|
void |
setDocumentationElement(org.w3c.dom.Element docEl)
Set the documentation element for this document.
|
void |
setQName(QName name)
Set the name of this service.
|
addExtensibilityElement, getExtensibilityElements
void setQName(QName name)
name
- the desired nameQName getQName()
void addPort(Port port)
port
- the port to be addedPort getPort(java.lang.String name)
name
- the name of the desired port.java.util.Map getPorts()
void setDocumentationElement(org.w3c.dom.Element docEl)
docEl
- the documentation elementorg.w3c.dom.Element getDocumentationElement()
Copyright ? 2003,2005 IBM. All Rights Reserved.