public class ServiceInfo
extends java.lang.Object
DynamicClient
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocumentation()
Return the wsdl documentation associated at this service
<wsdl:service name="ServiceName"> |
java.lang.String |
getName()
Return the name of the service
|
PortInfo |
getPort(java.lang.String portName)
Return the information of specific port
|
java.util.Set<java.lang.String> |
getPortNames()
Return the list of ports associated to this service
|
public java.lang.String getName()
public java.lang.String getDocumentation()
<wsdl:service name="ServiceName">
<wsdl:documentation>service documentation</wsdl:documentation>
</wsdl:service>
public java.util.Set<java.lang.String> getPortNames()
PortInfo