Package javax.xml.registry

Examples of javax.xml.registry.UnsupportedCapabilityException


        throw new UnsupportedCapabilityException("Level 1 feature");
    }

    public int getMinorVersion() throws JAXRException
    {
        throw new UnsupportedCapabilityException("Level 1 feature");
    }
View Full Code Here


        throw new UnsupportedCapabilityException("Level 1 feature");
    }

    public int getStability() throws JAXRException
    {
        throw new UnsupportedCapabilityException("Level 1 feature");
    }
View Full Code Here

        throw new UnsupportedCapabilityException("Level 1 feature");
    }

    public int getStatus() throws JAXRException
    {
        throw new UnsupportedCapabilityException("Level 1 feature");
    }
View Full Code Here

        throw new UnsupportedCapabilityException("Level 1 feature");
    }

    public String getUserVersion() throws JAXRException
    {
        throw new UnsupportedCapabilityException("Level 1 feature");
    }
View Full Code Here

        throw new UnsupportedCapabilityException("Level 1 feature");
    }

    public void setExpiration(Date date) throws JAXRException
    {
        throw new UnsupportedCapabilityException("Level 1 feature");
    }
View Full Code Here

        throw new UnsupportedCapabilityException("Level 1 feature");
    }

    public void setMajorVersion(int param) throws JAXRException
    {
        throw new UnsupportedCapabilityException("Level 1 feature");
    }
View Full Code Here

        throw new UnsupportedCapabilityException("Level 1 feature");
    }

    public void setMinorVersion(int param) throws JAXRException
    {
        throw new UnsupportedCapabilityException("Level 1 feature");
    }
View Full Code Here

        throw new UnsupportedCapabilityException("Level 1 feature");
    }

    public void setStability(int param) throws JAXRException
    {
        throw new UnsupportedCapabilityException("Level 1 feature");
    }
View Full Code Here

        throw new UnsupportedCapabilityException("Level 1 feature");
    }

    public void setUserVersion(String str) throws JAXRException
    {
        throw new UnsupportedCapabilityException("Level 1 feature");
    }
View Full Code Here

        return new ConnectionImpl(properties);
    }

    public FederatedConnection createFederatedConnection(Collection collection) throws JAXRException
    {
        throw new UnsupportedCapabilityException("FederatedConnections are not supported in this release");
    }
View Full Code Here

TOP

Related Classes of javax.xml.registry.UnsupportedCapabilityException

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.