public class BurlapServiceExporter extends BurlapExporter implements HttpRequestHandler
Note: Spring also provides an alternative version of this exporter,
for Sun's JRE 1.6 HTTP server: SimpleBurlapServiceExporter
.
Burlap is a slim, XML-based RPC protocol. For information on Burlap, see the Burlap website. This exporter requires Burlap 3.x.
Note: Burlap services exported with this class can be accessed by any Burlap client, as there isn't any special handling involved.
BurlapClientInterceptor
,
BurlapProxyFactoryBean
,
HessianServiceExporter
,
HttpInvokerServiceExporter
,
RmiServiceExporter
logger
Constructor and Description |
---|
BurlapServiceExporter() |
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(HttpServletRequest request,
HttpServletResponse response)
Processes the incoming Burlap request and creates a Burlap response.
|
afterPropertiesSet, invoke, prepare
checkService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, setInterceptors, setRegisterTraceInterceptor, setService, setServiceInterface
getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader
public void handleRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
handleRequest
in interface HttpRequestHandler
request
- current HTTP requestresponse
- current HTTP responseServletException
- in case of general errorsIOException
- in case of I/O errors