org.codehaus.activesoap.handler.stax
Interface AnyElementMarshaler
- All Known Implementing Classes:
- XMLBeansAnyElementMarshaler, XStreamAnyElementMarshaler
- public interface AnyElementMarshaler
Represents a strategy for parsing any element content
- Version:
- $Revision: 1.1 $
parseElement
public Object parseElement(XMLStreamReader in)
throws XMLStreamException
- Throws:
XMLStreamException
writeElement
public void writeElement(Object object,
XMLStreamWriter out)
throws XMLStreamException
- Throws:
XMLStreamException
Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.