Skip navigation links

Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3.1.0)

B28977-01


oracle.webservices.management
Class OperationId

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


public class OperationId
extends Object

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

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.

Method Detail

getPortId

public PortId getPortId()
Get the port identifier.

getOperationName

public String getOperationName()
Get the name of the operation.

getInputName

public String getInputName()
Get the name of the operation input.

getOutputName

public String getOutputName()
Get the name of the operation output.

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, Oracle. All Rights Reserved.