org.jboss.remoting.transport.sslrmi
Class SSLRMIClientInvoker

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

public class SSLRMIClientInvoker
extends RMIClientInvoker

Version:
$Revision: 1833 $

Copyright (c) Jun 11, 2006

Author:
Ron Sigal

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.remoting.AbstractInvoker
AbstractInvoker.CallbackLocatorHolder
 
Field Summary
 
Fields inherited from class org.jboss.remoting.AbstractInvoker
classbyteloader, configuration, localServerLocators, locator, passConfigMapToMarshalFactory, serializationType, socketFactory, socketFactoryCreatedFromSSLParameters
 
Constructor Summary
SSLRMIClientInvoker(InvokerLocator locator)
           
SSLRMIClientInvoker(InvokerLocator locator, java.util.Map configuration)
           
 
Method Summary
 
Methods inherited from class org.jboss.remoting.transport.rmi.RMIClientInvoker
getDefaultDataType, getServerStub, handleConnect, handleDisconnect, setServerStub, storeLocalConfig, transport
 
Methods inherited from class org.jboss.remoting.RemoteClientInvoker
useAllParams
 
Methods inherited from class org.jboss.remoting.MicroRemoteClientInvoker
connect, disconnect, establishLease, finalize, getLeasePeriod, getLeasePinger, getMarshaller, getSessionId, getUnMarshaller, init, invoke, isConnected, postProcess, preProcess, setMarshaller, setUnMarshaller, terminateLease, terminateLease
 
Methods inherited from class org.jboss.remoting.AbstractInvoker
addClientLocator, createSocketFactory, getClassLoader, getClientLocator, getClientLocators, getConfiguration, getLocator, getSerializationType, getSocketFactory, isCompleteSocketFactory, isSocketFactoryCreatedFromSSLParameters, needsCustomSSLConfiguration, setClassLoader, setSerializationType, setSocketFactory, wrapSocketFactory
 
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, getClientLocators, 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)


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