org.apache.sandesha2.wsrm
Interface IOMRMElement

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

public interface IOMRMElement


Method Summary
 java.lang.Object fromOMElement(org.apache.axiom.om.OMElement element)
           
 java.lang.String getNamespaceValue()
           
 boolean isNamespaceSupported(java.lang.String namespaceName)
           
 org.apache.axiom.om.OMElement toOMElement(org.apache.axiom.om.OMElement element)
           
 

Method Detail

getNamespaceValue

public java.lang.String getNamespaceValue()

fromOMElement

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

toOMElement

public org.apache.axiom.om.OMElement toOMElement(org.apache.axiom.om.OMElement element)
                                          throws org.apache.axiom.om.OMException,
                                                 SandeshaException
Throws:
org.apache.axiom.om.OMException
SandeshaException

isNamespaceSupported

public boolean isNamespaceSupported(java.lang.String namespaceName)


Copyright © 2005-2006 Apache Web Services. All Rights Reserved.