org.apache.sandesha.ws.rm
Class SequenceFault

java.lang.Object
  extended byMessageElement
      extended byorg.apache.sandesha.ws.rm.SequenceFault
All Implemented Interfaces:
IRmElement

public class SequenceFault
extends MessageElement
implements IRmElement

This is the SequenceFault element.

Author:
Jaliya Ekanayake
See Also:
Serialized Form

Constructor Summary
SequenceFault()
           
 
Method Summary
 void addChildElement(MessageElement element)
          Method addChildElement
 SequenceFault fromSOAPEnveploe(SOAPHeaderElement headerElement)
           
 MessageElement getSequenceFault()
           
 MessageElement getSoapElement()
          Methode getSoapElement

This gives the soap element of the protocol element.

 void setSequenceFault(MessageElement sequenceFault)
           
 SOAPEnvelope toSoapEnvelop(SOAPEnvelope envelope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceFault

public SequenceFault()
Method Detail

getSoapElement

public MessageElement getSoapElement()
                              throws SOAPException
Description copied from interface: IRmElement
Methode getSoapElement

This gives the soap element of the protocol element. Each implementation must implement this method such that then it can be easily get the related soap element

Specified by:
getSoapElement in interface IRmElement
Returns:
the soap element
Throws:
SOAPException

toSoapEnvelop

public SOAPEnvelope toSoapEnvelop(SOAPEnvelope envelope)
                           throws java.lang.Exception
Throws:
java.lang.Exception

fromSOAPEnveploe

public SequenceFault fromSOAPEnveploe(SOAPHeaderElement headerElement)

addChildElement

public void addChildElement(MessageElement element)
                     throws SOAPException
Method addChildElement

Specified by:
addChildElement in interface IRmElement
Parameters:
element -
Throws:
SOAPException

getSequenceFault

public MessageElement getSequenceFault()

setSequenceFault

public void setSequenceFault(MessageElement sequenceFault)