org.ow2.petals.binding.soap.util
Class AxiomSOAPEnvelopeFlattener

java.lang.Object
  extended by org.ow2.petals.binding.soap.util.AxiomSOAPEnvelopeFlattener

public class AxiomSOAPEnvelopeFlattener
extends java.lang.Object

Author:
chamerling - eBM WebSourcing

Constructor Summary
AxiomSOAPEnvelopeFlattener()
           
 
Method Summary
 org.apache.axiom.soap.SOAPEnvelope flatten(org.apache.axiom.soap.SOAPEnvelope sourceEnv)
          Get back a soap envelope without the multiref elements.
 void flattenOMElement(org.apache.axiom.soap.SOAPFactory factory, org.apache.axiom.om.OMContainer targetParent, org.apache.axiom.om.OMElement sourceElement, java.util.Map<java.lang.String,org.apache.axiom.om.OMElement> multiref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxiomSOAPEnvelopeFlattener

public AxiomSOAPEnvelopeFlattener()
Method Detail

flatten

public org.apache.axiom.soap.SOAPEnvelope flatten(org.apache.axiom.soap.SOAPEnvelope sourceEnv)
                                           throws org.apache.axis2.AxisFault
Get back a soap envelope without the multiref elements.

Parameters:
-
Returns:
Throws:
org.apache.axis2.AxisFault

flattenOMElement

public void flattenOMElement(org.apache.axiom.soap.SOAPFactory factory,
                             org.apache.axiom.om.OMContainer targetParent,
                             org.apache.axiom.om.OMElement sourceElement,
                             java.util.Map<java.lang.String,org.apache.axiom.om.OMElement> multiref)


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.