bexee.admin |
bexee Administration package.
Last modified: $Revision: 1.2 $, $Date: 2004/12/09 08:42:10 $
|
Java Source File Name | Type | Comment |
Admin.java | Class | This class acts as a convenient Java front-end for the
bexee.admin.Manager class instead of calling the Manager
web service directly. |
AdminException.java | Class | This class is used to indicate that something went wrong using the
Admin class. |
DeploymentException.java | Class | This class is used to indicate that something went wrong when trying to
deploy a BPEL process to the bexee and Axis engines. |
Manager.java | Class | The Manager is used in bexee for deployment of BPEL business
processes and the related WSLD descriptions. |
ManagerTest.java | Class | This is a test class for both
bexee.admin.Admin and
bexee.admin.Manager .
The reason why both classes are tested in one test class is because
Manager has to be invoked as a web service and thus we need to
create a web service call which we do with the help of Admin .
The wsdl and bpel xml string contain only the very information necessary to
perform the tests. |