org.apache.sandesha2.wsrm
Class MessagePending

java.lang.Object
  extended by org.apache.sandesha2.wsrm.MessagePending
All Implemented Interfaces:
RMHeaderPart

public class MessagePending
extends java.lang.Object
implements RMHeaderPart

Only RM11 namespace supported


Constructor Summary
MessagePending()
           
 
Method Summary
 java.lang.Object fromHeaderBlock(org.apache.axiom.soap.SOAPHeaderBlock messagePendingElement)
           
 boolean isPending()
           
 void setPending(boolean pending)
           
 void toHeader(org.apache.axiom.soap.SOAPHeader header)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessagePending

public MessagePending()
Method Detail

fromHeaderBlock

public java.lang.Object fromHeaderBlock(org.apache.axiom.soap.SOAPHeaderBlock messagePendingElement)
                                 throws org.apache.axiom.om.OMException,
                                        SandeshaException
Specified by:
fromHeaderBlock in interface RMHeaderPart
Throws:
org.apache.axiom.om.OMException
SandeshaException

isPending

public boolean isPending()

setPending

public void setPending(boolean pending)

toHeader

public void toHeader(org.apache.axiom.soap.SOAPHeader header)
Specified by:
toHeader in interface RMHeaderPart


Copyright © The Apache Software Foundation. All Rights Reserved.