|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceCatalogAdmin
Provides access to members that control the contents of an ArcGIS Server web services catalog.
The IServiceCatalogAdmin interface is intended only for use by the web service catalog template applications that are included as part of the Application Developer Framework for ArcGIS Server. To learn more about these templates, refer to the ArcGIS Server developer documentation.
Method Summary | |
---|---|
IServiceDescription |
createServiceDescription()
Creates a new web service description. |
IServiceDescriptionArray |
createServiceDescriptionArray()
Creates a new array of web service descriptions. |
byte[] |
getCatalogDescriptionDocument(String catalogName,
String catalogUrl)
The WSDL for the Service Catalog. |
byte[] |
getDescriptionDocument(String serviceName,
String serviceType,
String serviceURL)
The WSDL for a specified service. |
void |
setServiceDescriptionsByRef(IServiceDescriptionArray rhs1)
The array of the web service descriptions for the web service catalog. |
Method Detail |
---|
IServiceDescription createServiceDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IServiceDescriptionArray createServiceDescriptionArray() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServiceDescriptionsByRef(IServiceDescriptionArray rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.server.IServiceDescriptionArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.byte[] getDescriptionDocument(String serviceName, String serviceType, String serviceURL) throws IOException, AutomationException
serviceName
- The serviceName (in)serviceType
- The serviceType (in)serviceURL
- The serviceURL (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.byte[] getCatalogDescriptionDocument(String catalogName, String catalogUrl) throws IOException, AutomationException
catalogName
- The catalogName (in)catalogUrl
- The catalogUrl (in)
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 |