类 BurlapExporter
- java.lang.Object
- org.springframework.remoting.support.RemotingSupport
- org.springframework.remoting.support.RemoteExporter
- org.springframework.remoting.caucho.BurlapExporter
- 所有已实现的接口:
Aware,BeanClassLoaderAware,InitializingBean
@Deprecated public class BurlapExporter extends RemoteExporter implements InitializingBean
已过时。as of Spring 4.0, since Burlap hasn't evolved in years and is effectively retired (in contrast to its sibling Hessian)General stream-based protocol exporter for a Burlap endpoint.Burlap is a slim, XML-based RPC protocol. For information on Burlap, see the Burlap website. This exporter requires Burlap 3.x.
- 从以下版本开始:
- 2.5.1
- 作者:
- Juergen Hoeller
- 另请参阅:
invoke(java.io.InputStream, java.io.OutputStream),BurlapServiceExporter,SimpleBurlapServiceExporter
字段概要
从类继承的字段 org.springframework.remoting.support.RemotingSupport
logger
构造器概要
构造器 构造器 说明 BurlapExporter()已过时。
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 voidafterPropertiesSet()已过时。Invoked by the containingBeanFactoryafter it has set all bean properties and satisfiedBeanFactoryAware,ApplicationContextAwareetc.voidinvoke(InputStream inputStream, OutputStream outputStream)已过时。Perform an invocation on the exported object.voidprepare()已过时。Initialize this service exporter.从类继承的方法 org.springframework.remoting.support.RemoteExporter
checkService, checkServiceInterface, getExporterName, getProxyForService, getService, getServiceInterface, setInterceptors, setRegisterTraceInterceptor, setService, setServiceInterface
从类继承的方法 org.springframework.remoting.support.RemotingSupport
getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader
构造器详细资料
BurlapExporter
public BurlapExporter()
已过时。
方法详细资料
afterPropertiesSet
public void afterPropertiesSet()
已过时。从接口复制的说明:InitializingBeanInvoked by the containingBeanFactoryafter it has set all bean properties and satisfiedBeanFactoryAware,ApplicationContextAwareetc.This method allows the bean instance to perform validation of its overall configuration and final initialization when all bean properties have been set.
- 指定者:
afterPropertiesSet在接口中InitializingBean
prepare
public void prepare()
已过时。Initialize this service exporter.
invoke
public void invoke(InputStream inputStream, OutputStream outputStream) throws Throwable
已过时。Perform an invocation on the exported object.- 参数:
inputStream- the request streamoutputStream- the response stream- 抛出:
Throwable- if invocation failed