Public Member Functions | |
XmlComponentHelper (Logger containerLogger) | |
Protected Member Functions | |
ComponentLifecycle | _createComponentImpl () |
Class<?extends Servant > | _getPOATieClass () |
Class<?extends ACSComponentOperations > | _getOperationsInterface () |
Class<?> | getInternalInterface () |
Object | _getInterfaceTranslator (Object defaultInterfaceTranslator) throws AcsJJavaComponentHelperEx |
String[] | _getComponentMethodsExcludedFromInvocationLogging () |
XmlContainer
component.
XmlContainer
implements an "inner" functional interface that is different from the IDL generated XmlComponentOperations
. It uses xml binding classes instead of stringified xml in the method signatures. An interface translator is created that translates between the flat-xml in the outer (CORBA) interface and the transparent-xml binding classes in the inner interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|