org.apache.synapse.util
Class AXIOMUtils

java.lang.Object
  extended by org.apache.synapse.util.AXIOMUtils

public class AXIOMUtils
extends Object

Utility class with AXIOM helper methods.


Method Summary
static Source asSource(OMNode node)
          Get a Source backed by a given AXIOM node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

asSource

public static Source asSource(OMNode node)
Get a Source backed by a given AXIOM node.

Parameters:
node - an AXIOM node
Returns:
a Source object that can be used with XSL transformers, schema validators, etc.


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.