org.codehaus.activesoap.handler.xmlbeans
Class XMLBeansAnyElementMarshaler

java.lang.Object
  extended byorg.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 $

Constructor Summary
XMLBeansAnyElementMarshaler()
           
 
Method Summary
 boolean isRepairingNamespace()
           
 Object parseElement(XMLStreamReader in)
           
 void setRepairingNamespace(boolean repairingNamespace)
           
 void writeElement(Object object, XMLStreamWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLBeansAnyElementMarshaler

public XMLBeansAnyElementMarshaler()
Method Detail

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.