57585960616263
throw new UnsupportedCapabilityException("Level 1 feature"); } public int getMinorVersion() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
62636465666768
throw new UnsupportedCapabilityException("Level 1 feature"); } public int getStability() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
67686970717273
throw new UnsupportedCapabilityException("Level 1 feature"); } public int getStatus() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
72737475767778
throw new UnsupportedCapabilityException("Level 1 feature"); } public String getUserVersion() throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
77787980818283
throw new UnsupportedCapabilityException("Level 1 feature"); } public void setExpiration(Date date) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
82838485868788
throw new UnsupportedCapabilityException("Level 1 feature"); } public void setMajorVersion(int param) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
87888990919293
throw new UnsupportedCapabilityException("Level 1 feature"); } public void setMinorVersion(int param) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
92939495969798
throw new UnsupportedCapabilityException("Level 1 feature"); } public void setStability(int param) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
979899100101102103
throw new UnsupportedCapabilityException("Level 1 feature"); } public void setUserVersion(String str) throws JAXRException { throw new UnsupportedCapabilityException("Level 1 feature"); }
70717273747576
return new ConnectionImpl(properties); } public FederatedConnection createFederatedConnection(Collection collection) throws JAXRException { throw new UnsupportedCapabilityException("FederatedConnections are not supported in this release"); }