Spring Web Services Framework

org.springframework.ws.soap.soap12
Class AbstractSoap12MessageFactoryTestCase

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.soap12.AbstractSoap12MessageFactoryTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
AxiomSoap12MessageFactoryTest, SaajSoap12MessageFactoryTest

public abstract class AbstractSoap12MessageFactoryTestCase
extends AbstractSoapMessageFactoryTestCase


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

AbstractSoap12MessageFactoryTestCase

public AbstractSoap12MessageFactoryTestCase()
Method Detail

testCreateEmptyMessage

public void testCreateEmptyMessage()
                            throws Exception
Overrides:
testCreateEmptyMessage in class AbstractWebServiceMessageFactoryTestCase
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

Spring Web Services Framework

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