javax.xml.registry
Interface Connection
- All Known Subinterfaces:
- FederatedConnection
- public interface Connection
- Version:
- $Revision$ $Date$
close
public void close()
throws JAXRException
- Throws:
JAXRException
getCredentials
public java.util.Set getCredentials()
throws JAXRException
- Throws:
JAXRException
getRegistryService
public RegistryService getRegistryService()
throws JAXRException
- Throws:
JAXRException
isClosed
public boolean isClosed()
throws JAXRException
- Throws:
JAXRException
isSynchronous
public boolean isSynchronous()
throws JAXRException
- Throws:
JAXRException
setCredentials
public void setCredentials(java.util.Set credentials)
throws JAXRException
- Throws:
JAXRException
setSynchronous
public void setSynchronous(boolean sync)
throws JAXRException
- Throws:
JAXRException
Copyright © 2004-2007 Apache Web Services. All Rights Reserved.