Uses of Class
org.springframework.remoting.RemoteLookupFailureException
Packages that use RemoteLookupFailureException Package Description org.springframework.remoting.caucho This package provides remoting classes for Caucho's Hessian protocol: a proxy factory for accessing Hessian services, and an exporter for making beans available to Hessian clients.org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers.Uses of RemoteLookupFailureException in org.springframework.remoting.caucho
Methods in org.springframework.remoting.caucho that throw RemoteLookupFailureException Modifier and Type Method Description voidHessianClientInterceptor. prepare()Initialize the Hessian proxy for this interceptor.Uses of RemoteLookupFailureException in org.springframework.remoting.rmi
Methods in org.springframework.remoting.rmi that throw RemoteLookupFailureException Modifier and Type Method Description protected ObjectJndiRmiClientInterceptor. getStub()Return the RMI stub to use.protected RemoteRmiClientInterceptor. getStub()Return the RMI stub to use.protected ObjectJndiRmiClientInterceptor. lookupStub()Create the RMI stub, typically by looking it up.protected RemoteRmiClientInterceptor. lookupStub()Create the RMI stub, typically by looking it up.voidJndiRmiClientInterceptor. prepare()Fetches the RMI stub on startup, if necessary.voidRmiClientInterceptor. prepare()Fetches RMI stub on startup, if necessary.