org.apache.woden.internal.xml
Class ArgumentArrayAttrImpl
java.lang.Object
org.apache.woden.internal.xml.XMLAttrImpl
org.apache.woden.internal.xml.ArgumentArrayAttrImpl
- All Implemented Interfaces:
- ArgumentArrayAttr, XMLAttr
public class ArgumentArrayAttrImpl
- extends XMLAttrImpl
- implements ArgumentArrayAttr
This class represents an XML attribute information items whose type is a list
of pairs (xs:QName, xs:token) that obey the contraints of wrpc:signature as
defined in Part 2 of the WSDL 2.0 spec.
- Author:
- Arthur Ryman (ryman@ca.ibm.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArgumentArrayAttrImpl
public ArgumentArrayAttrImpl(XMLElement ownerEl,
QName attrType,
java.lang.String attrValue,
ErrorReporter errRpt)
throws WSDLException
- Throws:
WSDLException
getArgumentArray
public Argument[] getArgumentArray()
- Specified by:
getArgumentArray
in interface ArgumentArrayAttr
convert
protected java.lang.Object convert(XMLElement ownerEl,
java.lang.String attrValue)
throws WSDLException
- Specified by:
convert
in class XMLAttrImpl
- Throws:
WSDLException
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.