org.springframework.remoting.httpinvoker
Interface HttpInvokerClientConfiguration

All Known Implementing Classes:
HttpInvokerClientInterceptor

public interface HttpInvokerClientConfiguration

Configuration interface for executing HTTP invoker requests.

Since:
1.1
Author:
Juergen Hoeller
See Also:
HttpInvokerRequestExecutor, HttpInvokerClientInterceptor

Method Summary
 String getServiceUrl()
          Return the HTTP URL of the target service.
 

Method Detail

getServiceUrl

public String getServiceUrl()
Return the HTTP URL of the target service.



Copyright (C) 2003-2004 The Spring Framework Project.