@Deprecated public class BurlapExporter extends org.springframework.remoting.support.RemoteExporter implements org.springframework.beans.factory.InitializingBean
Burlap is a slim, XML-based RPC protocol. For information on Burlap, see the Burlap website. This exporter requires Burlap 3.x.
invoke(java.io.InputStream, java.io.OutputStream),
BurlapServiceExporter,
SimpleBurlapServiceExporter| Constructor and Description |
|---|
BurlapExporter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
|
void |
invoke(InputStream inputStream,
OutputStream outputStream)
Deprecated.
Perform an invocation on the exported object.
|
void |
prepare()
Deprecated.
Initialize this service exporter.
|
checkService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, setInterceptors, setRegisterTraceInterceptor, setService, setServiceInterfacepublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic void prepare()
public void invoke(InputStream inputStream, OutputStream outputStream) throws Throwable
inputStream - the request streamoutputStream - the response streamThrowable - if invocation failed