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 InterceptorScope

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


public final class InterceptorScope
extends Object

An enumeration for describing interceptor scope.


Field Summary
static InterceptorScope GLOBAL
          "Global" level scope.
static InterceptorScope OPERATION
          "Operation" level scope.
static InterceptorScope PORT
          "Port" level scope.

 

Method Summary
 boolean equals(Object object)
           
 int hashCode()
           
 int toCode()
          Get the identification code for the scope.
 String toString()
          Get the name of the scope.

 

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

 

Field Detail

GLOBAL

public static final InterceptorScope GLOBAL
"Global" level scope.

PORT

public static final InterceptorScope PORT
"Port" level scope.

OPERATION

public static final InterceptorScope OPERATION
"Operation" level scope.

Method Detail

toCode

public final int toCode()
Get the identification code for the scope.

toString

public final String toString()
Get the name of the scope.
Overrides:
toString in class Object

hashCode

public final int hashCode()
Overrides:
hashCode in class Object

equals

public final boolean equals(Object object)
Overrides:
equals in class Object

Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.