Skip navigation links

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

E10654-02


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