Uses of Class
org.springframework.remoting.RemoteInvocationFailureException
Packages that use RemoteInvocationFailureException Package Description 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.Uses of RemoteInvocationFailureException in org.springframework.remoting.jaxws
Subclasses of RemoteInvocationFailureException in org.springframework.remoting.jaxws Modifier and Type Class Description classJaxWsSoapFaultExceptionSpring SoapFaultException adapter for the JAX-WSSOAPFaultExceptionclass.Uses of RemoteInvocationFailureException in org.springframework.remoting.soap
Subclasses of RemoteInvocationFailureException in org.springframework.remoting.soap Modifier and Type Class Description classSoapFaultExceptionRemoteInvocationFailureException subclass that provides the details of a SOAP fault.