类的使用
org.springframework.remoting.RemoteAccessException
使用RemoteAccessException的程序包 程序包 说明 org.springframework.jms.remoting Remoting classes for transparent Java-to-Java remoting via a JMS provider.org.springframework.remoting Exception hierarchy for Spring's remoting infrastructure, independent of any specific remote method invocation system.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.httpinvoker Remoting classes for transparent Java-to-Java remoting via HTTP invokers.org.springframework.remoting.jaxws Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC), as included in Java 6 and Java EE 5.org.springframework.remoting.soap SOAP-specific exceptions and support classes for Spring's remoting subsystem.org.springframework.jms.remoting中RemoteAccessException的使用
返回RemoteAccessException的org.springframework.jms.remoting中的方法 修饰符和类型 方法 说明 protected RemoteAccessExceptionJmsInvokerClientInterceptor. convertJmsInvokerAccessException(JMSException ex)Convert the given JMS invoker access exception to an appropriate SpringRemoteAccessException.org.springframework.remoting中RemoteAccessException的使用
org.springframework.remoting中RemoteAccessException的子类 修饰符和类型 类 说明 classRemoteConnectFailureExceptionRemoteAccessException subclass to be thrown when no connection could be established with a remote service.classRemoteInvocationFailureExceptionRemoteAccessException subclass to be thrown when the execution of the target method failed on the server side, for example when a method was not found on the target object.classRemoteLookupFailureExceptionRemoteAccessException subclass to be thrown in case of a lookup failure, typically if the lookup happens on demand for each method invocation.classRemoteProxyFailureExceptionRemoteAccessException subclass to be thrown in case of a failure within the client-side proxy for a remote service, for example when a method was not found on the underlying RMI stub.classRemoteTimeoutExceptionRemoteAccessException subclass to be thrown when the execution of the target method did not complete before a configurable timeout, for example when a reply message was not received.org.springframework.remoting.caucho中RemoteAccessException的使用
返回RemoteAccessException的org.springframework.remoting.caucho中的方法 修饰符和类型 方法 说明 protected RemoteAccessExceptionHessianClientInterceptor. convertHessianAccessException(Throwable ex)Convert the given Hessian access exception to an appropriate Spring RemoteAccessException.org.springframework.remoting.httpinvoker中RemoteAccessException的使用
返回RemoteAccessException的org.springframework.remoting.httpinvoker中的方法 修饰符和类型 方法 说明 protected RemoteAccessExceptionHttpInvokerClientInterceptor. convertHttpInvokerAccessException(Throwable ex)Convert the given HTTP invoker access exception to an appropriate SpringRemoteAccessException.org.springframework.remoting.jaxws中RemoteAccessException的使用
org.springframework.remoting.jaxws中RemoteAccessException的子类 修饰符和类型 类 说明 classJaxWsSoapFaultExceptionSpring SoapFaultException adapter for the JAX-WSSOAPFaultExceptionclass.org.springframework.remoting.soap中RemoteAccessException的使用
org.springframework.remoting.soap中RemoteAccessException的子类 修饰符和类型 类 说明 classSoapFaultExceptionRemoteInvocationFailureException subclass that provides the details of a SOAP fault.