|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AddressingHeaderTag>
eu.osci.AddressingHeaderTag
public enum AddressingHeaderTag
The addressing header tags.
Copyright © 2010 Freie Hansestadt Bremen.
Created by bremen online services Entwicklungs- und Betriebsgesellschaft mbH & Co. KG.
This library (Starter Kit) can be used by anybody according to the Bremer Lizenz für freie
Softwarebibliotheken. The license terms can be viewed at www.osci.de or can be ordered at the
OSCI-Leitstelle (Die Senatorin für Finanzen, Freie Hansestadt Bremen, Postfach 10 15 40, 28015 Bremen).
Enum Constant Summary | |
---|---|
ACTION
The QName for the addressing 'Action' element. |
|
FAULT_TO
The QName for the addressing 'FaultTo' element. |
|
FROM
The QName for the addressing 'From' element. |
|
MESSAGEID
The QName for the addressing 'MessageID' element. |
|
METADATA
The QName for the addressing 'Metadata' element. |
|
RELATES_TO
The QName for the addressing 'RelatesTo' element. |
|
REPLY_TO
The QName for the addressing 'ReplyTo' element. |
|
TO
The QName for the addressing 'To' element. |
Method Summary | |
---|---|
javax.xml.namespace.QName |
getQName()
Returns the property value. |
static AddressingHeaderTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AddressingHeaderTag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 AddressingHeaderTag ACTION
public static final AddressingHeaderTag RELATES_TO
public static final AddressingHeaderTag FROM
public static final AddressingHeaderTag FAULT_TO
public static final AddressingHeaderTag MESSAGEID
public static final AddressingHeaderTag REPLY_TO
public static final AddressingHeaderTag METADATA
public static final AddressingHeaderTag TO
Method Detail |
---|
public static AddressingHeaderTag[] values()
for (AddressingHeaderTag c : AddressingHeaderTag.values()) System.out.println(c);
public static AddressingHeaderTag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic javax.xml.namespace.QName getQName()
|
OSCI2-StarterKit |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |