|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3.1.0) B28977-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.webservices.management.OperationId
public class OperationId
Instances of this class uniquely identify a web service operation.
Constructor Summary | |
---|---|
OperationId(PortId portId, String operationName, String inputName, String outputName) Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object o) |
String |
getInputName() Get the name of the operation input. |
String |
getOperationName() Get the name of the operation. |
String |
getOutputName() Get the name of the operation output. |
PortId |
getPortId() Get the port identifier. |
int |
hashCode() |
String |
toString() |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OperationId(PortId portId, String operationName, String inputName, String outputName)
portId
- The unique identifier for the port to which the operation belongs.operationName
- The name of the operation.inputName
- The name of the operation input.outputName
- The name of the operation output.Method Detail |
---|
public PortId getPortId()
public String getOperationName()
public String getInputName()
public String getOutputName()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |