org.troublescope.util
Class BetwixtUtils
java.lang.Object
|
+--org.troublescope.util.BetwixtUtils
- public class BetwixtUtils
- extends java.lang.Object
Utilities for manipulating Betwixt.
Method Summary |
static void |
configureIntrospector(org.apache.commons.betwixt.XMLIntrospector introspector)
Configure the given XMLIntrospector . |
static org.apache.commons.betwixt.io.BeanReader |
createBeanReader()
Create a new BeanReader . |
static org.apache.commons.betwixt.io.BeanWriter |
createBeanWriter(java.io.OutputStream out)
Create a configured instance of BeanWriter . |
static org.apache.commons.betwixt.io.BeanWriter |
createBeanWriter(java.io.Writer out)
Create a configured instance of BeanWriter . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BetwixtUtils
public BetwixtUtils()
createBeanReader
public static org.apache.commons.betwixt.io.BeanReader createBeanReader()
- Create a new
BeanReader
.
createBeanWriter
public static org.apache.commons.betwixt.io.BeanWriter createBeanWriter(java.io.OutputStream out)
- Create a configured instance of
BeanWriter
.
createBeanWriter
public static org.apache.commons.betwixt.io.BeanWriter createBeanWriter(java.io.Writer out)
- Create a configured instance of
BeanWriter
.
configureIntrospector
public static void configureIntrospector(org.apache.commons.betwixt.XMLIntrospector introspector)
- Configure the given
XMLIntrospector
.
Copyright © 2002-2002 TroubleScope. All Rights Reserved.