com.esri.arcgis.system
Class IRequestHandlerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.IRequestHandlerProxy
All Implemented Interfaces:
IRequestHandler, Externalizable, Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IRequestHandler'. Generated 8/19/2009 6:49:22 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Generated using ArcGIS Proxy Generator

Description: 'Provides access to members that control handing of request messages.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

public class IRequestHandlerProxy
extends com.esri.arcgis.interop.Dispatch
implements IRequestHandler, Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.system.IRequestHandler
IID, IID46a0e2ea_3b64_4a46_bd78_88a1660f35bb
 
Constructor Summary
  IRequestHandlerProxy()
          Deprecated. For internal use only
  IRequestHandlerProxy(Object obj)
          Deprecated.  
protected IRequestHandlerProxy(Object obj, String iid)
          Deprecated.  
  IRequestHandlerProxy(String CLSID, String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRequestHandlerProxy(String CLSID, String iid, String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
          Deprecated.  
 byte[] handleBinaryRequest(byte[] request)
          Deprecated. Handles a binary request.
 String handleStringRequest(String capabilities, String request)
          Deprecated. Handles a SOAP string request.
 void optimizedHandleStringRequest(String capabilities, int contentLength, InputStream request, com.esri.arcgis.interop.ICustomOutputStream response, boolean executeConcurrently)
          Deprecated.  
 void removeListener(String iidStr, Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRequestHandlerProxy

public IRequestHandlerProxy(String CLSID,
                            String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws UnknownHostException,
                            IOException
Deprecated. 
Throws:
UnknownHostException
IOException

IRequestHandlerProxy

public IRequestHandlerProxy()
Deprecated. 
For internal use only


IRequestHandlerProxy

public IRequestHandlerProxy(Object obj)
                     throws IOException
Deprecated. 
Throws:
IOException

IRequestHandlerProxy

protected IRequestHandlerProxy(Object obj,
                               String iid)
                        throws IOException
Deprecated. 
Throws:
IOException

IRequestHandlerProxy

protected IRequestHandlerProxy(String CLSID,
                               String iid,
                               String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws IOException
Deprecated. 
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

handleBinaryRequest

public byte[] handleBinaryRequest(byte[] request)
                           throws IOException,
                                  AutomationException
Deprecated. 
Handles a binary request.

Specified by:
handleBinaryRequest in interface IRequestHandler
Parameters:
request - An unsigned byte (in)
Returns:
An unsigned byte
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

handleStringRequest

public String handleStringRequest(String capabilities,
                                  String request)
                           throws IOException,
                                  AutomationException
Deprecated. 
Handles a SOAP string request.

Specified by:
handleStringRequest in interface IRequestHandler
Parameters:
capabilities - The capabilities (in)
request - The request (in)
Returns:
The response
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

optimizedHandleStringRequest

public void optimizedHandleStringRequest(String capabilities,
                                         int contentLength,
                                         InputStream request,
                                         com.esri.arcgis.interop.ICustomOutputStream response,
                                         boolean executeConcurrently)
                                  throws IOException,
                                         AutomationException
Deprecated. 
Throws:
IOException
AutomationException