public abstract static class SOAPServer.SOAPHandler extends java.lang.Object implements HTTPRequestHandler, MessageReceiver
| Modifier | Constructor and Description |
|---|---|
protected |
SOAPHandler() |
| Modifier and Type | Method and Description |
|---|---|
HTTPResponse |
handle(HTTPRequestHeader header,
HTTPInputStream body,
ConnectionInfo connectionInfo,
MonitoringContext context)
Handles a HTTP request.
|
protected void |
respond(int httpStatus,
boolean secure,
Message responseMessage,
ProtocolInfo protocolInfo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventSource, getOperation, getRequestMessageType, receive, receive, receive, receive, receive, receive, receive, receive, receive, receive, receive, receive, receive, receive, receive, receive, receive, receive, receive, receive, receive, receiveFailed, receiveFailed, receiveNoContent, sendFailedpublic final HTTPResponse handle(HTTPRequestHeader header, HTTPInputStream body, ConnectionInfo connectionInfo, MonitoringContext context) throws java.io.IOException
HTTPRequestHandlerhandle in interface HTTPRequestHandlerheader - the http request headerbody - the http request bodyconnectionInfo - transport/addressing related information attached to the requestjava.io.IOExceptionprotected final void respond(int httpStatus,
boolean secure,
Message responseMessage,
ProtocolInfo protocolInfo)