Package javax.xml.registry

Examples of javax.xml.registry.CapabilityProfile


*/
public class RegistryServiceTest extends TestCase {
    private RegistryService registry;

    public void testCapabilityProfile() throws JAXRException {
        CapabilityProfile profile = registry.getCapabilityProfile();
        assertNotNull(profile);
        assertEquals(0, profile.getCapabilityLevel());
    }
View Full Code Here

TOP

Related Classes of javax.xml.registry.CapabilityProfile

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.