Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
org.wildfly.httpclient.common | |
org.wildfly.httpclient.ejb |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUnmarshaller
An abstract implementation of the
Unmarshaller interface. |
class |
ObjectInputStreamUnmarshaller
An Unmarshaller which simply wraps an object stream.
|
Modifier and Type | Method and Description |
---|---|
Unmarshaller |
MarshallerFactory.createUnmarshaller(MarshallingConfiguration configuration)
Create an unmarshaller from this configuration.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
ModularClassTable.readClass(Unmarshaller unmarshaller)
Read a class from the stream.
|
Class<?> |
ClassTable.readClass(Unmarshaller unmarshaller)
Read a class from the stream.
|
Class<?> |
ChainingClassTable.readClass(Unmarshaller unmarshaller)
Read a class from the stream.
|
Object |
ObjectTable.readObject(Unmarshaller unmarshaller)
Read an instance from the stream.
|
Object |
ChainingObjectTable.readObject(Unmarshaller unmarshaller)
Read an instance from the stream.
|
Class<?> |
ModularClassResolver.resolveClass(Unmarshaller unmarshaller,
String className,
long serialVersionUID)
Load the local class for a class descriptor.
|
Class<?> |
ClassResolver.resolveClass(Unmarshaller unmarshaller,
String name,
long serialVersionUID)
Load the local class for a class descriptor.
|
Class<?> |
AbstractClassResolver.resolveClass(Unmarshaller unmarshaller,
String name,
long serialVersionUID)
Load the local class for a class descriptor.
|
Class<?> |
ModularClassResolver.resolveProxyClass(Unmarshaller unmarshaller,
String[] names)
Load a proxy class that implements the given interfaces.
|
Class<?> |
ClassResolver.resolveProxyClass(Unmarshaller unmarshaller,
String[] interfaces)
Load a proxy class that implements the given interfaces.
|
Class<?> |
AbstractClassResolver.resolveProxyClass(Unmarshaller unmarshaller,
String[] interfaces)
Load a proxy class that implements the given interfaces.
|
Constructor and Description |
---|
MarshallerObjectInput(Unmarshaller unmarshaller)
Construct a new instance.
|
MarshallerObjectInputStream(Unmarshaller input)
Construct a new instance which delegates to the given unmarshaller.
|
UnmarshallingObjectInputStream(Unmarshaller unmarshaller,
ByteInput byteInput)
Construct a new instance which delegates to the given unmarshaller, reading from the given input.
|
UnmarshallingObjectInputStream(Unmarshaller unmarshaller,
InputStream stream)
Construct a new instance which delegates to the given unmarshaller, reading from the given input.
|
Modifier and Type | Method and Description |
---|---|
Unmarshaller |
HttpTargetContext.createUnmarshaller(MarshallingConfiguration marshallingConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected org.wildfly.httpclient.ejb.RemoteHTTPHandler.ReceivedTransaction |
RemoteHTTPHandler.readTransaction(Unmarshaller unmarshaller) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.