org.apache.sandesha2.util
Class SOAPFaultEnvelopeCreator

java.lang.Object
  extended by org.apache.sandesha2.util.SOAPFaultEnvelopeCreator

public class SOAPFaultEnvelopeCreator
extends java.lang.Object

Used to create an SOAP Envelope for a RM Related Fault. Support both SOAP 1.1 and SOAP 1.2 encoding.


Constructor Summary
SOAPFaultEnvelopeCreator()
           
 
Method Summary
static void addSOAPFaultEnvelope(org.apache.axis2.context.MessageContext faultMsgContext, int SOAPVersion, FaultData faultData, java.lang.String rmNamespaceValue)
          Adding the SOAP Fault Envelope.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPFaultEnvelopeCreator

public SOAPFaultEnvelopeCreator()
Method Detail

addSOAPFaultEnvelope

public static void addSOAPFaultEnvelope(org.apache.axis2.context.MessageContext faultMsgContext,
                                        int SOAPVersion,
                                        FaultData faultData,
                                        java.lang.String rmNamespaceValue)
                                 throws SandeshaException
Adding the SOAP Fault Envelope.

Parameters:
faultMsgContext -
SOAPVersion -
faultData -
Throws:
SandeshaException


Copyright © The Apache Software Foundation. All Rights Reserved.