|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceCatalogAdmin2
Provides access to members that control the contents of an ArcGIS Server web services catalog.
Method Summary | |
---|---|
IStringArray |
createServiceFolderArray()
Creates a new array of web service folders. |
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 |
setServiceFoldersByRef(IStringArray rhs1)
The array of the web service folders for the web service catalog. |
Methods inherited from interface com.esri.arcgis.server.IServiceCatalogAdmin |
---|
createServiceDescription, createServiceDescriptionArray, getCatalogDescriptionDocument, getDescriptionDocument, setServiceDescriptionsByRef |
Method Detail |
---|
void setMessageFormats(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.server.esriServiceCatalogMessageFormat constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMessageVersion(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.system.esriArcGISVersion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray createServiceFolderArray() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServiceFoldersByRef(IStringArray rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.IStringArray (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 |