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, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
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 Conversation.Phase[] values()

valueOf

public static Conversation.Phase valueOf(String name)

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.