Package org.ow2.petals.binding.soap.util
Class SOAPFlattenerTest
- java.lang.Object
-
- org.ow2.petals.binding.soap.util.SOAPFlattenerTest
-
public class SOAPFlattenerTest extends Object
- Author:
- Christophe Hamerling - EBM WebSourcing
-
-
Constructor Summary
Constructors Constructor Description SOAPFlattenerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestFlattenSOAPEnvelopeImbriquedIds()voidtestFlattenSOAPEnvelopeWithIdElement()Old flattener had problems when some elements local name are 'id' ones.voidtestFlattenSOAPEnvelopeWithIdElementInMultiref()voidtestNoMultiref()voidtesttestFlattenSOAPEnvelopeHrefInHeaderAndBody()voidtestTwoMultirefInBody()There are two multiref elements in the body so they need to be processed bothvoidtestWithIDAttribute()In the old version the ID disapears when no multiref was present...voidtestWithIDAttributeAndMultiref()Test with an ID attribute which is not a multref reference and with an ID which is one...
-
-
-
Method Detail
-
testTwoMultirefInBody
public void testTwoMultirefInBody() throws ExceptionThere are two multiref elements in the body so they need to be processed both- Throws:
Exception
-
testFlattenSOAPEnvelopeWithIdElement
public void testFlattenSOAPEnvelopeWithIdElement() throws ExceptionOld flattener had problems when some elements local name are 'id' ones. Test here if the element does not disapear.- Throws:
Exception
-
testFlattenSOAPEnvelopeWithIdElementInMultiref
public void testFlattenSOAPEnvelopeWithIdElementInMultiref() throws Exception- Throws:
Exception
-
testFlattenSOAPEnvelopeImbriquedIds
public void testFlattenSOAPEnvelopeImbriquedIds() throws Exception- Throws:
Exception
-
testtestFlattenSOAPEnvelopeHrefInHeaderAndBody
public void testtestFlattenSOAPEnvelopeHrefInHeaderAndBody() throws Exception- Throws:
Exception
-
testWithIDAttribute
public void testWithIDAttribute() throws ExceptionIn the old version the ID disapears when no multiref was present...- Throws:
Exception
-
-