Spring Web Services Framework

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

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

public class XPathParamAnnotationMethodEndpointAdapterTest
extends junit.framework.TestCase


Constructor Summary
XPathParamAnnotationMethodEndpointAdapterTest()
           
 
Method Summary
 void namespaces(Node param)
           
protected  void setUp()
           
 Source supportedSource(String param1)
           
 org.springframework.xml.transform.StringSource supportedStringSource(String param1)
           
 void supportedTypes(boolean param1, double param2, Node param3, NodeList param4, String param5)
           
 void supportedVoid(String param1)
           
 void testInvokeSource()
           
 void testInvokeTypes()
           
 void testInvokeVoidDom()
           
 void testSupportedTypes()
           
 void testSupportsSource()
           
 void testSupportsStringSource()
           
 void testSupportsVoid()
           
 void testUnsupportedInvalidParam()
           
 void testUnsupportedInvalidParams()
           
 void testUnsupportedInvalidReturnType()
           
 void unsupportedInvalidParams(String param1, String param2)
           
 void unsupportedInvalidParamType(int param1)
           
 String unsupportedInvalidReturnType(String param1)
           
 
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

XPathParamAnnotationMethodEndpointAdapterTest

public XPathParamAnnotationMethodEndpointAdapterTest()
Method Detail

setUp

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

testUnsupportedInvalidParam

public void testUnsupportedInvalidParam()
                                 throws NoSuchMethodException
Throws:
NoSuchMethodException

testUnsupportedInvalidReturnType

public void testUnsupportedInvalidReturnType()
                                      throws NoSuchMethodException
Throws:
NoSuchMethodException

testUnsupportedInvalidParams

public void testUnsupportedInvalidParams()
                                  throws NoSuchMethodException
Throws:
NoSuchMethodException

testSupportedTypes

public void testSupportedTypes()
                        throws NoSuchMethodException
Throws:
NoSuchMethodException

testSupportsStringSource

public void testSupportsStringSource()
                              throws NoSuchMethodException
Throws:
NoSuchMethodException

testSupportsSource

public void testSupportsSource()
                        throws NoSuchMethodException
Throws:
NoSuchMethodException

testSupportsVoid

public void testSupportsVoid()
                      throws NoSuchMethodException
Throws:
NoSuchMethodException

testInvokeTypes

public void testInvokeTypes()
                     throws Exception
Throws:
Exception

testInvokeSource

public void testInvokeSource()
                      throws Exception
Throws:
Exception

testInvokeVoidDom

public void testInvokeVoidDom()
                       throws Exception
Throws:
Exception

supportedVoid

public void supportedVoid(String param1)

supportedSource

public Source supportedSource(String param1)

supportedStringSource

public org.springframework.xml.transform.StringSource supportedStringSource(String param1)

supportedTypes

public void supportedTypes(boolean param1,
                           double param2,
                           Node param3,
                           NodeList param4,
                           String param5)

unsupportedInvalidParams

public void unsupportedInvalidParams(String param1,
                                     String param2)

unsupportedInvalidReturnType

public String unsupportedInvalidReturnType(String param1)

unsupportedInvalidParamType

public void unsupportedInvalidParamType(int param1)

namespaces

public void namespaces(Node param)

Spring Web Services Framework

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