public class SimpleMarshalledValueFactory extends Object implements MarshalledValueFactory<MarshallingContext>
Modifier and Type | Field and Description |
---|---|
protected MarshallingContext |
context |
Constructor and Description |
---|
SimpleMarshalledValueFactory(MarshallingContext context) |
SimpleMarshalledValueFactory(MarshallingContextFactory factory,
VersionedMarshallingConfiguration configuration,
ClassLoader loader) |
protected final MarshallingContext context
public SimpleMarshalledValueFactory(MarshallingContextFactory factory, VersionedMarshallingConfiguration configuration, ClassLoader loader)
public SimpleMarshalledValueFactory(MarshallingContext context)
public <T> SimpleMarshalledValue<T> createMarshalledValue(T object)
createMarshalledValue
in interface MarshalledValueFactory<MarshallingContext>
MarshalledValueFactory.createMarshalledValue(java.lang.Object)
Copyright © 2014 JBoss by Red Hat. All rights reserved.