Example usage for org.springframework.remoting.httpinvoker HttpComponentsHttpInvokerRequestExecutor subclass-usage

List of usage examples for org.springframework.remoting.httpinvoker HttpComponentsHttpInvokerRequestExecutor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.remoting.httpinvoker HttpComponentsHttpInvokerRequestExecutor subclass-usage.

Usage

From source file org.nuclos.client.remote.http.SecuredBasicAuthHttpInvokerRequestExecutor.java

public class SecuredBasicAuthHttpInvokerRequestExecutor extends HttpComponentsHttpInvokerRequestExecutor
        implements InitializingBean {

    private static final Logger LOG = Logger.getLogger(SecuredBasicAuthHttpInvokerRequestExecutor.class);

    //

From source file org.kuali.rice.ksb.messaging.KSBHttpInvokerRequestExecutor.java

/**
 * At HttpInvokerRequestExecutor which is capable of digitally signing and verifying messages.  It's capabilities
 * to execute the signing and verification can be turned on or off via an application constant.
 *
 * @author Kuali Rice Team (rice.collab@kuali.org)
 */