@Deprecated 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
,
SimpleHttpInvokerServiceExporter
logger
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, prepare
checkService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, setInterceptors, setRegisterTraceInterceptor, setService, setServiceInterface
getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader
public void handle(com.sun.net.httpserver.HttpExchange exchange) throws IOException
handle
in interface com.sun.net.httpserver.HttpHandler
IOException