org.codehaus.activesoap.handler.stax
Interface AnyAttribute
- All Superinterfaces:
- ElementContent
- All Known Implementing Classes:
- AnyAttributeSupport
- public interface AnyAttribute
- extends ElementContent
A simple polymorphic API to make it easy to marshal from StaX for any type which supports
the extension via any attributes and can support an optional string value.
- Version:
- $Revision: 1.2 $
putValue
public void putValue(NamespaceContext namespaceContext,
String value)
putAttributeValue
public void putAttributeValue(NamespaceContext namespaceContext,
QName attributeName,
String attributeValue)
Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.