fedora.client
Class FedoraClient.SOAPEndpoint

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


Constructor Summary
FedoraClient.SOAPEndpoint(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 java.net.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(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

getURL

public java.net.URL getURL()
                    throws java.io.IOException
Throws:
java.io.IOException