public class SOAPRequestHandler extends java.lang.Object implements IRequestHandler
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List |
authorizedCapabilities |
protected static org.w3c.dom.ls.DOMImplementationLS |
domLS |
protected static javax.xml.soap.MessageFactory |
msgFactory |
protected static java.lang.String |
soapEpilog |
protected static java.lang.String |
soapProlog |
IID, IID46a0e2ea_3b64_4a46_bd78_88a1660f35bb, xxDummy| Constructor and Description |
|---|
SOAPRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAuthorizedCapabilities() |
byte[] |
handleBinaryRequest(byte[] arg0)
Handles a binary request.
|
java.lang.String |
handleStringRequest(java.lang.String capabilities,
java.lang.String request)
Handles a SOAP string request.
|
static void |
main(java.lang.String[] args) |
protected static javax.xml.soap.MessageFactory msgFactory
protected static java.lang.String soapProlog
protected static java.lang.String soapEpilog
protected static org.w3c.dom.ls.DOMImplementationLS domLS
protected java.util.List authorizedCapabilities
public SOAPRequestHandler()
throws java.lang.Exception
java.lang.Exceptionpublic java.util.List getAuthorizedCapabilities()
public byte[] handleBinaryRequest(byte[] arg0)
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 AutomationException,
java.io.IOException
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.public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception