public enum EJBClientMarshallingProvider extends Enum<EJBClientMarshallingProvider> implements ProtoStreamMarshallerProvider
| Enum Constant and Description |
|---|
SESSION_ID |
| Modifier and Type | Method and Description |
|---|---|
ProtoStreamMarshaller<?> |
getMarshaller() |
static EJBClientMarshallingProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EJBClientMarshallingProvider[] |
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, size, write, writeTogetTypeNamepublic static final EJBClientMarshallingProvider SESSION_ID
public static EJBClientMarshallingProvider[] values()
for (EJBClientMarshallingProvider c : EJBClientMarshallingProvider.values()) System.out.println(c);
public static EJBClientMarshallingProvider 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.