org.apache.sandesha2.wsrm
Class CreateSequenceResponse
java.lang.Object
org.apache.sandesha2.wsrm.CreateSequenceResponse
- All Implemented Interfaces:
- IOMRMElement, IOMRMPart
- public class CreateSequenceResponse
- extends java.lang.Object
- implements IOMRMPart
Adds the CreateSequenceResponse body part.
- Author:
- Chamikara Jayalath , Sanka Samaranayaka , Saminda Abeyruwan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateSequenceResponse
public CreateSequenceResponse(org.apache.axis2.soap.SOAPFactory factory)
getOMElement
public org.apache.axis2.om.OMElement getOMElement()
throws org.apache.axis2.om.OMException
- Specified by:
getOMElement
in interface IOMRMElement
- Throws:
org.apache.axis2.om.OMException
fromOMElement
public java.lang.Object fromOMElement(org.apache.axis2.om.OMElement bodyElement)
throws org.apache.axis2.om.OMException
- Specified by:
fromOMElement
in interface IOMRMElement
- Throws:
org.apache.axis2.om.OMException
toOMElement
public org.apache.axis2.om.OMElement toOMElement(org.apache.axis2.om.OMElement bodyElement)
throws org.apache.axis2.om.OMException
- Specified by:
toOMElement
in interface IOMRMElement
- Throws:
org.apache.axis2.om.OMException
setIdentifier
public void setIdentifier(Identifier identifier)
getIdentifier
public Identifier getIdentifier()
setAccept
public void setAccept(Accept accept)
getAccept
public Accept getAccept()
getExpires
public Expires getExpires()
setExpires
public void setExpires(Expires expires)
toSOAPEnvelope
public void toSOAPEnvelope(org.apache.axis2.soap.SOAPEnvelope envelope)
- Specified by:
toSOAPEnvelope
in interface IOMRMPart
Copyright © 2005 Apache Web Services. All Rights Reserved.