public class PortInfo
extends java.lang.Object
DynamicClient
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocumentation()
Return the wsdl documentation associated at this port
<wsdl:port name="PortName"> |
java.lang.String |
getName()
Return the name of the port
|
OperationInfo |
getOperation(java.lang.String operationName)
Return the information of specific operation
|
java.util.Set<java.lang.String> |
getOperationNames()
Return the list of operations associated to this port
|
public java.lang.String getName()
public java.lang.String getDocumentation()
<wsdl:port name="PortName">
<wsdl:documentation>port documentation</wsdl:documentation>
</wsdl:port>
public java.util.Set<java.lang.String> getOperationNames()
OperationInfo
public OperationInfo getOperation(java.lang.String operationName)
operationName
- name of the operationOperationInfo