public static enum HandlerChainProcessor.TRACKER extends Enum<HandlerChainProcessor.TRACKER>
| Enum Constant and Description |
|---|
SAAJ_CALLED |
SOAP_HEADERS_ADAPTER_CALLED |
| Modifier and Type | Method and Description |
|---|---|
static HandlerChainProcessor.TRACKER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerChainProcessor.TRACKER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandlerChainProcessor.TRACKER SOAP_HEADERS_ADAPTER_CALLED
public static final HandlerChainProcessor.TRACKER SAAJ_CALLED
public static HandlerChainProcessor.TRACKER[] values()
for (HandlerChainProcessor.TRACKER c : HandlerChainProcessor.TRACKER.values()) System.out.println(c);
public static HandlerChainProcessor.TRACKER valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.