org.codehaus.activesoap.policy.addressing
Class AnyAttributeSupport

java.lang.Object
  extended byorg.codehaus.activesoap.policy.addressing.AnyAttributeSupport
All Implemented Interfaces:
AnyAttribute, ElementContent
Direct Known Subclasses:
AttributedQName, AttributedURI, EndpointReferenceType

public abstract class AnyAttributeSupport
extends Object
implements AnyAttribute

Version:
$Revision: 1.1 $

Constructor Summary
AnyAttributeSupport()
           
 
Method Summary
 Map getOtherAttributes()
           
 void putAttributeValue(NamespaceContext namespaceContext, QName attributeName, String attributeValue)
           
 void writeAttributes(XMLStreamWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.activesoap.handler.stax.AnyAttribute
putValue
 
Methods inherited from interface org.codehaus.activesoap.handler.stax.ElementContent
writeContent
 

Constructor Detail

AnyAttributeSupport

public AnyAttributeSupport()
Method Detail

getOtherAttributes

public Map getOtherAttributes()

putAttributeValue

public void putAttributeValue(NamespaceContext namespaceContext,
                              QName attributeName,
                              String attributeValue)
Specified by:
putAttributeValue in interface AnyAttribute

writeAttributes

public void writeAttributes(XMLStreamWriter out)
                     throws XMLStreamException
Throws:
XMLStreamException


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.