public interface Connection
ConnectionFactory
Modifier and Type | Method and Description |
---|---|
void |
close ()
Closes a Connection when it is no longer needed.
|
Set |
getCredentials ()
Gets the credentials associated with this client.
|
RegistryService |
getRegistryService ()
Gets the RegistryService interface associated with the Connection.
|
boolean |
isClosed ()
Indicated whether this Connection has been closed or not.
|
boolean |
isSynchronous ()
Indicates whether a client uses synchronous communication with JAXR provider or not.
|
void |
setCredentials (Set credentials)
Sets the Credentials associated with this client.
|
void |
setSynchronous (boolean sync)
Sets whether the client uses synchronous communication or not.
|
RegistryService getRegistryService() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorRegistryService
void close() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorboolean isClosed() throws JAXRException
true
if Connection is closed; false
otherwiseJAXRException
- If the JAXR provider encounters an internal errorboolean isSynchronous() throws JAXRException
true
if Connection is synchronous (default); false
otherwiseJAXRException
- If the JAXR provider encounters an internal errorvoid setSynchronous(boolean sync) throws JAXRException
sync
- true
if Connection is desired to be synchronous; false
otherwiseJAXRException
- If the JAXR provider encounters an internal errorvoid setCredentials(Set credentials) throws JAXRException
credentials
- a Collection oj java.lang.Objects which provide identity related information for the caller.JAXRException
- If the JAXR provider encounters an internal errorSet getCredentials() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.