|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.server.ServiceCatalog
public class ServiceCatalog
COM Class 'ServiceCatalog'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriServer.olb'
Description 'The ServiceCatalog object, which implements the Service Catalog.' 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 =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.server.IServiceCatalog2 |
|---|
IID, IID46c52546_7c26_477f_bdc1_b1c254625f81, xxDummy |
| Fields inherited from interface com.esri.arcgis.server.IServiceCatalog |
|---|
IID89d60975_fdcf_4cea_b981_73fe406a2d2b |
| Fields inherited from interface com.esri.arcgis.server.IServiceCatalogAdmin2 |
|---|
IID, IID5aba2ef8_dea3_4b86_ae3b_f2f711b85196, xxDummy |
| Fields inherited from interface com.esri.arcgis.server.IServiceCatalogAdmin |
|---|
IID34013770_2aef_4a0e_93a3_6c7d1bfc0a6a |
| Fields inherited from interface com.esri.arcgis.system.IRequestHandler |
|---|
IID, IID46a0e2ea_3b64_4a46_bd78_88a1660f35bb, xxDummy |
| Constructor Summary | |
|---|---|
ServiceCatalog()
Constructs a ServiceCatalog using ArcGIS Engine. |
|
ServiceCatalog(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ServiceCatalog theServiceCatalog = (ServiceCatalog) obj; |
|
| Method Summary | |
|---|---|
IServiceDescription |
createServiceDescription()
Creates a new web service description. |
IServiceDescriptionArray |
createServiceDescriptionArray()
Creates a new array of web service descriptions. |
IStringArray |
createServiceFolderArray()
Creates a new array of web service folders. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
byte[] |
getCatalogDescriptionDocument(java.lang.String catalogName,
java.lang.String catalogUrl)
The WSDL for the Service Catalog. |
static java.lang.String |
getClsid()
getClsid. |
byte[] |
getDescriptionDocument(java.lang.String serviceName,
java.lang.String serviceType,
java.lang.String serviceURL)
The WSDL for a specified service. |
IStringArray |
getFolders(java.lang.String folderName)
Gets an IStringArray of service folder names. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getMessageFormats()
The message formats supported by the web services in the catalog. |
int |
getMessageVersion()
The message version this server version supports. |
IServiceDescriptionArray |
getServiceDescriptions()
An array of the web service descriptions in the web service catalog. |
IServiceDescriptionArray |
getServiceDescriptionsEx(java.lang.String folderName)
An array of the web service descriptions in the web service catalog. |
byte[] |
handleBinaryRequest(byte[] request)
Handles a binary request. |
java.lang.String |
handleStringRequest(java.lang.String capabilities,
java.lang.String request)
Handles a SOAP string request. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a ServiceCatalog. |
void |
setMessageFormats(int rhs1)
The message formats supported by the web services in the catalog. |
void |
setMessageVersion(int rhs1)
The message version supported by the server. |
void |
setServiceDescriptionsByRef(IServiceDescriptionArray rhs1)
The array of the web service descriptions for the web service catalog. |
void |
setServiceFoldersByRef(IStringArray rhs1)
The array of the web service folders for the web service catalog. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceCatalog()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ServiceCatalog(java.lang.Object obj)
throws java.io.IOException
ServiceCatalog theServiceCatalog = (ServiceCatalog) obj;
obj to ServiceCatalog.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public IServiceDescriptionArray getServiceDescriptions()
throws java.io.IOException,
AutomationException
getServiceDescriptions in interface IServiceCatalogjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMessageVersion()
throws java.io.IOException,
AutomationException
getMessageVersion in interface IServiceCatalog2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMessageFormats()
throws java.io.IOException,
AutomationException
getMessageFormats in interface IServiceCatalog2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IServiceDescriptionArray getServiceDescriptionsEx(java.lang.String folderName)
throws java.io.IOException,
AutomationException
getServiceDescriptionsEx in interface IServiceCatalog2folderName - The folderName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getFolders(java.lang.String folderName)
throws java.io.IOException,
AutomationException
getFolders in interface IServiceCatalog2folderName - The folderName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IServiceDescription createServiceDescription()
throws java.io.IOException,
AutomationException
createServiceDescription in interface IServiceCatalogAdminjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IServiceDescriptionArray createServiceDescriptionArray()
throws java.io.IOException,
AutomationException
createServiceDescriptionArray in interface IServiceCatalogAdminjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServiceDescriptionsByRef(IServiceDescriptionArray rhs1)
throws java.io.IOException,
AutomationException
setServiceDescriptionsByRef in interface IServiceCatalogAdminrhs1 - A reference to a com.esri.arcgis.server.IServiceDescriptionArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public byte[] getDescriptionDocument(java.lang.String serviceName,
java.lang.String serviceType,
java.lang.String serviceURL)
throws java.io.IOException,
AutomationException
getDescriptionDocument in interface IServiceCatalogAdminserviceName - The serviceName (in)serviceType - The serviceType (in)serviceURL - The serviceURL (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public byte[] getCatalogDescriptionDocument(java.lang.String catalogName,
java.lang.String catalogUrl)
throws java.io.IOException,
AutomationException
getCatalogDescriptionDocument in interface IServiceCatalogAdmincatalogName - The catalogName (in)catalogUrl - The catalogUrl (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMessageFormats(int rhs1)
throws java.io.IOException,
AutomationException
setMessageFormats in interface IServiceCatalogAdmin2rhs1 - A com.esri.arcgis.server.esriServiceCatalogMessageFormat constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMessageVersion(int rhs1)
throws java.io.IOException,
AutomationException
setMessageVersion in interface IServiceCatalogAdmin2rhs1 - A com.esri.arcgis.system.esriArcGISVersion constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray createServiceFolderArray()
throws java.io.IOException,
AutomationException
createServiceFolderArray in interface IServiceCatalogAdmin2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServiceFoldersByRef(IStringArray rhs1)
throws java.io.IOException,
AutomationException
setServiceFoldersByRef in interface IServiceCatalogAdmin2rhs1 - A reference to a com.esri.arcgis.system.IStringArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public byte[] handleBinaryRequest(byte[] request)
throws java.io.IOException,
AutomationException
handleBinaryRequest in interface IRequestHandlerrequest - An unsigned byte (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String handleStringRequest(java.lang.String capabilities,
java.lang.String request)
throws java.io.IOException,
AutomationException
handleStringRequest in interface IRequestHandlercapabilities - The capabilities (in)request - The request (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||