Uses of Interface
org.apache.synapse.util.jaxp.SourceBuilder
-
Packages that use SourceBuilder Package Description org.apache.synapse.util.jaxp -
-
Uses of SourceBuilder in org.apache.synapse.util.jaxp
Classes in org.apache.synapse.util.jaxp that implement SourceBuilder Modifier and Type Class Description classAXIOMSourceBuilderSourceBuilderimplementation that transforms the AXIOM tree to SAX usingOMSource.classDOOMSourceBuilderSourceBuilderimplementation that transforms the AXIOM tree to DOOM and produces aDOMSource.classStreamSourceBuilderSourceBuilderimplementation that serializes the AXIOM tree toOverflowBlobobject and produces aStreamSource.Methods in org.apache.synapse.util.jaxp that return SourceBuilder Modifier and Type Method Description SourceBuilderAXIOMSourceBuilderFactory. createSourceBuilder(SynapseEnvironment synEnv)SourceBuilderDOOMSourceBuilderFactory. createSourceBuilder(SynapseEnvironment synEnv)SourceBuilderSourceBuilderFactory. createSourceBuilder(SynapseEnvironment synEnv)Create a newSourceBuilderinstance.SourceBuilderStreamSourceBuilderFactory. createSourceBuilder(SynapseEnvironment synEnv)
-