|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJobDefinition
Provides access to properties of job definition.
Method Summary | |
---|---|
byte[] |
getBinaryRequest()
Request message in binary format. |
String |
getCapabilities()
Required capabilities of job processor. |
int |
getRequestFormat()
Format of request. |
void |
getRESTRequest(String[] pResourceName,
String[] pRperationName,
String[] pRperationInput,
String[] pOutputFormat,
String[] pRequestProperties)
Request message in REST format. |
String |
getStringRequest()
Request message in SOAP format. |
boolean |
isRESTFormat()
REST Format of request. |
void |
setBinaryRequest(byte[] ppVal)
Request message in binary format. |
void |
setCapabilities(String pVal)
Required capabilities of job processor. |
void |
setRESTRequest(String resourceName,
String operationName,
String operationInput,
String outputFormat,
String requestProperties)
Request message in REST format. |
void |
setStringRequest(String pVal)
Request message in SOAP format. |
Method Detail |
---|
int getRequestFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStringRequest() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStringRequest(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.byte[] getBinaryRequest() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBinaryRequest(byte[] ppVal) throws IOException, AutomationException
ppVal
- An unsigned byte (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCapabilities() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCapabilities(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRESTFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getRESTRequest(String[] pResourceName, String[] pRperationName, String[] pRperationInput, String[] pOutputFormat, String[] pRequestProperties) throws IOException, AutomationException
pResourceName
- The pResourceName (out: use single element array)pRperationName
- The pRperationName (out: use single element array)pRperationInput
- The pRperationInput (out: use single element array)pOutputFormat
- The pOutputFormat (out: use single element array)pRequestProperties
- The pRequestProperties (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRESTRequest(String resourceName, String operationName, String operationInput, String outputFormat, String requestProperties) throws IOException, AutomationException
resourceName
- The resourceName (in)operationName
- The operationName (in)operationInput
- The operationInput (in)outputFormat
- The outputFormat (in)requestProperties
- The requestProperties (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 |