org.jboss.remoting.transport.sslrmi
Class SSLRMIClientInvoker

java.lang.Object
  extended byorg.jboss.remoting.AbstractInvoker
      extended byorg.jboss.remoting.MicroRemoteClientInvoker
          extended byorg.jboss.remoting.RemoteClientInvoker
              extended byorg.jboss.remoting.transport.rmi.RMIClientInvoker
                  extended byorg.jboss.remoting.transport.sslrmi.SSLRMIClientInvoker
All Implemented Interfaces:
ClientInvoker, Invoker

public class SSLRMIClientInvoker
extends RMIClientInvoker

Version:
$Revision: 1.1 $

Copyright (c) Jun 11, 2006

Author:
Ron Sigal

Field Summary
 
Fields inherited from class org.jboss.remoting.AbstractInvoker
classbyteloader, configuration, localServerLocators, locator, log, serializationType, socketFactory, socketFactoryCreatedFromSSLParameters
 
Constructor Summary
SSLRMIClientInvoker(InvokerLocator locator)
           
SSLRMIClientInvoker(InvokerLocator locator, java.util.Map configuration)
           
 
Method Summary
protected  void handleConnect()
          subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport.
 
Methods inherited from class org.jboss.remoting.transport.rmi.RMIClientInvoker
getDefaultDataType, getServerStub, handleDisconnect, setServerStub, transport
 
Methods inherited from class org.jboss.remoting.MicroRemoteClientInvoker
connect, disconnect, finalize, getMarshaller, getUnMarshaller, invoke, isConnected, postProcess, preProcess, setMarshaller, setUnMarshaller
 
Methods inherited from class org.jboss.remoting.AbstractInvoker
addClientLocator, createSocketFactory, getClassLoader, getClientLocator, getLocator, getSerializationType, getSocketFactory, isSocketFactoryCreatedFromSSLParameters, needsCustomSSLConfiguration, setClassLoader, setSerializationType, setSocketFactory
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.remoting.transport.ClientInvoker
addClientLocator, getClientLocator, getSocketFactory, setSocketFactory
 
Methods inherited from interface org.jboss.remoting.Invoker
getLocator
 

Constructor Detail

SSLRMIClientInvoker

public SSLRMIClientInvoker(InvokerLocator locator,
                           java.util.Map configuration)

SSLRMIClientInvoker

public SSLRMIClientInvoker(InvokerLocator locator)
Method Detail

handleConnect

protected void handleConnect()
                      throws ConnectionFailedException
Description copied from class: RMIClientInvoker
subclasses must implement this method to provide a hook to connect to the remote server, if this applies to the specific transport. However, in some transport implementations, this may not make must difference since the connection is not persistent among invocations, such as SOAP. In these cases, the method should silently return without any processing.

Overrides:
handleConnect in class RMIClientInvoker
Throws:
ConnectionFailedException


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.