Spring Web Services Framework

org.springframework.ws.soap.soap12
Class AbstractSoap12MessageTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.custommonkey.xmlunit.XMLTestCase
              extended by org.springframework.ws.AbstractWebServiceMessageTestCase
                  extended by org.springframework.ws.mime.AbstractMimeMessageTestCase
                      extended by org.springframework.ws.soap.AbstractSoapMessageTestCase
                          extended by org.springframework.ws.soap.soap12.AbstractSoap12MessageTestCase
All Implemented Interfaces:
junit.framework.Test, org.custommonkey.xmlunit.XMLConstants, org.custommonkey.xmlunit.XSLTConstants
Direct Known Subclasses:
AxiomSoap12MessageTest, SaajSoap12MessageTest

public abstract class AbstractSoap12MessageTestCase
extends AbstractSoapMessageTestCase


Field Summary
 
Fields inherited from class org.springframework.ws.soap.AbstractSoapMessageTestCase
soapMessage
 
Fields inherited from class org.springframework.ws.mime.AbstractMimeMessageTestCase
mimeMessage
 
Fields inherited from class org.springframework.ws.AbstractWebServiceMessageTestCase
transformer, webServiceMessage
 
Fields inherited from interface org.custommonkey.xmlunit.XSLTConstants
XSLT_END, XSLT_IDENTITY_TEMPLATE, XSLT_START, XSLT_STRIP_WHITESPACE, XSLT_XML_OUTPUT_NOINDENT
 
Fields inherited from interface org.custommonkey.xmlunit.XMLConstants
CLOSE_NODE, END_CDATA, END_COMMENT, END_PROCESSING_INSTRUCTION, OPEN_END_NODE, OPEN_START_NODE, START_CDATA, START_COMMENT, START_DOCTYPE, START_PROCESSING_INSTRUCTION, XML_DECLARATION, XMLNS_PREFIX, XPATH_ATTRIBUTE_IDENTIFIER, XPATH_CHARACTER_NODE_IDENTIFIER, XPATH_COMMENT_IDENTIFIER, XPATH_NODE_INDEX_END, XPATH_NODE_INDEX_START, XPATH_PROCESSING_INSTRUCTION_IDENTIFIER, XPATH_SEPARATOR
 
Constructor Summary
AbstractSoap12MessageTestCase()
           
 
Method Summary
protected  Resource[] getSoapSchemas()
           
 void testGetVersion()
           
 void testWriteToTransportOutputStream()
           
 void testWriteToTransportResponseAttachment()
           
 
Methods inherited from class org.springframework.ws.soap.AbstractSoapMessageTestCase
createMimeMessage, createSoapMessage, testSoapAction, testValidate
 
Methods inherited from class org.springframework.ws.mime.AbstractMimeMessageTestCase
createWebServiceMessage, testAddAttachment, testEmptyMessage, testGetAttachment, testGetAttachments
 
Methods inherited from class org.springframework.ws.AbstractWebServiceMessageTestCase
setUp, testDomPayload, testEventReaderPayload, testReaderPayload, testSaxPayload, testStreamPayload, testStreamReaderPayload
 
Methods inherited from class org.custommonkey.xmlunit.XMLTestCase
assertNodeTestPasses, assertNodeTestPasses, assertNotXpathExists, assertNotXpathExists, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLIdentical, assertXMLIdentical, assertXMLIdentical, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLValid, assertXMLValid, assertXMLValid, assertXMLValid, assertXpathEvaluatesTo, assertXpathEvaluatesTo, assertXpathExists, assertXpathExists, assertXpathNotExists, assertXpathNotExists, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, compareXML, compareXML, compareXML, compareXML, compareXML, setControlParser, setIgnoreWhitespace, setTestParser
 
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

AbstractSoap12MessageTestCase

public AbstractSoap12MessageTestCase()
Method Detail

testGetVersion

public void testGetVersion()
                    throws Exception
Specified by:
testGetVersion in class AbstractSoapMessageTestCase
Throws:
Exception

getSoapSchemas

protected final Resource[] getSoapSchemas()
Specified by:
getSoapSchemas in class AbstractSoapMessageTestCase

testWriteToTransportOutputStream

public void testWriteToTransportOutputStream()
                                      throws Exception
Specified by:
testWriteToTransportOutputStream in class AbstractSoapMessageTestCase
Throws:
Exception

testWriteToTransportResponseAttachment

public void testWriteToTransportResponseAttachment()
                                            throws Exception
Specified by:
testWriteToTransportResponseAttachment in class AbstractSoapMessageTestCase
Throws:
Exception

Spring Web Services Framework

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