public interface OperationHandler
| Modifier and Type | Method and Description |
|---|---|
RequestCtx |
handleRequest(javax.xml.ws.handler.soap.SOAPMessageContext context)
Method to handle requests.
|
RequestCtx |
handleResponse(javax.xml.ws.handler.soap.SOAPMessageContext context)
Method to handle responses.
|
RequestCtx handleRequest(javax.xml.ws.handler.soap.SOAPMessageContext context) throws OperationHandlerException
context - the message contextOperationHandlerExceptionRequestCtx handleResponse(javax.xml.ws.handler.soap.SOAPMessageContext context) throws OperationHandlerException
context - the message contextOperationHandlerExceptionCopyright © 2014 DuraSpace. All Rights Reserved.