public interface WebServiceOperationInfo
Modifier and Type | Method and Description |
---|---|
WebServiceEndpointInfo |
getEndpointInfo()
Get the endpoint with which this operation is associated.
|
java.lang.String |
getInputName()
Get the name of the input message for this operation.
|
javax.xml.namespace.QName |
getInputType()
Get the input message type.
|
javax.xml.namespace.QName |
getOperationName()
Get the name of the operation.
|
java.lang.String |
getOutputName()
Get the name of the output message for this operation.
|
java.lang.String |
getUse()
Get the "use" for this operation.
|
void |
setUse(java.lang.String use)
Set the "use" for this operation.
|
WebServiceEndpointInfo getEndpointInfo()
javax.xml.namespace.QName getOperationName()
java.lang.String getInputName()
java.lang.String getOutputName()
javax.xml.namespace.QName getInputType()
java.lang.String getUse()
void setUse(java.lang.String use)
use
- Either "literal" or "encoded".