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,
MarshallingConfigurationRepository repository,
ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
<T> SimpleMarshalledValue<T> |
createMarshalledValue(T object) |
protected final MarshallingContext context
public SimpleMarshalledValueFactory(MarshallingContextFactory factory, MarshallingConfigurationRepository repository, ClassLoader loader)
public SimpleMarshalledValueFactory(MarshallingContext context)
public <T> SimpleMarshalledValue<T> createMarshalledValue(T object)
createMarshalledValue
in interface MarshalledValueFactory<MarshallingContext>
MarshalledValueFactory.createMarshalledValue(java.lang.Object)
Copyright © 2016 JBoss by Red Hat. All rights reserved.