org.apache.sandesha2.wsrm
Interface IOMRMPart

All Superinterfaces:
IOMRMElement
All Known Implementing Classes:
CloseSequence, CloseSequenceResponse, CreateSequence, CreateSequenceResponse, MakeConnection, TerminateSequence, TerminateSequenceResponse

public interface IOMRMPart
extends IOMRMElement

This is the base interface for RM infoset objects that are added directly so SOAPBody or SOAPHeader (we call them MessageParts).


Method Summary
 void toSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope)
           
 
Methods inherited from interface org.apache.sandesha2.wsrm.IOMRMElement
fromOMElement, getNamespaceValue, isNamespaceSupported, toOMElement
 

Method Detail

toSOAPEnvelope

void toSOAPEnvelope(org.apache.axiom.soap.SOAPEnvelope envelope)
                    throws org.apache.axis2.AxisFault
Throws:
org.apache.axis2.AxisFault


Copyright © The Apache Software Foundation. All Rights Reserved.