public class OperationInfo
extends java.lang.Object
DynamicClient
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocumentation()
Return the wsdl documentation associated at this operation concatenating the
documentations contained in
portType and bindings . |
HeaderInfo |
getInputHeader(java.lang.String headerName)
Return the information of specific input header
|
java.util.Set<java.lang.String> |
getInputHeaderNames()
Return the list of input headers associated to this operation
|
ParameterInfo |
getInputParameter(java.lang.String parameterName)
Return the information of specific input parameter
|
java.util.Set<java.lang.String> |
getInputParameterNames()
Return the list of input parameters associated to this operation
|
java.lang.String |
getName()
Return the name of the operation
|
HeaderInfo |
getOutputHeader(java.lang.String headerName)
Return the information of specific output header
|
java.util.Set<java.lang.String> |
getOutputHeaderNames()
Return the list of output headers associated to this operation
|
ParameterInfo |
getOutputParameter(java.lang.String parameterName)
Return the information of specific output parameter
|
java.util.Set<java.lang.String> |
getOutputParameterNames()
Return the list of output parameters associated to this operation
|
public java.lang.String getName()
public java.lang.String getDocumentation()
portType
and bindings
.
<wsdl:operation name="PortName">
<wsdl:documentation>operation documentation</wsdl:documentation>
</wsdl:operation>
public java.util.Set<java.lang.String> getInputParameterNames()
ParameterInfo
public ParameterInfo getInputParameter(java.lang.String parameterName)
parameterName
- name of the parameterParameterInfo
public java.util.Set<java.lang.String> getOutputParameterNames()
ParameterInfo
public ParameterInfo getOutputParameter(java.lang.String parameterName)
parameterName
- name of the parameterParameterInfo
public java.util.Set<java.lang.String> getInputHeaderNames()
HeaderInfo
public HeaderInfo getInputHeader(java.lang.String headerName)
headerName
- name of the headerHeaderInfo
public java.util.Set<java.lang.String> getOutputHeaderNames()
HeaderInfo
public HeaderInfo getOutputHeader(java.lang.String headerName)
headerName
- name of the headerHeaderInfo