Exemplo n.º 1
0
 public Collection<DeployedAssembly> getDeployedAssemblies() throws RemoteException {
   OMElement request = element(GET_DEPLOYED_ASSEMBLIES_REQUEST);
   setAuthentication(request);
   OMParser response = invoke(GET_DEPLOYED_ASSEMBLIES_REQUEST.getLocalPart(), request);
   return OMParser.parseDeployedAssemblies(response);
 }