org.apache.woden.wsdl20.extensions
Interface ExtensionElement
- All Known Subinterfaces:
- HTTPHeaderElement, SOAPHeaderBlockElement, SOAPModuleElement
- All Known Implementing Classes:
- ExtensionElementImpl, HTTPHeaderImpl, SOAPHeaderBlockImpl, SOAPModuleImpl, UnknownExtensionElement
public interface ExtensionElement
This interface represents WSDL 2.0 extension elements. That is, any XML element
information items that appear as [children] of a WSDL 2.0 element and are not in
the WSDL 2.0 namespace (http://www.w3.org/ns/wsdl).
Based on a similar interface from WSDL4J element extensibility.
TODO change this URL if the WSDL 2.0 namespace changes before spec is finalized.
- Author:
- jkaputin@apache.org
setExtensionType
void setExtensionType(QName qname)
getExtensionType
QName getExtensionType()
setRequired
void setRequired(java.lang.Boolean required)
isRequired
java.lang.Boolean isRequired()
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.