Package org.ow2.petals.binding.soap.util
Class MarshallerTest
- java.lang.Object
-
- org.ow2.petals.binding.soap.util.MarshallerTest
-
public class MarshallerTest extends Object
Some tests mainly around the workaround introduced for PETALSBCSOAP-192- Author:
- vnoel
-
-
Constructor Summary
Constructors Constructor Description MarshallerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckcreateSOAPBody_FromDocumentSource_UsingNamespaceAwareAttribute()voidcheckcreateSOAPBody_FromDocumentSource_UsingNamespaceUnawareAttribute()voidcreateSOAPEnvelopeForBusinessError()Create a SOAP Fault associated to a business error extracted from a JBI Fault.
-
-
-
Method Detail
-
checkcreateSOAPBody_FromDocumentSource_UsingNamespaceUnawareAttribute
public void checkcreateSOAPBody_FromDocumentSource_UsingNamespaceUnawareAttribute() throws org.apache.axiom.soap.SOAPProcessingException, ParserConfigurationException- Throws:
org.apache.axiom.soap.SOAPProcessingExceptionParserConfigurationException
-
checkcreateSOAPBody_FromDocumentSource_UsingNamespaceAwareAttribute
public void checkcreateSOAPBody_FromDocumentSource_UsingNamespaceAwareAttribute() throws org.apache.axiom.soap.SOAPProcessingException, ParserConfigurationException- Throws:
org.apache.axiom.soap.SOAPProcessingExceptionParserConfigurationException
-
createSOAPEnvelopeForBusinessError
public void createSOAPEnvelopeForBusinessError()
Create a SOAP Fault associated to a business error extracted from a JBI Fault.
-
-