testengine |
|
Java Source File Name | Type | Comment |
Engine.java | Class | This is an implementation of a Service Engine that is purely for
unit testing. |
FooEngine.java | Class | This class implements EngineLifeCycle. |
FooEngineBootstrap.java | Class | Implemented by a SE to provide any special processing required at
install/uninstall time. |
Payload.java | Class | Simple utility class used to load a dummy DOM document. |
PBTestEngine.java | Class | This is a servlet that acts as a Service Engine and tests the dynamic
registration support provided by JBI. |
PBTestEngineBootstrap.java | Class | Implemented by a BC Component (BC) to provide any special processing
required at install/uninstall time. |