@Deprecated public class BurlapExporter extends RemoteExporter implements 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
logger
Constructor and Description |
---|
BurlapExporter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Deprecated.
Invoked by a BeanFactory after it has set all bean properties supplied
(and satisfied BeanFactoryAware and ApplicationContextAware).
|
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, setServiceInterface
getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader
public void afterPropertiesSet()
InitializingBean
This method allows the bean instance to perform initialization only possible when all bean properties have been set and to throw an exception in the event of misconfiguration.
afterPropertiesSet
in interface InitializingBean
public void prepare()
public void invoke(InputStream inputStream, OutputStream outputStream) throws Throwable
inputStream
- the request streamoutputStream
- the response streamThrowable
- if invocation failed