@Deprecated 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, 
RmiServiceExporterlogger| Constructor and Description | 
|---|
BurlapServiceExporter()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handleRequest(HttpServletRequest request,
             HttpServletResponse response)
Deprecated.  
Processes the incoming Burlap request and creates a Burlap response. 
 | 
afterPropertiesSet, invoke, preparecheckService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, setInterceptors, setRegisterTraceInterceptor, setService, setServiceInterfacegetBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoaderpublic void handleRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
handleRequest in interface HttpRequestHandlerrequest - current HTTP requestresponse - current HTTP responseServletException - in case of general errorsIOException - in case of I/O errors