@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,
SimpleBurlapServiceExporterlogger| Constructor and Description |
|---|
BurlapExporter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
Invoked by the containing
BeanFactory after it has set all bean properties
and satisfied BeanFactoryAware, ApplicationContextAware etc. |
void |
invoke(java.io.InputStream inputStream,
java.io.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, setServiceInterfacegetBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoaderpublic void afterPropertiesSet()
InitializingBeanBeanFactory after it has set all bean properties
and satisfied BeanFactoryAware, ApplicationContextAware etc.
This method allows the bean instance to perform validation of its overall configuration and final initialization when all bean properties have been set.
afterPropertiesSet in interface InitializingBeanpublic void prepare()
public void invoke(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
throws java.lang.Throwable
inputStream - the request streamoutputStream - the response streamjava.lang.Throwable - if invocation failed