com.ebmwebsourcing.commons.wsdl.api
Interface Include

All Superinterfaces:
java.io.Serializable, WSDLElement
All Known Subinterfaces:
Import
All Known Implementing Classes:
AbstractImportImpl, AbstractIncludeImpl, ImportImpl, ImportImpl, IncludeImpl

public interface Include
extends WSDLElement

This interface represents an include, and may contain a reference to the included definition.

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 Description getDescription()
          This property can be used to hang a referenced Definition, and the top-level Definition (i.e. the one with the <import>) will use this Definition when resolving referenced WSDL parts.
 java.lang.String getLocationURI()
          Get the location URI of this import.
 void setDescription(Description description)
          This property can be used to hang a referenced Definition, and the top-level Definition (i.e. the one with the <import>) will use this Definition when resolving referenced WSDL parts.
 void setLocationURI(java.lang.String locationURI)
          Set the location URI of this import.
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Method Detail

setLocationURI

void setLocationURI(java.lang.String locationURI)
Set the location URI of this import.

Parameters:
locationURI - the desired location URI

getLocationURI

java.lang.String getLocationURI()
Get the location URI of this import.


setDescription

void setDescription(Description description)
This property can be used to hang a referenced Definition, and the top-level Definition (i.e. the one with the <import>) will use this Definition when resolving referenced WSDL parts. This would need to be made into a generic reference to handle other types of referenced documents.


getDescription

Description getDescription()
This property can be used to hang a referenced Definition, and the top-level Definition (i.e. the one with the <import>) will use this Definition when resolving referenced WSDL parts. This would need to be made into a generic reference to handle other types of referenced documents.



Copyright © 2008 eBM WebSourcing. All Rights Reserved.