public final class SerialProviderDescriptor extends Object implements ProviderDescriptor
Constructor and Description |
---|
SerialProviderDescriptor() |
Modifier and Type | Method and Description |
---|---|
MarshallerFactory |
getMarshallerFactory()
Get the marshaller factory instance for this provider.
|
String |
getName()
Get the name of this provider.
|
int[] |
getSupportedVersions()
Get the supported wire protocol versions for this provider, in descending order.
|
public String getName()
getName
in interface ProviderDescriptor
public int[] getSupportedVersions()
getSupportedVersions
in interface ProviderDescriptor
public MarshallerFactory getMarshallerFactory()
getMarshallerFactory
in interface ProviderDescriptor
Copyright © 2021 JBoss by Red Hat. All rights reserved.