org.fcrepo.client
Class FedoraClient.SOAPEndpoint
java.lang.Object
org.fcrepo.client.FedoraClient.SOAPEndpoint
- Enclosing class:
- FedoraClient
public class FedoraClient.SOAPEndpoint
- extends 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(String name,
boolean apim)
getName
public String getName()
getURL
public URL getURL()
throws IOException
- Throws:
IOException
getChannelBaseUrl
public String getChannelBaseUrl()
throws IOException
- Throws:
IOException
Copyright © 2012 DuraSpace. All Rights Reserved.