|
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 | |||||||||
java.lang.Object
oracle.webservices.management.OperationId
public class OperationId
Instances of this class uniquely identify a web service operation.
| Field Summary |
|---|
| Fields inherited from interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifier |
|---|
PROPERTY_LEGACY_INTERCEPTOR_CONFIG_PORT_IDENTIFIER |
| Constructor Summary | |
|---|---|
OperationId(oracle.fabric.common.legacy.LegacyInterceptorConfigOperationIdentifier operationId) |
|
OperationId(oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifier portId, String operationName, String inputName, String outputName) |
|
OperationId(PortId portId, String operationName, String inputName, String outputName)Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o) |
String |
getApplicationName()Get the application name. |
String |
getInputName()Get the name of the operation input. |
String |
getModuleName()Get the module name. |
String |
getOperationName()Get the name of the operation. |
String |
getOutputName()Get the name of the operation output. |
PortId |
getPortId()Get the port identifier. |
String |
getPortName()Get the port name. |
String |
getServiceName()Get the service name. |
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.
public OperationId(oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifier portId,
String operationName,
String inputName,
String outputName)
public OperationId(oracle.fabric.common.legacy.LegacyInterceptorConfigOperationIdentifier operationId)
| Method Detail |
|---|
public PortId getPortId()
public String getApplicationName()
getApplicationName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifierpublic String getModuleName()
getModuleName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifierpublic String getServiceName()
getServiceName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifierpublic String getPortName()
getPortName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifierpublic String getOperationName()
getOperationName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigOperationIdentifierpublic String getInputName()
getInputName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigOperationIdentifierpublic String getOutputName()
getOutputName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigOperationIdentifierpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||