org.ow2.petals.se.jsr181.utils
Class AxiomHelper

java.lang.Object
  extended by org.ow2.petals.se.jsr181.utils.AxiomHelper

public class AxiomHelper
extends java.lang.Object

An Apache AXIOM Helper.

Since:
1.0
Author:
Christophe HAMERLING - EBM WebSourcing

Constructor Summary
AxiomHelper()
           
 
Method Summary
static javax.xml.transform.Source createSource(org.apache.axiom.soap.SOAPEnvelope envelope)
          Creates the content of a JBI message (as a source) from a SOAP message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxiomHelper

public AxiomHelper()
Method Detail

createSource

public static javax.xml.transform.Source createSource(org.apache.axiom.soap.SOAPEnvelope envelope)
                                               throws java.lang.Exception
Creates the content of a JBI message (as a source) from a SOAP message.

Parameters:
envelope - the SOAP envelope
Returns:
a source
Throws:
java.lang.Exception - if something went wrong


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