com.bea.wsrp.consumer.wsdl
Enum IWSDLInterceptor.PreInvoke

java.lang.Object
  extended by java.lang.Enum<IWSDLInterceptor.PreInvoke>
      extended by com.bea.wsrp.consumer.wsdl.IWSDLInterceptor.PreInvoke
All Implemented Interfaces
Serializable, Comparable<IWSDLInterceptor.PreInvoke>
Enclosing interface:
IWSDLInterceptor

public static enum IWSDLInterceptor.PreInvoke
extends Enum<IWSDLInterceptor.PreInvoke>

What to after preInvoke is called


Enum Constant Summary
ABORT
          Abort the entire WSDL operation
FETCH_WSDL
          Fetch the WSDL as normal
SKIP_FETCH_WSDL
          Do NOT fetch the WSDL and immediately call postInvoke
 
Method Summary
static IWSDLInterceptor.PreInvoke valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IWSDLInterceptor.PreInvoke[] values()
          Returns an array containing the constants of this enum type, in the order theyre declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

FETCH_WSDL

public static final IWSDLInterceptor.PreInvoke FETCH_WSDL
Fetch the WSDL as normal


SKIP_FETCH_WSDL

public static final IWSDLInterceptor.PreInvoke SKIP_FETCH_WSDL
Do NOT fetch the WSDL and immediately call postInvoke


ABORT

public static final IWSDLInterceptor.PreInvoke ABORT
Abort the entire WSDL operation

Method Detail

values

public static final IWSDLInterceptor.PreInvoke[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.


valueOf

public static IWSDLInterceptor.PreInvoke valueOf(String name)
Returns the enum constant of this type with the specified name.



Copyright © 2011, Oracle. All rights reserved.