Spring Web Services Framework

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

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

public class PayloadMethodEndpointAdapterTest
extends junit.framework.TestCase


Constructor Summary
PayloadMethodEndpointAdapterTest()
           
 
Method Summary
 void noResponse(DOMSource request)
           
 Source response(StreamSource request)
           
protected  void setUp()
           
 void testNoResponse()
           
 void testResponse()
           
 void testSupportedNoResponse()
           
 void testSupportedResponse()
           
 void testUnsupportedMethodMultipleParams()
           
 void testUnsupportedMethodWrongParam()
           
 void testUnsupportedMethodWrongReturnType()
           
 void unsupportedMultipleParams(Source s1, Source s2)
           
 Source unsupportedWrongParam(String request)
           
 String unsupportedWrongReturnType(Source request)
           
 
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

PayloadMethodEndpointAdapterTest

public PayloadMethodEndpointAdapterTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
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

testUnsupportedMethodWrongReturnType

public void testUnsupportedMethodWrongReturnType()
                                          throws NoSuchMethodException
Throws:
NoSuchMethodException

testUnsupportedMethodWrongParam

public void testUnsupportedMethodWrongParam()
                                     throws NoSuchMethodException
Throws:
NoSuchMethodException

testNoResponse

public void testNoResponse()
                    throws Exception
Throws:
Exception

testResponse

public void testResponse()
                  throws Exception
Throws:
Exception

noResponse

public void noResponse(DOMSource request)

response

public Source response(StreamSource request)

unsupportedMultipleParams

public void unsupportedMultipleParams(Source s1,
                                      Source s2)

unsupportedWrongParam

public Source unsupportedWrongParam(String request)

unsupportedWrongReturnType

public String unsupportedWrongReturnType(Source request)

Spring Web Services Framework

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