Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.management
Class OperationId

java.lang.Object
  extended by oracle.webservices.management.OperationId

All Implemented Interfaces:
oracle.fabric.common.legacy.LegacyInterceptorConfigOperationIdentifier, oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifier

public class OperationId
extends Object
implements oracle.fabric.common.legacy.LegacyInterceptorConfigOperationIdentifier

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

OperationId

public OperationId(PortId portId,
                   String operationName,
                   String inputName,
                   String outputName)
Constructor.
Parameters:
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.

OperationId

public OperationId(oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifier portId,
                   String operationName,
                   String inputName,
                   String outputName)

OperationId

public OperationId(oracle.fabric.common.legacy.LegacyInterceptorConfigOperationIdentifier operationId)

Method Detail

getPortId

public PortId getPortId()
Get the port identifier.

getApplicationName

public String getApplicationName()
Get the application name.
Specified by:
getApplicationName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifier

getModuleName

public String getModuleName()
Get the module name.
Specified by:
getModuleName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifier

getServiceName

public String getServiceName()
Get the service name.
Specified by:
getServiceName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifier

getPortName

public String getPortName()
Get the port name.
Specified by:
getPortName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigPortIdentifier

getOperationName

public String getOperationName()
Get the name of the operation.
Specified by:
getOperationName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigOperationIdentifier

getInputName

public String getInputName()
Get the name of the operation input.
Specified by:
getInputName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigOperationIdentifier

getOutputName

public String getOutputName()
Get the name of the operation output.
Specified by:
getOutputName in interface oracle.fabric.common.legacy.LegacyInterceptorConfigOperationIdentifier

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.