public interface IServiceResponseFormat
extends java.io.Serializable
Description: 'Provides a way to define service response format.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID96b317f2_cbb9_4ede_91bf_d51870722902 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getServiceResponseFormat()
Returns the response format.
|
void |
setServiceResponseFormat(int serviceResponseFormat)
Returns the response format.
|
static final int IID96b317f2_cbb9_4ede_91bf_d51870722902
static final int xxDummy
static final java.lang.String IID
int getServiceResponseFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setServiceResponseFormat(int serviceResponseFormat) throws java.io.IOException, AutomationException
serviceResponseFormat
- A com.esri.arcgis.geodatabase.esriServiceResponseFormat constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.