|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSecurityDomainException | |
|---|---|
| org.eclipse.ohf.ihe.atna.agent | |
| org.eclipse.ohf.ihe.atna.transport | |
| org.eclipse.ohf.ihe.atna.transport.service.transporter | |
| org.eclipse.ohf.ihe.common.atna | |
| Uses of NoSecurityDomainException in org.eclipse.ohf.ihe.atna.agent |
|---|
| Methods in org.eclipse.ohf.ihe.atna.agent that throw NoSecurityDomainException | |
|---|---|
java.io.InputStream |
AtnaAgent.getInputStream(java.net.URI uri)
Connects to the given uri, using TLS if appropriate, and returns the input stream |
java.net.Socket |
AtnaAgent.getSocket(java.net.URI uri,
boolean useTLS)
Creates a returns a socket to the given URI |
| Uses of NoSecurityDomainException in org.eclipse.ohf.ihe.atna.transport |
|---|
| Methods in org.eclipse.ohf.ihe.atna.transport that throw NoSecurityDomainException | |
|---|---|
javax.net.ssl.SSLSocket |
TransporterImpl.createTLSSocket(java.net.URI uri)
|
java.io.InputStream |
TransporterImpl.getInputStream(java.net.URI uri)
|
java.net.Socket |
TransporterImpl.getSocket(java.net.URI uri,
boolean wantTLS)
|
javax.xml.soap.SOAPMessage |
TransporterImpl.send(javax.xml.soap.SOAPMessage msg,
java.net.URI uri)
Connects to the given URI and sends the soap message. |
| Uses of NoSecurityDomainException in org.eclipse.ohf.ihe.atna.transport.service.transporter |
|---|
| Methods in org.eclipse.ohf.ihe.atna.transport.service.transporter that throw NoSecurityDomainException | |
|---|---|
java.io.InputStream |
TransporterService.getInputStream(java.net.URI uri)
Establishes a connection to the given URI and returns an inputstream. |
java.net.Socket |
TransporterService.getSocket(java.net.URI uri,
boolean useTLS)
Creates a returns a socket to the given URI. |
javax.xml.soap.SOAPMessage |
TransporterService.send(javax.xml.soap.SOAPMessage msg,
java.net.URI uri)
Sends the SOAP message to the URI. |
| Uses of NoSecurityDomainException in org.eclipse.ohf.ihe.common.atna |
|---|
| Methods in org.eclipse.ohf.ihe.common.atna that throw NoSecurityDomainException | |
|---|---|
static SecurityDomain |
ConfigurationManager.getSecurityDomain(java.net.URI uri)
Returns the SecurityDomain object registered as associated with the URI. |
static void |
ConfigurationManager.registerURItoSecurityDomain(java.net.URI uri,
java.lang.String name)
Registers the association of the given URI to the named security domain. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||