org.fcrepo.client
Class FedoraClient.SOAPEndpoint

java.lang.Object
  extended by 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:


Constructor Summary
FedoraClient.SOAPEndpoint(String name, boolean apim)
           
 
Method Summary
 String getChannelBaseUrl()
           
 String getName()
           
 URL getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FedoraClient.SOAPEndpoint

public FedoraClient.SOAPEndpoint(String name,
                                 boolean apim)
Method Detail

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.