JBoss Marshalling 1.3.16.GA-redhat-1

org.jboss.marshalling.cloner
Interface ObjectClonerFactory


public interface ObjectClonerFactory

An object cloner factory.


Field Summary
static ObjectClonerFactory IDENTITY
          An object cloner factory which produces identity object cloners.
 
Method Summary
 ObjectCloner createCloner(ClonerConfiguration configuration)
          Create a new cloner with the given configuration.
 

Field Detail

IDENTITY

static final ObjectClonerFactory IDENTITY
An object cloner factory which produces identity object cloners.

See Also:
ObjectCloner.IDENTITY
Method Detail

createCloner

ObjectCloner createCloner(ClonerConfiguration configuration)
Create a new cloner with the given configuration.

Parameters:
configuration - the configuration to use
Returns:
the new cloner

JBoss Marshalling 1.3.16.GA-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.