ProviderDescriptor
public final class SerialProviderDescriptor extends Object implements ProviderDescriptor
Constructor | Description |
---|---|
SerialProviderDescriptor() |
Modifier and Type | Method | 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 © 2019 JBoss by Red Hat. All rights reserved.