com.ebmwebsourcing.easybpel.model.bpel.api.wsdlImports
Interface Import

All Superinterfaces:
BPELElement, org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, Validator, org.ow2.easywsdl.schema.api.XMLElement
All Known Implementing Classes:
ImportImpl

public interface Import
extends BPELElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 org.ow2.easywsdl.extensions.wsdl4bpel.api.Description getDescription()
           
 java.net.URI getImportType()
           
 java.net.URI getLocation()
           
 java.net.URI getNamespace()
           
 org.ow2.easywsdl.schema.api.Schema getSchema()
           
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getNamespace

java.net.URI getNamespace()

getLocation

java.net.URI getLocation()

getImportType

java.net.URI getImportType()

getSchema

org.ow2.easywsdl.schema.api.Schema getSchema()

getDescription

org.ow2.easywsdl.extensions.wsdl4bpel.api.Description getDescription()


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.