@Deprecated @UsesSunHttpServer public class SimpleBurlapServiceExporter extends BurlapExporter implements com.sun.net.httpserver.HttpHandler
HttpHandler interface.
 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, 
SimpleHessianServiceExporter, 
SimpleHttpInvokerServiceExporterlogger| Constructor and Description | 
|---|
SimpleBurlapServiceExporter()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handle(com.sun.net.httpserver.HttpExchange exchange)
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 handle(com.sun.net.httpserver.HttpExchange exchange)
            throws IOException
handle in interface com.sun.net.httpserver.HttpHandlerIOException