BEA Systems, Inc.

weblogic.jws
Class Binding.Type

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

public static final class Binding.Type
extends Enum

See Also:
Serialized Form

Field Summary
static Binding.Type SOAP11
           
static Binding.Type SOAP12
           
 
Method Summary
static Binding.Type valueOf(String name)
           
static Binding.Type[] 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

SOAP11

public static final Binding.Type SOAP11

SOAP12

public static final Binding.Type SOAP12
Method Detail

values

public static final Binding.Type[] values()

valueOf

public static Binding.Type valueOf(String name)

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