Package xregistry.generated

Examples of xregistry.generated.ListGroupsDocument


        proxy.deleteUser(input);
       
    }
    public String[] listGroups() throws XregistryException {
        ListGroupsDocument input =  ListGroupsDocument.Factory.newInstance();
        input.addNewListGroups();
        ListGroupsResponseDocument responseDocument = proxy.listGroups(input);
       
        return responseDocument.getListGroupsResponse().getGroupArray();
    }
View Full Code Here

TOP

Related Classes of xregistry.generated.ListGroupsDocument

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.