Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
org.jboss.marshalling.river |
The River protocol implementation package.
|
org.jboss.marshalling.serial |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMarshallerFactory |
An abstract implementation of the
MarshallerFactory interface. |
Modifier and Type | Method | Description |
---|---|---|
static MarshallerFactory |
Marshalling.getMarshallerFactory(String name) |
Deprecated.
It is recommended that you use
Marshalling.getProvidedMarshallerFactory(String) instead; using the context
class loader to find a marshalling implementation is risky at best as the user may have just about anything on their
class path. |
static MarshallerFactory |
Marshalling.getMarshallerFactory(String name,
ClassLoader classLoader) |
Get a marshaller factory, by name.
|
MarshallerFactory |
ProviderDescriptor.getMarshallerFactory() |
Get the marshaller factory instance for this provider.
|
static MarshallerFactory |
Marshalling.getProvidedMarshallerFactory(String name) |
Get a marshaller factory which is visible to this implementation, by name.
|
Modifier and Type | Class | Description |
---|---|---|
class |
RiverMarshallerFactory |
The River marshaller factory implementation.
|
Modifier and Type | Method | Description |
---|---|---|
MarshallerFactory |
RiverProviderDescriptor.getMarshallerFactory() |
Get the marshaller factory instance for this provider.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SerialMarshallerFactory |
Modifier and Type | Method | Description |
---|---|---|
MarshallerFactory |
SerialProviderDescriptor.getMarshallerFactory() |
Get the marshaller factory instance for this provider.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.