com.esri.arcgis.server
Class IServiceCatalog3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServiceCatalogProxy
          extended by com.esri.arcgis.server.IServiceCatalog2Proxy
              extended by com.esri.arcgis.server.IServiceCatalog3Proxy
All Implemented Interfaces:
IServiceCatalog, IServiceCatalog2, IServiceCatalog3, Externalizable, Serializable

public class IServiceCatalog3Proxy
extends IServiceCatalog2Proxy
implements IServiceCatalog3, Serializable

Provides access to properties of an ArcGIS Server web service catalog.

Description

This interface is new at ArcGIS 9.3. It supersedes IServiceCatalog and IServiceCatalog2.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IServiceCatalog3Proxy()
           
  IServiceCatalog3Proxy(Object obj)
           
protected IServiceCatalog3Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getTokenServiceURL()
          Token service url.
 boolean isRequiresTokens()
          Indicates whether the service catalog requires tokens for authentication.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.server.IServiceCatalog2Proxy
getFolders, getMessageFormats, getMessageVersion, getServiceDescriptionsEx
 
Methods inherited from class com.esri.arcgis.server.IServiceCatalogProxy
getServiceDescriptions
 
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
 
Methods inherited from interface com.esri.arcgis.server.IServiceCatalog2
getFolders, getMessageFormats, getMessageVersion, getServiceDescriptionsEx
 
Methods inherited from interface com.esri.arcgis.server.IServiceCatalog
getServiceDescriptions
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IServiceCatalog3Proxy

public IServiceCatalog3Proxy()

IServiceCatalog3Proxy

public IServiceCatalog3Proxy(Object obj)
                      throws IOException
Throws:
IOException

IServiceCatalog3Proxy

protected IServiceCatalog3Proxy(Object obj,
                                String iid)
                         throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IServiceCatalog2Proxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IServiceCatalog2Proxy
Throws:
IOException

isRequiresTokens

public boolean isRequiresTokens()
                         throws IOException,
                                AutomationException
Indicates whether the service catalog requires tokens for authentication.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isRequiresTokens in interface IServiceCatalog3
Returns:
The requiresTokens
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTokenServiceURL

public String getTokenServiceURL()
                          throws IOException,
                                 AutomationException
Token service url.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getTokenServiceURL in interface IServiceCatalog3
Returns:
The tokenServiceURL
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.