org.infinispan.factories
Class MarshallerFactory

java.lang.Object
  extended by org.infinispan.factories.AbstractComponentFactory
      extended by org.infinispan.factories.NamedComponentFactory
          extended by org.infinispan.factories.MarshallerFactory
All Implemented Interfaces:
AutoInstantiableFactory

public class MarshallerFactory
extends NamedComponentFactory
implements AutoInstantiableFactory

MarshallerFactory.

Since:
4.0
Author:
Galder Zamarreno

Field Summary
 
Fields inherited from class org.infinispan.factories.AbstractComponentFactory
globalComponentRegistry, globalConfiguration
 
Constructor Summary
MarshallerFactory()
           
 
Method Summary
<T> T
construct(Class<T> componentType, String componentName)
          Constructs a component.
protected  VersionAwareMarshaller createMarshaller()
           
 
Methods inherited from class org.infinispan.factories.NamedComponentFactory
construct
 
Methods inherited from class org.infinispan.factories.AbstractComponentFactory
assertTypeConstructable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallerFactory

public MarshallerFactory()
Method Detail

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.