|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.util.jaxp.DOOMResultBuilder
public class DOOMResultBuilder
ResultBuilder implementation that produces a DOMResult with
an empty DOOM document. It reimports the document as a normal AXIOM tree
using ElementHelper.importOMElement(OMElement, org.apache.axiom.om.OMFactory).
| Constructor Summary | |
|---|---|
DOOMResultBuilder()
|
|
| Method Summary | |
|---|---|
OMElement |
getNode(Charset charset)
Get the result written to the Result as an OMElement. |
Result |
getResult()
Get a Result implementation that can be used with an XSL transformer. |
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 |
|---|
public DOOMResultBuilder()
| Method Detail |
|---|
public Result getResult()
ResultBuilderResult implementation that can be used with an XSL transformer.
getResult in interface ResultBuilderpublic OMElement getNode(Charset charset)
ResultBuilderResult as an OMElement.
Note that the exact behavior of this methos depends on the specified
ResultBuilderFactory.Output.
getNode in interface ResultBuildercharset - The charset encoding of the data that has been written
to the Result object. This information should only
be used in conjunction with ResultBuilderFactory.Output.TEXT.
public void release()
ResultBuilder
release in interface ResultBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||