fedora.client
Class FedoraClient.SOAPEndpoint
java.lang.Object
fedora.client.FedoraClient.SOAPEndpoint
- Enclosing class:
- FedoraClient
public class FedoraClient.SOAPEndpoint
- extends java.lang.Object
Class for storing a Fedora SOAP endpoint, which consists of an
endpoint name and a URL.
The endpoint name is provided to the constructor.
The URL is determined automatically, once, based on:
- The baseURL provided to the FedoraClient instance.
- The server version.
- Whether the server automatically redirects non-SSL SOAP
requests to an SSL endpoint.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FedoraClient.SOAPEndpoint
public FedoraClient.SOAPEndpoint(java.lang.String name)
getName
public java.lang.String getName()
getURL
public java.net.URL getURL()
throws java.io.IOException
- Throws:
java.io.IOException