org.instrumentmiddleware.cima.extension
Interface IExtensionManager

All Known Implementing Classes:
ExtensionManager

public interface IExtensionManager

The ExtensionManager is responsible to manage handlers for extensions to the CIMA framework. Currently the ExtensionManager only deals with handlers for parcel's body extension.

Author:
Romain

Method Summary
 void addHandler(IParcelBodyHandler handler)
          Adds the handler in the handler list.
 IParcelBodyHandler getHandler(org.instrumentmiddleware.cima.parcel.BodyType body)
          Returns a handler for the given body type or null if no such handler is found
 

Method Detail

getHandler

IParcelBodyHandler getHandler(org.instrumentmiddleware.cima.parcel.BodyType body)
Returns a handler for the given body type or null if no such handler is found

Parameters:
body -
Returns:
a handler for the given body type or null if no such handler is found

addHandler

void addHandler(IParcelBodyHandler handler)
Adds the handler in the handler list.

Parameters:
handler -


Copyright © 2008. All Rights Reserved.