public interface

HttpInvokerClientConfiguration

org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration
Known Indirect Subclasses

Class Overview

Configuration interface for executing HTTP invoker requests.

Summary

Public Methods
abstract String getCodebaseUrl()
Return the codebase URL to download classes from if not found locally.
abstract String getServiceUrl()
Return the HTTP URL of the target service.

Public Methods

public abstract String getCodebaseUrl ()

Return the codebase URL to download classes from if not found locally. Can consist of multiple URLs, separated by spaces.

Returns
  • the codebase URL, or null if none
See Also
  • java.rmi.server.RMIClassLoader

public abstract String getServiceUrl ()

Return the HTTP URL of the target service.