Spring Web Services Framework

org.springframework.ws.server
Class MessageDispatcherTest

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

public class MessageDispatcherTest
extends junit.framework.TestCase


Constructor Summary
MessageDispatcherTest()
           
 
Method Summary
protected  void setUp()
           
 void testDefaultStrategies()
           
 void testDetectStrategies()
           
 void testFaultFlow()
           
 void testFlowNoResponse()
           
 void testGetEndpoint()
           
 void testGetEndpointAdapterSupportedEndpoint()
           
 void testGetEndpointAdapterUnsupportedEndpoint()
           
 void testInterceptedRequestFlow()
           
 void testInterceptedResponseFlow()
           
 void testNoEndpointFound()
           
 void testNormalFlow()
           
 void testProcessUnsupportedEndpointException()
           
 void testResolveException()
           
 
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

MessageDispatcherTest

public MessageDispatcherTest()
Method Detail

setUp

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

testGetEndpoint

public void testGetEndpoint()
                     throws Exception
Throws:
Exception

testGetEndpointAdapterSupportedEndpoint

public void testGetEndpointAdapterSupportedEndpoint()
                                             throws Exception
Throws:
Exception

testGetEndpointAdapterUnsupportedEndpoint

public void testGetEndpointAdapterUnsupportedEndpoint()
                                               throws Exception
Throws:
Exception

testResolveException

public void testResolveException()
                          throws Exception
Throws:
Exception

testProcessUnsupportedEndpointException

public void testProcessUnsupportedEndpointException()
                                             throws Exception
Throws:
Exception

testNormalFlow

public void testNormalFlow()
                    throws Exception
Throws:
Exception

testFlowNoResponse

public void testFlowNoResponse()
                        throws Exception
Throws:
Exception

testInterceptedRequestFlow

public void testInterceptedRequestFlow()
                                throws Exception
Throws:
Exception

testInterceptedResponseFlow

public void testInterceptedResponseFlow()
                                 throws Exception
Throws:
Exception

testFaultFlow

public void testFaultFlow()
                   throws Exception
Throws:
Exception

testNoEndpointFound

public void testNoEndpointFound()
                         throws Exception
Throws:
Exception

testDetectStrategies

public void testDetectStrategies()
                          throws Exception
Throws:
Exception

testDefaultStrategies

public void testDefaultStrategies()
                           throws Exception
Throws:
Exception

Spring Web Services Framework

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