public class DefaultIdentifierFactory extends Object implements IdentifierFactory
| Constructor and Description | 
|---|
DefaultIdentifierFactory()
Constructs a default remote identifier factory 
 | 
DefaultIdentifierFactory(Map<String,Class<? extends Identifier>> typeToClazzMap)
Constructs a default remote identifier factory 
 | 
@Inject public DefaultIdentifierFactory()
public DefaultIdentifierFactory(Map<String,Class<? extends Identifier>> typeToClazzMap)
typeToClazzMap - the map of type strings to classes of remote identifierspublic Identifier getNewInstance(String str)
getNewInstance in interface IdentifierFactorystr - a string representationRemoteRuntimeExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.