Package xregistry.generated

Examples of xregistry.generated.RemoveResourceDocument


        proxy.removeServiceDesc(input);
    }
   
   
    public void removeResource(QName resourceName) throws XregistryException {
        RemoveResourceDocument input =  RemoveResourceDocument.Factory.newInstance();
        input.addNewRemoveResource().setResourceName(resourceName);
        proxy.removeResource(input);
    }
View Full Code Here


          xregistryStub.removeServiceDesc(input);
      }
     
     
      public void removeResource(QName resourceName) throws XRegistryClientException {
          RemoveResourceDocument input =  RemoveResourceDocument.Factory.newInstance();
          input.addNewRemoveResource().setResourceName(resourceName);
          xregistryStub.removeResource(input);
      }
View Full Code Here

TOP

Related Classes of xregistry.generated.RemoveResourceDocument

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.