org.infinispan.factories
Class MarshallerFactory
java.lang.Object
org.infinispan.factories.AbstractComponentFactory
org.infinispan.factories.NamedComponentFactory
org.infinispan.factories.MarshallerFactory
- All Implemented Interfaces:
- AutoInstantiableFactory
public class MarshallerFactory
- extends NamedComponentFactory
- implements AutoInstantiableFactory
MarshallerFactory.
- Since:
- 4.0
- Author:
- Galder Zamarreno
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarshallerFactory
public MarshallerFactory()
construct
public <T> T construct(Class<T> componentType,
String componentName)
- Description copied from class:
NamedComponentFactory
- Constructs a component.
- Specified by:
construct
in class NamedComponentFactory
- Parameters:
componentType
- type of component
- Returns:
- a component
createMarshaller
protected VersionAwareMarshaller createMarshaller()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.