org.apache.woden.wsdl20.xml
Interface IncludeElement
- All Superinterfaces:
- AttributeExtensible, DocumentableElement, ElementExtensible, WSDLElement
- All Known Implementing Classes:
- IncludeImpl
- public interface IncludeElement
- extends DocumentableElement
Represents the WSDL 2.0 <include> element.
- Author:
- John Kaputin (jkaputin@apache.org)
setLocation
public void setLocation(java.net.URI locURI)
getLocation
public java.net.URI getLocation()
setDescriptionElement
public void setDescriptionElement(DescriptionElement desc)
getDescriptionElement
public DescriptionElement getDescriptionElement()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.