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 $

Method Summary
 void putAttributeValue(NamespaceContext namespaceContext, QName attributeName, String attributeValue)
           
 void putValue(NamespaceContext namespaceContext, String value)
           
 
Methods inherited from interface org.codehaus.activesoap.handler.stax.ElementContent
writeContent
 

Method Detail

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.