BEA Systems, Inc.

weblogic.jws
Class Conversation.Phase

java.lang.Object
  extended by java.lang.Enum
      extended by weblogic.jws.Conversation.Phase
All Implemented Interfaces:
Serializable, Comparable
Enclosing interface:
Conversation

public static final class Conversation.Phase
extends Enum

Conversation Phases allowed on Operation

See Also:
Serialized Form

Field Summary
static Conversation.Phase CONTINUE
           
static Conversation.Phase FINISH
           
static Conversation.Phase NONE
          Deprecated.  
static Conversation.Phase START
           
 
Method Summary
static Conversation.Phase valueOf(String name)
           
static Conversation.Phase[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

START

public static final Conversation.Phase START

CONTINUE

public static final Conversation.Phase CONTINUE

FINISH

public static final Conversation.Phase FINISH

NONE

@Deprecated
public static final Conversation.Phase NONE
Deprecated. 
This value is to support old 8.1 wlw webservices which allowed a jws to mix stateful and stateless invocations

Method Detail

values

public static final Conversation.Phase[] values()

valueOf

public static Conversation.Phase valueOf(String name)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.