org.springframework.extensions.webscripts.connector
Interface Client

All Known Implementing Classes:
AbstractClient, RemoteClient

public interface Client

Interface for Client implementations This interface is pretty lightweight at the moment. The Client implementation requirements are deliberately so since we're still feeling out what kind of custom Clients might be written in the future. At present, it seems that most things are solved by the root RemoteClient object. This interface is therefore subject to change in the future. Developers seeking to write their own Clients are encouraged to extend the AbstractClient base class.

Author:
muzquiano

Method Summary
 String getEndpoint()
           
 URL getURL()
           
 

Method Detail

getEndpoint

String getEndpoint()
Returns:
the Endpoint for this Client e.g. http://localhost:8080/alfresco/service

getURL

URL getURL()
Returns:
the Endpoint for the Client as a URL object


Copyright © 2009 SpringSource, Inc. All Rights Reserved.