AttributeExtensible
, ElementExtensible
, java.io.Serializable
, WSDLElement
ServiceImpl
public interface Service extends WSDLElement
LIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE
Modifier and Type | Method | Description |
---|---|---|
void |
addPort(Port port) |
Add a port to this service.
|
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.
|
Port |
removePort(java.lang.String name) |
Remove the specified port.
|
void |
setQName(QName name) |
Set the name of this service.
|
getExtensionAttribute, getExtensionAttributes, getNativeAttributeNames, setExtensionAttribute
addExtensibilityElement, getExtensibilityElements, removeExtensibilityElement
getDocumentationElement, setDocumentationElement
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.Port removePort(java.lang.String name)
name
- the name of the port to be removed.java.util.Map getPorts()
Copyright ? 2003, 2013 IBM. All Rights Reserved.