Oracle Application Server Web Services Proxy API Reference
10g (9.0.4)

B10395-01

oracle.j2ee.ws.client.wsdl
Class OperationType

java.lang.Object
  |
  +--oracle.j2ee.ws.client.wsdl.OperationType

public class OperationType
extends java.lang.Object

This class represents an operation type which can be one of request-response, solicit response, one way or notification. This represents a safe way to prevent usage of invalid values since the only objects of this class available are the public static instances declared within the class. Need to figure out if this should be made into an interface.


Field Summary
static OperationType NOTIFICATION
           
static OperationType ONE_WAY
           
static OperationType REQUEST_RESPONSE
           
static OperationType SOLICIT_RESPONSE
           

 

Method Summary
 boolean equals(OperationType operationType)
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

ONE_WAY

public static OperationType ONE_WAY

REQUEST_RESPONSE

public static OperationType REQUEST_RESPONSE

SOLICIT_RESPONSE

public static OperationType SOLICIT_RESPONSE

NOTIFICATION

public static OperationType NOTIFICATION
Method Detail

equals

public boolean equals(OperationType operationType)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Application Server Web Services Proxy API Reference
10g (9.0.4)

B10395-01

Copyright © 2002, 2003 Oracle Corporation. All Rights Reserved.