|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EnvelopeStyle.Style>
com.oracle.webservices.api.EnvelopeStyle.Style
public static enum EnvelopeStyle.Style
| Enum Constant Summary | |
|---|---|
SOAP11
SOAP1.1. |
|
SOAP12
SOAP1.2. |
|
XML
The raw XML. |
|
| Field Summary | |
|---|---|
String |
bindingId
The BindingID used by the BindingType annotation. |
| Method Summary | |
|---|---|
boolean |
isSOAP11()
Checks if the style is SOAP 1.1. |
boolean |
isSOAP12()
Checks if the style is SOAP 1.2. |
boolean |
isXML()
Checks if the style is XML. |
static EnvelopeStyle.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnvelopeStyle.Style[] |
values()
Returns an array containing the constants of this enum type, in the order they are 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 |
|---|
public static final EnvelopeStyle.Style SOAP11
public static final EnvelopeStyle.Style SOAP12
public static final EnvelopeStyle.Style XML
| Field Detail |
|---|
public final String bindingId
| Method Detail |
|---|
public static EnvelopeStyle.Style[] values()
for (EnvelopeStyle.Style c : EnvelopeStyle.Style.values()) System.out.println(c);
public static EnvelopeStyle.Style valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic boolean isSOAP11()
public boolean isSOAP12()
public boolean isXML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||