StreamSourceBuilder (Apache Synapse 3.0.1 API) JavaScript is disabled on your browser. Skip navigation links Overview Package Class Use Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method org.apache.synapse.util.jaxp Class StreamSourceBuilder java.lang.Object org.apache.synapse.util.jaxp.StreamSourceBuilder All Implemented Interfaces: SourceBuilder public class StreamSourceBuilder extends Object implements SourceBuilder SourceBuilder implementation that serializes the AXIOM tree to OverflowBlob object and produces a StreamSource. Constructor Summary Constructors  Constructor and Description StreamSourceBuilder(SynapseEnvironment synEnv)  Method Summary All Methods Instance Methods Concrete Methods  Modifier and Type Method and Description Source getSource(org.apache.axiom.om.OMElement node) Get a Source implementation for the given AXIOM tree. void release() Release any resources associated with this object. Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait Constructor Detail StreamSourceBuilder public StreamSourceBuilder(SynapseEnvironment synEnv) Method Detail getSource public Source getSource(org.apache.axiom.om.OMElement node) Description copied from interface: SourceBuilder Get a Source implementation for the given AXIOM tree. Specified by: getSource in interface SourceBuilder Parameters: node - the root node of the AXIOM tree Returns: the source object release public void release() Description copied from interface: SourceBuilder Release any resources associated with this object. Specified by: release in interface SourceBuilder Skip navigation links Overview Package Class Use Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.