org.apache.sandesha2.wsrm
Interface IOMRMElement

All Known Subinterfaces:
IOMRMPart
All Known Implementing Classes:
Accept, AcknowledgementRange, AckRequested, AcksTo, Address, CreateSequence, CreateSequenceResponse, Expires, FaultCode, Identifier, LastMessage, MessageNumber, Nack, Sequence, SequenceAcknowledgement, SequenceFault, SequenceOffer, TerminateSequence

public interface IOMRMElement


Method Summary
 java.lang.Object fromOMElement(org.apache.axis2.om.OMElement element)
           
 org.apache.axis2.om.OMElement getOMElement()
           
 org.apache.axis2.om.OMElement toOMElement(org.apache.axis2.om.OMElement element)
           
 

Method Detail

getOMElement

public org.apache.axis2.om.OMElement getOMElement()
                                           throws org.apache.axis2.om.OMException
Throws:
org.apache.axis2.om.OMException

fromOMElement

public java.lang.Object fromOMElement(org.apache.axis2.om.OMElement element)
                               throws org.apache.axis2.om.OMException
Throws:
org.apache.axis2.om.OMException

toOMElement

public org.apache.axis2.om.OMElement toOMElement(org.apache.axis2.om.OMElement element)
                                          throws org.apache.axis2.om.OMException
Throws:
org.apache.axis2.om.OMException


Copyright © 2005 Apache Web Services. All Rights Reserved.