|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProviderDescriptor
A provider descriptor for automatically-discovered marshalling factory types. Since instances of this interface are constructed automatically, implementing classes should have a no-arg constructor.
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
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getName()
int[] getSupportedVersions()
MarshallerFactory getMarshallerFactory()
|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |