org.springframework.ws.server.endpoint.adapter
Class XPathParamAnnotationMethodEndpointAdapterTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapterTest
- All Implemented Interfaces:
- junit.framework.Test
public class XPathParamAnnotationMethodEndpointAdapterTest
- extends junit.framework.TestCase
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 |
XPathParamAnnotationMethodEndpointAdapterTest
public XPathParamAnnotationMethodEndpointAdapterTest()
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(@XPathParam(value="/")
String param1)
supportedSource
public Source supportedSource(@XPathParam(value="/")
String param1)
supportedStringSource
public org.springframework.xml.transform.StringSource supportedStringSource(@XPathParam(value="/")
String param1)
supportedTypes
public void supportedTypes(@XPathParam(value="/root/child")
boolean param1,
@XPathParam(value="/root/child/number")
double param2,
@XPathParam(value="/root/child")
Node param3,
@XPathParam(value="/root/*")
NodeList param4,
@XPathParam(value="/root/child/text")
String param5)
unsupportedInvalidParams
public void unsupportedInvalidParams(@XPathParam(value="/")
String param1,
String param2)
unsupportedInvalidReturnType
public String unsupportedInvalidReturnType(@XPathParam(value="/")
String param1)
unsupportedInvalidParamType
public void unsupportedInvalidParamType(@XPathParam(value="/")
int param1)
namespaces
public void namespaces(@XPathParam(value=".")
Node param)
Copyright © 2005-2008 The Spring Web Services Framework. All Rights Reserved.