public enum ServiceMarshallerProvider extends Enum<ServiceMarshallerProvider> implements ProtoStreamMarshallerProvider
| Enum Constant and Description |
|---|
SERVICE_NAME |
SERVICE_NOT_FOUND_EXCEPTION |
START_EXCEPTION |
| Modifier and Type | Method and Description |
|---|---|
ProtoStreamMarshaller<?> |
getMarshaller() |
static ServiceMarshallerProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceMarshallerProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcast, getJavaClass, read, readFrom, write, writeTogetTypeNamepublic static final ServiceMarshallerProvider SERVICE_NAME
public static final ServiceMarshallerProvider SERVICE_NOT_FOUND_EXCEPTION
public static final ServiceMarshallerProvider START_EXCEPTION
public static ServiceMarshallerProvider[] values()
for (ServiceMarshallerProvider c : ServiceMarshallerProvider.values()) System.out.println(c);
public static ServiceMarshallerProvider 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 nullpublic ProtoStreamMarshaller<?> getMarshaller()
getMarshaller in interface ProtoStreamMarshallerProviderCopyright © 2021 JBoss by Red Hat. All rights reserved.