All Examples XML Examples BizTalk Example
java.lang.Object
|
+----examples.xml.biztalk.BizAdapter
|
+----examples.xml.biztalk.AdminCLU
To start: java examples.xml.biztalk.AdminCLU name
where name is the name of the server to manage. This name should correspond to a config file, name.xml.
AdminCLU loops waiting for user input. Recognized requests include:
public AdminCLU()
public static void main(String args[])
All Examples XML Examples BizTalk Example