Spring Web Services Framework

org.springframework.ws.server.endpoint.adapter
Class MarshallingMethodEndpointAdapterTest

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

public class MarshallingMethodEndpointAdapterTest
extends junit.framework.TestCase


Constructor Summary
MarshallingMethodEndpointAdapterTest()
           
 
Method Summary
 void noResponse(org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapterTest.MyType type)
           
 org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapterTest.MyType response(org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapterTest.MyType type)
           
protected  void setUp()
           
 void testNoRequestPayload()
           
 void testNoResponse()
           
 void testResponse()
           
 void testSupportedNoResponse()
           
 void testSupportedResponse()
           
 void testUnsupportedMethodMultipleParams()
           
 void testUnsupportedMethodWrongParam()
           
 void testUnsupportedMethodWrongReturnType()
           
 void unsupportedMultipleParams(String s1, String s2)
           
 String unsupportedWrongParam(String s)
           
 
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

MarshallingMethodEndpointAdapterTest

public MarshallingMethodEndpointAdapterTest()
Method Detail

setUp

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

testNoResponse

public void testNoResponse()
                    throws Exception
Throws:
Exception

testNoRequestPayload

public void testNoRequestPayload()
                          throws Exception
Throws:
Exception

testResponse

public void testResponse()
                  throws Exception
Throws:
Exception

testSupportedNoResponse

public void testSupportedNoResponse()
                             throws NoSuchMethodException
Throws:
NoSuchMethodException

testSupportedResponse

public void testSupportedResponse()
                           throws NoSuchMethodException
Throws:
NoSuchMethodException

testUnsupportedMethodMultipleParams

public void testUnsupportedMethodMultipleParams()
                                         throws NoSuchMethodException
Throws:
NoSuchMethodException

testUnsupportedMethodWrongParam

public void testUnsupportedMethodWrongParam()
                                     throws NoSuchMethodException
Throws:
NoSuchMethodException

testUnsupportedMethodWrongReturnType

public void testUnsupportedMethodWrongReturnType()
                                          throws NoSuchMethodException
Throws:
NoSuchMethodException

noResponse

public void noResponse(org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapterTest.MyType type)

response

public org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapterTest.MyType response(org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapterTest.MyType type)

unsupportedMultipleParams

public void unsupportedMultipleParams(String s1,
                                      String s2)

unsupportedWrongParam

public String unsupportedWrongParam(String s)

Spring Web Services Framework

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