public class WSDLService extends NamedItem
| Constructor and Description |
|---|
WSDLService() |
WSDLService(QName name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPort(WSDLPort port)
Adds a port to this service.
|
boolean |
containsPortsForBinding(QName bindingName) |
DataStructure |
getOperations()
Returns a data structure containing the operations of all port this service comprises.
|
WSDLPort |
getPort(java.lang.String name) |
DataStructure |
getPorts()
Returns a
DataStructure containing all ports from within this service. |
DataStructure |
getPortTypes() |
WSDL |
getWsdl() |
java.lang.String |
toString() |
getLocalName, getName, getNamespace, setNamepublic WSDLService()
public WSDLService(QName name)
name - public DataStructure getOperations()
public DataStructure getPortTypes()
public void addPort(WSDLPort port)
port - the port to addpublic WSDLPort getPort(java.lang.String name)
name - the local name of the port to returnnullpublic DataStructure getPorts()
DataStructure containing all ports from within this service.DataStructure containing all ports from this servicepublic boolean containsPortsForBinding(QName bindingName)
public WSDL getWsdl()