Spring Web Services Framework

org.springframework.ws.soap.soap11
Class AbstractSoap11MessageFactoryTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.ws.AbstractWebServiceMessageFactoryTestCase
              extended by org.springframework.ws.soap.AbstractSoapMessageFactoryTestCase
                  extended by org.springframework.ws.soap.soap11.AbstractSoap11MessageFactoryTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
AxiomSoap11MessageFactoryTest, SaajSoap11MessageFactoryTest

public abstract class AbstractSoap11MessageFactoryTestCase
extends AbstractSoapMessageFactoryTestCase


Field Summary
 
Fields inherited from class org.springframework.ws.AbstractWebServiceMessageFactoryTestCase
messageFactory
 
Constructor Summary
AbstractSoap11MessageFactoryTestCase()
           
 
Method Summary
 void testCreateEmptySoap11Message()
           
 void testCreateSoapMessageMtom()
           
 void testCreateSoapMessageMtomWeirdStartInfo()
           
 void testCreateSoapMessageNoAttachment()
           
 void testCreateSoapMessageSwA()
           
 
Methods inherited from class org.springframework.ws.soap.AbstractSoapMessageFactoryTestCase
testCreateEmptySoapMessage
 
Methods inherited from class org.springframework.ws.AbstractWebServiceMessageFactoryTestCase
createMessageFactory, setUp, testCreateEmptyMessage
 
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

AbstractSoap11MessageFactoryTestCase

public AbstractSoap11MessageFactoryTestCase()
Method Detail

testCreateEmptySoap11Message

public void testCreateEmptySoap11Message()
                                  throws Exception
Throws:
Exception

testCreateSoapMessageNoAttachment

public void testCreateSoapMessageNoAttachment()
                                       throws Exception
Specified by:
testCreateSoapMessageNoAttachment in class AbstractSoapMessageFactoryTestCase
Throws:
Exception

testCreateSoapMessageSwA

public void testCreateSoapMessageSwA()
                              throws Exception
Specified by:
testCreateSoapMessageSwA in class AbstractSoapMessageFactoryTestCase
Throws:
Exception

testCreateSoapMessageMtom

public void testCreateSoapMessageMtom()
                               throws Exception
Specified by:
testCreateSoapMessageMtom in class AbstractSoapMessageFactoryTestCase
Throws:
Exception

testCreateSoapMessageMtomWeirdStartInfo

public void testCreateSoapMessageMtomWeirdStartInfo()
                                             throws Exception
Throws:
Exception

Spring Web Services Framework

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