RiverProviderDescriptor
, SerialProviderDescriptor
public interface ProviderDescriptor
To add an automatically-discovered marshaller, create a file called "META-INF/services/org.jboss.marshalling.ProviderDescriptor"
and populate it with the names of classes that implement this interface.
ServiceLoader
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.
|
String getName()
int[] getSupportedVersions()
MarshallerFactory getMarshallerFactory()
Copyright © 2019 JBoss by Red Hat. All rights reserved.