org.apache.sandesha2.wsrm
Class SequenceFault
java.lang.Object
org.apache.sandesha2.wsrm.SequenceFault
- All Implemented Interfaces:
- IOMRMElement
- public class SequenceFault
- extends java.lang.Object
- implements IOMRMElement
Adds the SequenceFault header block.
- Author:
- Chamikara Jayalath , Sanka Samaranayaka , Saminda Abeyruwan
Constructor Summary |
SequenceFault(org.apache.axiom.soap.SOAPFactory factory,
java.lang.String namespaceValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceFault
public SequenceFault(org.apache.axiom.soap.SOAPFactory factory,
java.lang.String namespaceValue)
throws SandeshaException
getNamespaceValue
public java.lang.String getNamespaceValue()
- Specified by:
getNamespaceValue
in interface IOMRMElement
fromOMElement
public java.lang.Object fromOMElement(org.apache.axiom.om.OMElement body)
throws org.apache.axiom.om.OMException,
SandeshaException
- Specified by:
fromOMElement
in interface IOMRMElement
- Throws:
org.apache.axiom.om.OMException
SandeshaException
toOMElement
public org.apache.axiom.om.OMElement toOMElement(org.apache.axiom.om.OMElement body)
throws org.apache.axiom.om.OMException
- Specified by:
toOMElement
in interface IOMRMElement
- Throws:
org.apache.axiom.om.OMException
setFaultCode
public void setFaultCode(FaultCode faultCode)
getFaultCode
public FaultCode getFaultCode()
isNamespaceSupported
public boolean isNamespaceSupported(java.lang.String namespaceName)
- Specified by:
isNamespaceSupported
in interface IOMRMElement
Copyright © 2005-2006 Apache Web Services. All Rights Reserved.