Uses of Interface
org.jboss.marshalling.ProviderDescriptor
-
Packages that use ProviderDescriptor Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.river The River protocol implementation package.org.jboss.marshalling.serial -
-
Uses of ProviderDescriptor in org.jboss.marshalling
Method parameters in org.jboss.marshalling with type arguments of type ProviderDescriptor Modifier and Type Method Description private static MarshallerFactory
Marshalling. loadMarshallerFactory(java.util.ServiceLoader<ProviderDescriptor> loader, java.lang.String name)
-
Uses of ProviderDescriptor in org.jboss.marshalling.river
Classes in org.jboss.marshalling.river that implement ProviderDescriptor Modifier and Type Class Description class
RiverProviderDescriptor
The River implementation of the provider descriptor interface. -
Uses of ProviderDescriptor in org.jboss.marshalling.serial
Classes in org.jboss.marshalling.serial that implement ProviderDescriptor Modifier and Type Class Description class
SerialProviderDescriptor
The Serial implementation of the provider descriptor interface.
-