Example usage for org.springframework.remoting.httpinvoker HttpInvokerClientInterceptor getCodebaseUrl

List of usage examples for org.springframework.remoting.httpinvoker HttpInvokerClientInterceptor getCodebaseUrl

Introduction

In this page you can find the example usage for org.springframework.remoting.httpinvoker HttpInvokerClientInterceptor getCodebaseUrl.

Prototype

@Override
@Nullable
public String getCodebaseUrl() 

Source Link

Document

Return the codebase URL to download classes from if not found locally.

Usage

From source file:org.jdal.remoting.httpinvoker.HttpInvokerRemoteReference.java

public HttpInvokerRemoteReference(HttpInvokerClientInterceptor accessor) {
    super(accessor);
    this.codebaseUrl = accessor.getCodebaseUrl();
}