IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.remote
Class RemoteProxyFactory

java.lang.Object
  extended by com.ibm.btt.remote.RemoteProxyFactory
All Implemented Interfaces:
FactoryElement, java.lang.reflect.InvocationHandler

public class RemoteProxyFactory
extends java.lang.Object
implements java.lang.reflect.InvocationHandler, FactoryElement


Constructor Summary
RemoteProxyFactory()
           
 
Method Summary
 java.lang.Object getElement(Tag tag, java.lang.Class targetClass)
          Getter
 HttpClient getHttpClient()
           
 java.lang.String getRemoteConnectorUrl()
           
 java.lang.String getRemoteServiceId()
           
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 void setHttpClient(HttpClient httpClient)
           
 void setRemoteConnectorUrl(java.lang.String serviceUrl)
           
 void setRemoteServiceId(java.lang.String serviceId)
           
 void setServiceId(java.lang.String serviceId)
          Deprecated. 
 void setServiceUrl(java.lang.String serviceUrl)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteProxyFactory

public RemoteProxyFactory()
Method Detail

getHttpClient

public HttpClient getHttpClient()

setHttpClient

public void setHttpClient(HttpClient httpClient)

getRemoteServiceId

public java.lang.String getRemoteServiceId()

setServiceId

@Deprecated
public void setServiceId(java.lang.String serviceId)
Deprecated. 

use method setRemoteServiceId instead

Parameters:
serviceId -

setServiceUrl

@Deprecated
public void setServiceUrl(java.lang.String serviceUrl)
Deprecated. 

use method setRemoteConnectorUrl instead

Parameters:
serviceUrl -

setRemoteServiceId

public void setRemoteServiceId(java.lang.String serviceId)

getRemoteConnectorUrl

public java.lang.String getRemoteConnectorUrl()

setRemoteConnectorUrl

public void setRemoteConnectorUrl(java.lang.String serviceUrl)

getElement

public java.lang.Object getElement(Tag tag,
                                   java.lang.Class targetClass)
                            throws ElementException
Description copied from interface: FactoryElement
Getter

Specified by:
getElement in interface FactoryElement
Returns:
Throws:
ElementException

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009