public interface Service extends WSDLElement
LIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
getDocumentationElement, setDocumentationElementgetExtensionAttribute, getExtensionAttributes, getNativeAttributeNames, setExtensionAttributeaddExtensibilityElement, getExtensibilityElements, removeExtensibilityElementvoid setQName(QName name)
name - the desired nameQName getQName()
void addPort(Port port)
port - the port to be addedPort getPort(String name)
name - the name of the desired port.Port removePort(String name)
name - the name of the port to be removed.Map getPorts()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.