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

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

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

What to do after an IO Failure has occurred


Enum Constant Summary
ABORT_WITH_FAILURE
          Abort the WSDL operation and throw t
IO_FAILURE_HANDLED
          The IO Failure was handled in onIoFailure (responseContext was updated), continue the normal behavior
RETRY_WSDL_FETCH
          Retry the fetch with the potentially updated requestContext
TRY_81_FIXUP
          Attempt to fixup a WLP 8.1 WSDL
 
Method Summary
static IWSDLInterceptor.OnWSDLException valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IWSDLInterceptor.OnWSDLException[] 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

RETRY_WSDL_FETCH

public static final IWSDLInterceptor.OnWSDLException RETRY_WSDL_FETCH
Retry the fetch with the potentially updated requestContext


IO_FAILURE_HANDLED

public static final IWSDLInterceptor.OnWSDLException IO_FAILURE_HANDLED
The IO Failure was handled in onIoFailure (responseContext was updated), continue the normal behavior


ABORT_WITH_FAILURE

public static final IWSDLInterceptor.OnWSDLException ABORT_WITH_FAILURE
Abort the WSDL operation and throw t


TRY_81_FIXUP

public static final IWSDLInterceptor.OnWSDLException TRY_81_FIXUP
Attempt to fixup a WLP 8.1 WSDL

Method Detail

values

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


valueOf

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



Copyright © 2011, Oracle. All rights reserved.