public interface Connection
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.Set |
getCredentials() |
RegistryService |
getRegistryService() |
boolean |
isClosed() |
boolean |
isSynchronous() |
void |
setCredentials(java.util.Set credentials) |
void |
setSynchronous(boolean sync) |
void close() throws JAXRException
JAXRException
java.util.Set getCredentials() throws JAXRException
JAXRException
RegistryService getRegistryService() throws JAXRException
JAXRException
boolean isClosed() throws JAXRException
JAXRException
boolean isSynchronous() throws JAXRException
JAXRException
void setCredentials(java.util.Set credentials) throws JAXRException
JAXRException
void setSynchronous(boolean sync) throws JAXRException
JAXRException
Copyright © 2004-2013 Apache Web Services. All Rights Reserved.