Spring Web Services Framework

org.springframework.ws.soap.server.endpoint
Class SoapFaultAnnotationExceptionResolverTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.ws.soap.server.endpoint.SoapFaultAnnotationExceptionResolverTest
All Implemented Interfaces:
junit.framework.Test

public class SoapFaultAnnotationExceptionResolverTest
extends junit.framework.TestCase


Nested Class Summary
 class SoapFaultAnnotationExceptionResolverTest.MyClientException
           
 class SoapFaultAnnotationExceptionResolverTest.MyCustomException
           
 class SoapFaultAnnotationExceptionResolverTest.MyReceiverException
           
 class SoapFaultAnnotationExceptionResolverTest.MySenderException
           
 class SoapFaultAnnotationExceptionResolverTest.MyServerException
           
 class SoapFaultAnnotationExceptionResolverTest.MySubClientException
           
 class SoapFaultAnnotationExceptionResolverTest.NonAnnotatedException
           
 class SoapFaultAnnotationExceptionResolverTest.NoStringOrReasonException
           
 
Constructor Summary
SoapFaultAnnotationExceptionResolverTest()
           
 
Method Summary
protected  void setUp()
           
 void testResolveExceptionClientSoap11()
           
 void testResolveExceptionCustom()
           
 void testResolveExceptionDefault()
           
 void testResolveExceptionExceptionMessage()
           
 void testResolveExceptionInheritance()
           
 void testResolveExceptionReceiverSoap12()
           
 void testResolveExceptionSenderSoap12()
           
 void testResolveExceptionServerSoap11()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoapFaultAnnotationExceptionResolverTest

public SoapFaultAnnotationExceptionResolverTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testResolveExceptionClientSoap11

public void testResolveExceptionClientSoap11()
                                      throws Exception
Throws:
Exception

testResolveExceptionSenderSoap12

public void testResolveExceptionSenderSoap12()
                                      throws Exception
Throws:
Exception

testResolveExceptionServerSoap11

public void testResolveExceptionServerSoap11()
                                      throws Exception
Throws:
Exception

testResolveExceptionReceiverSoap12

public void testResolveExceptionReceiverSoap12()
                                        throws Exception
Throws:
Exception

testResolveExceptionDefault

public void testResolveExceptionDefault()
                                 throws Exception
Throws:
Exception

testResolveExceptionCustom

public void testResolveExceptionCustom()
                                throws Exception
Throws:
Exception

testResolveExceptionInheritance

public void testResolveExceptionInheritance()
                                     throws Exception
Throws:
Exception

testResolveExceptionExceptionMessage

public void testResolveExceptionExceptionMessage()
                                          throws Exception
Throws:
Exception

Spring Web Services Framework

Copyright © 2005-2008 The Spring Web Services Framework. All Rights Reserved.