org.codehaus.activesoap.handler.xmlbeans
Class XMLBeansAnyElementMarshaler
java.lang.Object
org.codehaus.activesoap.handler.xmlbeans.XMLBeansAnyElementMarshaler
- All Implemented Interfaces:
- AnyElementMarshaler
- public class XMLBeansAnyElementMarshaler
- extends Object
- implements AnyElementMarshaler
Parses any XML element using XMLBeans
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLBeansAnyElementMarshaler
public XMLBeansAnyElementMarshaler()
parseElement
public Object parseElement(XMLStreamReader in)
throws XMLStreamException
- Specified by:
parseElement
in interface AnyElementMarshaler
- Throws:
XMLStreamException
writeElement
public void writeElement(Object object,
XMLStreamWriter out)
throws XMLStreamException
- Specified by:
writeElement
in interface AnyElementMarshaler
- Throws:
XMLStreamException
isRepairingNamespace
public boolean isRepairingNamespace()
setRepairingNamespace
public void setRepairingNamespace(boolean repairingNamespace)
Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.