public interface ObjectMediationFactoryManager
Title: Object Mediation Framework
Description: Defines a manager working with Serializer Factories.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
addSerializerFactory(java.lang.Class factoryClass)
Adds a new serializer factory corresponding to the specified class.
|
AnnotationManager |
getAnnotationManager()
Returns the annotation manager that can be user for annotating of Event Datagrams.
|
SerializerFactory |
lookupSerializerFactory(java.lang.String factoryName)
Returns the serializer factory with the specified name.
|
ObjectMediationAliasManager |
newAliasManager()
Creates a new Alias Manager that may be used in stand-alone serializers.
|
void |
removeSerializerFactory(java.lang.String factoryName)
Removes the specified serializer factory.
|
void addSerializerFactory(java.lang.Class factoryClass) throws FactoryManagerException
factoryClass
- the class of the factory to be added.FactoryManagerException
- if some error occurs.void removeSerializerFactory(java.lang.String factoryName) throws FactoryManagerException
factoryName
- the name of the factory to be removed.FactoryManagerException
- if some error occurs.SerializerFactory lookupSerializerFactory(java.lang.String factoryName)
factoryName
- the name of the factory to be searched.null
if the factory is not found.ObjectMediationAliasManager newAliasManager()
AnnotationManager getAnnotationManager()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.