org.apache.sandesha.ws.rm
Class SequenceFault
java.lang.Object
MessageElement
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceFault
public SequenceFault()
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)