com.ebmwebsourcing.easybpel.extended.activities.configure.api
Interface ExtendedActivityConfiguration

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

public interface ExtendedActivityConfiguration
extends org.ow2.easywsdl.schema.api.XMLElement


Method Summary
 java.lang.String getClassName()
           
 java.lang.Class<? extends com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtendedActivity> getExtendedActivityClass()
           
 javax.xml.namespace.QName getTag()
           
 
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
 

Method Detail

getTag

javax.xml.namespace.QName getTag()

getClassName

java.lang.String getClassName()

getExtendedActivityClass

java.lang.Class<? extends com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtendedActivity> getExtendedActivityClass()
                                                                                                                                   throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException


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