|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebServiceOperationInfo
Implementations of this interface provide access to information about a web service operation.
| Method Summary | |
|---|---|
WebServiceEndpointInfo |
getEndpointInfo()Get the endpoint with which this operation is associated. |
String |
getInputName()Get the name of the input message for this operation. |
QName |
getInputType()Get the input message type. |
QName |
getOperationName()Get the name of the operation. |
String |
getOutputName()Get the name of the output message for this operation. |
String |
getUse()Get the "use" for this operation. |
void |
setUse(String use)Set the "use" for this operation. |
| Method Detail |
|---|
WebServiceEndpointInfo getEndpointInfo()
QName getOperationName()
String getInputName()
String getOutputName()
QName getInputType()
String getUse()
void setUse(String use)
use - Either "literal" or "encoded".
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||