com.ebmwebsourcing.easybpel.model.bpel.api.extension
Interface Extensions

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

public interface Extensions
extends BPELElement

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 Extension findExtension(java.lang.String namespace)
           
 java.util.List<Extension> getExtensions()
           
 
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, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 

Method Detail

getExtensions

java.util.List<Extension> getExtensions()

findExtension

Extension findExtension(java.lang.String namespace)


Copyright © 2011 Petals Link. All Rights Reserved.