A B C D E F G H I J L M N O P Q R S T U V W X Y

A

ABSTRACT_PROCESS - Static variable in interface bexee.model.AttributeNames
abstractProcess attribute name
ADDRESS_ELEM - Static variable in class bexee.util.Constants
 
ASYNC_RESULT - Static variable in class bexee.core.Dispatcher
Result when processing an asynchronous result.
AbstractActivity - class bexee.model.activity.impl.AbstractActivity.
This is an abstract class to be used by all BPEL Activity implementations.
AbstractActivity() - Constructor for class bexee.model.activity.impl.AbstractActivity
Create a new AbstractActivity.
AbstractActivity(StandardAttributes) - Constructor for class bexee.model.activity.impl.AbstractActivity
Create a new AbstractActivity with the given StandardAttributes.
AbstractBPELElementVisitor - class bexee.model.AbstractBPELElementVisitor.
This is a default BPELElementVisitor which provides empty implementations of all visit(BPELElement) methods.
AbstractBPELElementVisitor() - Constructor for class bexee.model.AbstractBPELElementVisitor
 
AbstractExtensibilityElement - class bexee.wsdl.extensions.partnerlinktype.impl.AbstractExtensibilityElement.
A superclass to be used by all WSDL extensibility elements.
AbstractExtensibilityElement(QName, Boolean) - Constructor for class bexee.wsdl.extensions.partnerlinktype.impl.AbstractExtensibilityElement
Create an AbstractExtensibilityElement.
AbstractObjectCreationFactory - class bexee.model.xmltobpel.AbstractObjectCreationFactory.
This class should be used as superclass by all classes wishing to transform BPEL xml elements into corresponding objects.
AbstractObjectCreationFactory() - Constructor for class bexee.model.xmltobpel.AbstractObjectCreationFactory
 
Activity - interface bexee.model.activity.Activity.
This interface represents a BPEL activity.
Admin - class bexee.admin.Admin.
This class acts as a convenient Java front-end for the Managerclass instead of calling the Manager web service directly.
Admin() - Constructor for class bexee.admin.Admin
Create an instance of the Admin
Admin(String) - Constructor for class bexee.admin.Admin
Create an instance of the Admin with a give URL where bexee is located.
AdminException - exception bexee.admin.AdminException.
This class is used to indicate that something went wrong using the Adminclass.
AdminException() - Constructor for class bexee.admin.AdminException
 
AdminException(String) - Constructor for class bexee.admin.AdminException
 
AdminException(Throwable) - Constructor for class bexee.admin.AdminException
 
AdminException(String, Throwable) - Constructor for class bexee.admin.AdminException
 
AdminServlet - class bexee.web.AdminServlet.
This servlet serves as a user interface for bexee administration.
AdminServlet() - Constructor for class bexee.web.AdminServlet
 
Assign - interface bexee.model.activity.Assign.
Representation of a BPEL Assign activity.
AssignImpl - class bexee.model.activity.impl.AssignImpl.
This is a default implementation of the Assign activity.
AssignImpl() - Constructor for class bexee.model.activity.impl.AssignImpl
 
AssignImpl(StandardAttributes) - Constructor for class bexee.model.activity.impl.AssignImpl
 
AssignImplFactory - class bexee.model.xmltobpel.AssignImplFactory.
This class is used by the Digester for the transformation of Assign activities from a BPEL document into AssignImpl objects.
AssignImplFactory() - Constructor for class bexee.model.xmltobpel.AssignImplFactory
 
AtomicActivityVisitor - class bexee.model.AtomicActivityVisitor.
This is an abstact visitor which should be used as a superclass for all visitors which wish to visit basic activities only.
AtomicActivityVisitor() - Constructor for class bexee.model.AtomicActivityVisitor
 
AttributeNames - interface bexee.model.AttributeNames.
This is an interface with attribute names.
AwaitMessageException - exception bexee.core.AwaitMessageException.
While the Process Controller is executing a process, it will necessarily arrive at a Receive activity without the message for the receive, there the process execution must stop and wait for a right message to resume execution.
AwaitMessageException(Receive) - Constructor for class bexee.core.AwaitMessageException
Create an AwaitMessageException with the correspondent receive, where it stopped.
accept(ProcessController, ProcessInstance) - Method in interface bexee.model.BPELElement
Accept a ProcessController and a ProcessInstance.
accept(BPELElementVisitor) - Method in interface bexee.model.BPELElement
Accept a BPELElementVisitor which will visit this BPEL element.
accept(ProcessController, ProcessInstance) - Method in class bexee.model.activity.impl.AssignImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.activity.impl.AssignImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.activity.impl.CompensateImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.activity.impl.CompensateImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.activity.impl.EmptyImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.activity.impl.EmptyImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.activity.impl.FlowImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.activity.impl.FlowImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.activity.impl.InvokeImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.activity.impl.InvokeImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.activity.impl.ReceiveImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.activity.impl.ReceiveImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.activity.impl.ReplyImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.activity.impl.ReplyImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.activity.impl.ScopeImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.activity.impl.ScopeImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.activity.impl.SequenceImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.activity.impl.SequenceImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.activity.impl.SwitchImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.activity.impl.SwitchImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.activity.impl.TerminateImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.activity.impl.TerminateImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.activity.impl.ThrowImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.activity.impl.ThrowImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.elements.impl.CopyImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.elements.impl.CopyImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.elements.impl.CorrelationImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.elements.impl.CorrelationImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.elements.impl.CorrelationPatternImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.elements.impl.CorrelationPatternImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.elements.impl.LinkImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.elements.impl.LinkImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.elements.impl.PartnerLinkImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.elements.impl.PartnerLinkImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.elements.impl.PartnerLinksImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.elements.impl.PartnerLinksImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.elements.impl.VariableImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.elements.impl.VariableImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.elements.impl.VariablesImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.elements.impl.VariablesImpl
 
accept(ProcessController, ProcessInstance) - Method in class bexee.model.process.impl.ProcessImpl
 
accept(BPELElementVisitor) - Method in class bexee.model.process.impl.ProcessImpl
 
activity(Activity) - Method in class bexee.model.activity.impl.FlowImpl
 
activity(Activity) - Method in class bexee.model.activity.impl.SequenceImpl
 
activity(Activity) - Method in class bexee.model.activity.impl.SwitchImpl
 
activity(Activity) - Method in class bexee.model.elements.impl.BpelCaseImpl
 
activity(Activity) - Method in class bexee.model.process.impl.ProcessImpl
 
addActivity(Activity) - Method in interface bexee.model.activity.Flow
Add a BPEL activity to this Flow.
addActivity(Activity) - Method in interface bexee.model.activity.Sequence
Add an activity to the activities contained in this sequence structured activitiy.
addActivity(int, Activity) - Method in interface bexee.model.activity.Sequence
Add an activity to the activities contained in this sequence structured activitiy.
addActivity(Activity) - Method in class bexee.model.activity.impl.FlowImpl
 
addActivity(Activity) - Method in class bexee.model.activity.impl.SequenceImpl
 
addActivity(int, Activity) - Method in class bexee.model.activity.impl.SequenceImpl
 
addBinding(Definition, String) - Method in class bexee.wsdl.WSDLBindingFactory
Add a binding information to the Definitions instance.
addCase(BpelCase) - Method in interface bexee.model.activity.Switch
 
addCase(BpelCase) - Method in class bexee.model.activity.impl.SwitchImpl
 
addCatchFault(CatchFault) - Method in interface bexee.model.activity.Invoke
Add a Catch to this Invoke.
addCatchFault(CatchFault) - Method in class bexee.model.activity.impl.InvokeImpl
 
addCatchFault(CatchFault) - Method in interface bexee.model.elements.FaultHandlers
 
addCorrelation(Correlation) - Method in interface bexee.model.elements.Correlations
 
addCorrelationSet(CorrelationSet) - Method in interface bexee.model.elements.CorrelationSets
Add a CorrelationSet.
addEvent(Event) - Method in class bexee.core.ProcessContext
Add an Event to this ProcessContext.
addLink(Link) - Method in interface bexee.model.elements.Links
 
addOnAlarm(OnAlarm) - Method in interface bexee.model.elements.EventHandlers
 
addOnMessage(OnMessage) - Method in interface bexee.model.elements.EventHandlers
 
addPartner(Partner) - Method in interface bexee.model.elements.Partners
 
addPartnerLink(PartnerLink) - Method in interface bexee.model.elements.PartnerLinks
 
addPartnerLink(PartnerLink) - Method in class bexee.model.elements.impl.PartnerLinksImpl
 
addPartnerWSDL(FileSet) - Method in class bexee.ant.DeployTask
Additional WSDL files describing partner Web Services.
addPartnerWSDL(Definition) - Method in interface bexee.model.process.BPELProcess
Add a partner's WSDL description.
addPartnerWSDL(List) - Method in interface bexee.model.process.BPELProcess
Add partner's WSDL descriptions.
addPartnerWSDL(Definition) - Method in class bexee.model.process.impl.BPELProcessImpl
 
addPartnerWSDL(List) - Method in class bexee.model.process.impl.BPELProcessImpl
 
addProperty(QName) - Method in interface bexee.model.elements.CorrelationSet
 
addSource(Source) - Method in interface bexee.model.activity.Activity
Declare this activity as a named link source.
addSource(Source) - Method in class bexee.model.activity.impl.AbstractActivity
 
addTarget(Target) - Method in interface bexee.model.activity.Activity
Declare this activity as a named link target.
addTarget(Target) - Method in class bexee.model.activity.impl.AbstractActivity
 
addVariable(Variable) - Method in interface bexee.model.elements.Variables
 
addVariable(Variable) - Method in class bexee.model.elements.impl.VariablesImpl
 

B

BINDING_ELEM - Static variable in class bexee.util.Constants
 
BODY_ELEM - Static variable in class bexee.util.Constants
 
BPELDocumentException - exception bexee.model.BPELDocumentException.
This exception class is used to signalize that a BPEL document is not valid.
BPELDocumentException(String, Throwable) - Constructor for class bexee.model.BPELDocumentException
Construct a BPELDocumentException with a message and the cause specified.
BPELDocumentException(Throwable) - Constructor for class bexee.model.BPELDocumentException
Construct a BPELDocumentException with a cause specified.
BPELElement - interface bexee.model.BPELElement.
This interface is a superinterface for all BPEL elements and activities.
BPELElementFactory - class bexee.model.xmltobpel.BPELElementFactory.
This is a factory for the creation of BPEL process elements.
BPELElementFactory() - Constructor for class bexee.model.xmltobpel.BPELElementFactory
Create a BPELElementFactory object and initialize it.
BPELElementVisitor - interface bexee.model.BPELElementVisitor.
This is a Visitor interface for BPEL process traversal.
BPELProcess - interface bexee.model.process.BPELProcess.
This class represents a BPEL process with all necessary additional information, e.g. its WSDL description, partner WSDLs etc.
BPELProcessDAO - interface bexee.dao.BPELProcessDAO.
The BPELProcessDAO abstracts the underlying data access implementation for BPELProcess objects to enable transparent access to the data source.
BPELProcessFactory - class bexee.model.BPELProcessFactory.
Abstract class for creating BPELProcessFactory implementations.
BPELProcessFactory() - Constructor for class bexee.model.BPELProcessFactory
 
BPELProcessFactoryImpl - class bexee.model.BPELProcessFactoryImpl.
This is a factory class used for the creation of object representations of BPEL processes.
BPELProcessFactoryImpl() - Constructor for class bexee.model.BPELProcessFactoryImpl
 
BPELProcessImpl - class bexee.model.process.impl.BPELProcessImpl.
A default implementation of a BPELProcess.
BPELProcessImpl() - Constructor for class bexee.model.process.impl.BPELProcessImpl
 
BexeeEngineConfigurationFactory - class bexee.axis.BexeeEngineConfigurationFactory.
This class has exactly the same behaviour as its parent except that it uses a different server configuration file.
BexeeEngineConfigurationFactory(ServletConfig) - Constructor for class bexee.axis.BexeeEngineConfigurationFactory
Create the default engine configuration with the modified server config file.
BexeeMessage - class bexee.core.BexeeMessage.
This class is used for crossing the bridge between Axis and bexee in both ways.
BexeeMessage() - Constructor for class bexee.core.BexeeMessage
Creates a new BexeeMessage.
BexeeProperties - class bexee.util.BexeeProperties.
Provides a convenient way for accessing system properties and bexee properties of which the latter are stored in a file called bexee.properties and must be somewhere in the classpath.
BexeeProperties() - Constructor for class bexee.util.BexeeProperties
 
BexeeProvider - class bexee.axis.BexeeProvider.
This is the Axis provider (also commonly called pivot handler) used by all deployed BPEL process web services.
BexeeProvider() - Constructor for class bexee.axis.BexeeProvider
 
BexeeWSDDProvider - class bexee.axis.BexeeWSDDProvider.
Provides a mean of how this provider can be referenced in a wsdd.
BexeeWSDDProvider() - Constructor for class bexee.axis.BexeeWSDDProvider
 
BooleanExpression - interface bexee.model.expression.BooleanExpression.
Representation of a boolean expression.
BooleanExpressionImpl - class bexee.model.expression.impl.BooleanExpressionImpl.
A default implementation of the BooleanExpression.
BooleanExpressionImpl(String) - Constructor for class bexee.model.expression.impl.BooleanExpressionImpl
 
BooleanUtils - class bexee.util.BooleanUtils.
Utility class for boolean values.
BooleanUtils() - Constructor for class bexee.util.BooleanUtils
 
BpelCase - interface bexee.model.elements.BpelCase.
This interface is used to represent a case element within the Switch activity.
BpelCaseImpl - class bexee.model.elements.impl.BpelCaseImpl.
Default implementation of the BpelCase BPEL element.
BpelCaseImpl() - Constructor for class bexee.model.elements.impl.BpelCaseImpl
 
BpelCaseImplFactory - class bexee.model.xmltobpel.BpelCaseImplFactory.
This class is used by the Digester for the transformation of Switch Case elements from a BPEL document into BpelCaseImpl objects.
BpelCaseImplFactory() - Constructor for class bexee.model.xmltobpel.BpelCaseImplFactory
 
bexee - Static variable in class bexee.util.BexeeProperties
 
bexee.admin - package bexee.admin
bexee Administration package.
bexee.ant - package bexee.ant
bexee Ant Tasks.
bexee.axis - package bexee.axis
Axis integration package.
bexee.core - package bexee.core
Core classes and interfaces of the bexee engine.
bexee.dao - package bexee.dao
Persistence package; a "Data Access Object" pattern implementation for bexee.
bexee.ecs - package bexee.ecs
A package with classes for simplyfied usage of the org.apache.ecs library.
bexee.event - package bexee.event
bexee Event package.
bexee.model - package bexee.model
Java representation of the BPEL language.
bexee.model.activity - package bexee.model.activity
This package contains all interfaces representing BPEL activities as specified in the bpel4ws.xsd XML Schema.
bexee.model.activity.impl - package bexee.model.activity.impl
This package contains default implementations of the interfaces from the bexee.model.activity package.
bexee.model.elements - package bexee.model.elements
This package contains all interfaces representing BPEL elements as specified in the bpel4ws.xsd XML Schema.
bexee.model.elements.impl - package bexee.model.elements.impl
This package contains default implementations of the interfaces from the bexee.model.elements package.
bexee.model.expression - package bexee.model.expression
This package contains all interfaces representing BPEL expressions as specified in the bpel4ws.xsd XML Schema.
bexee.model.expression.impl - package bexee.model.expression.impl
This package contains default implementations of the interfaces from the bexee.model.expression package.
bexee.model.process - package bexee.model.process
This package contains interface which are used in order to represent a BPEL process.
bexee.model.process.impl - package bexee.model.process.impl
This package contains default implementations for the bexee.model.process package.
bexee.model.xmltobpel - package bexee.model.xmltobpel
This package contains BPEL process element and activity factories used by the Digester.
bexee.util - package bexee.util
bexee common utility classes.
bexee.web - package bexee.web
bexee web interface package.
bexee.wsdl - package bexee.wsdl
bexee WSDL extensions.
bexee.wsdl.extensions.partnerlinktype - package bexee.wsdl.extensions.partnerlinktype
BPEL PartnerLinkType WSDL extension.
bexee.wsdl.extensions.partnerlinktype.impl - package bexee.wsdl.extensions.partnerlinktype.impl
BPEL PartnerLinkType WSDL extension default implementation.
buildInputArray(InputStream, InputStream, List) - Method in class bexee.admin.Admin
 

C

CONDITION - Static variable in interface bexee.model.AttributeNames
condition attribute name
CREATE_INSTANCE - Static variable in interface bexee.model.AttributeNames
createInstance attribute name
CatchAll - interface bexee.model.activity.CatchAll.
Representation of a Catch BPEL element.
CatchFault - interface bexee.model.elements.CatchFault.
Representation of the CatchFault BPEL element.
Compensate - interface bexee.model.activity.Compensate.
Representation of a Compensate BPEL element.
CompensateImpl - class bexee.model.activity.impl.CompensateImpl.
Default implementation of the Compensate BPEL activity.
CompensateImpl() - Constructor for class bexee.model.activity.impl.CompensateImpl
 
CompensateImpl(StandardAttributes) - Constructor for class bexee.model.activity.impl.CompensateImpl
 
CompensationHandler - interface bexee.model.activity.CompensationHandler.
Representation of a CompensationHandler BPEL element.
Constants - class bexee.util.Constants.
Contains a number of constants that are used throughout the project.
Constants() - Constructor for class bexee.util.Constants
 
Copy - interface bexee.model.elements.Copy.
Representation of the Copy BPEL element.
CopyImpl - class bexee.model.elements.impl.CopyImpl.
Default implementation of the Copy BPEL element.
CopyImpl() - Constructor for class bexee.model.elements.impl.CopyImpl
 
Correlation - interface bexee.model.elements.Correlation.
Representation of the Correlation BPEL element.
CorrelationImpl - class bexee.model.elements.impl.CorrelationImpl.
Default implementation of the Correlation BPEL element.
CorrelationImpl() - Constructor for class bexee.model.elements.impl.CorrelationImpl
 
CorrelationPattern - interface bexee.model.elements.CorrelationPattern.
Representation of the CorrelationPattern BPEL element.
CorrelationPatternImpl - class bexee.model.elements.impl.CorrelationPatternImpl.
Default implementation of the CorrelationPattern BPEL element.
CorrelationPatternImpl() - Constructor for class bexee.model.elements.impl.CorrelationPatternImpl
 
CorrelationSet - interface bexee.model.elements.CorrelationSet.
Representation of the CorrelationSet BPEL element.
CorrelationSets - interface bexee.model.elements.CorrelationSets.
Representation of the CorrelationSets BPEL element.
Correlations - interface bexee.model.elements.Correlations.
Representation of the Correlations BPEL element.
CorrelationsImplFactory - class bexee.model.xmltobpel.CorrelationsImplFactory.
This class is used by the Digester for the transformation of Correlations elements from a BPEL document into CorrelationImpl objects.
CorrelationsImplFactory() - Constructor for class bexee.model.xmltobpel.CorrelationsImplFactory
 
controller - Variable in class bexee.core.Dispatcher
 
createAssign(StandardAttributes) - Method in class bexee.model.xmltobpel.BPELElementFactory
Describe createAssign method here.
createBPELProcess(String) - Method in class bexee.admin.Manager
Create a new BPELProcess given a bpel xml document.
createBPELProcess(InputStream) - Method in class bexee.model.BPELProcessFactory
The concrete factories will have to implement this method.
createBPELProcess(InputStream) - Method in class bexee.model.BPELProcessFactoryImpl
Create a BPELProcess for the BPEL document passed as an InputStream.
createBPELProcessDAO() - Method in class bexee.dao.DAOFactory
The concrete factories will have to implement this method.
createBPELProcessDAO() - Method in class bexee.dao.JDODAOFactory
 
createBPELProcessDAO() - Method in class bexee.dao.MemoryDAOFactory
 
createBexeeMessage(String, String, Vector) - Method in class bexee.axis.BexeeProvider
Helper method to create the BexeeMessage
createBpelCase(String) - Method in class bexee.model.xmltobpel.BPELElementFactory
Create a new BpelCase for the use within a Switch activity.
createCall(String) - Method in class bexee.admin.Admin
Create Axis call to service.
createCorrelation(String, String, String) - Method in class bexee.model.xmltobpel.BPELElementFactory
Create a Correlation with all parameters.
createCorrelationPattern(String) - Method in class bexee.model.xmltobpel.BPELElementFactory
Create a CorrelationPattern with a patternString.
createExtension(Class, QName) - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 
createFrom(String, String, String, String, String, String, String) - Method in class bexee.model.xmltobpel.BPELElementFactory
Create a From with all possible attributes.
createInvoke(StandardAttributes, String, String, String, String, String) - Method in class bexee.model.xmltobpel.BPELElementFactory
Create an Invoke Activity with all possible attributes.
createObject(Attributes) - Method in class bexee.model.xmltobpel.AssignImplFactory
Create a AssignImpl activity instance using delegation to a BPELElementFactory.
createObject(Attributes) - Method in class bexee.model.xmltobpel.BpelCaseImplFactory
Prepare BpelCase elemenmt values and delegate object creation to the BPELElementFactory.
createObject(Attributes) - Method in class bexee.model.xmltobpel.CorrelationsImplFactory
Create a CorrelationImpl instance using delegation to a BPELElementFactory.
createObject(Attributes) - Method in class bexee.model.xmltobpel.FromImplFactory
Create a FromImpl instance using delegation to a BPELElementFactory.
createObject(Attributes) - Method in class bexee.model.xmltobpel.InvokeImplFactory
Create a InvokeImpl activity instance using delegation to a BPELElementFactory.
createObject(Attributes) - Method in class bexee.model.xmltobpel.PartnerLinkImplFactory
Create a PartnerLinkImpl instance using delegation to a BPELElementFactory.
createObject(Attributes) - Method in class bexee.model.xmltobpel.ProcessImplFactory
Create a ProcessImpl activity instance using delegation to a BPELElementFactory.
createObject(Attributes) - Method in class bexee.model.xmltobpel.ReceiveImplFactory
Create a ReceiveImpl activity instance using delegation to a BPELElementFactory.
createObject(Attributes) - Method in class bexee.model.xmltobpel.ReplyImplFactory
Prepare Reply activity values and delegate object creation to the BPELElementFactory.
createObject(Attributes) - Method in class bexee.model.xmltobpel.SwitchImplFactory
Prepare Switch activity values and delegate object creation to the BPELElementFactory.
createObject(Attributes) - Method in class bexee.model.xmltobpel.ToImplFactory
Create a ToImpl instance using delegation to a BPELElementFactory.
createObject(Attributes) - Method in class bexee.model.xmltobpel.VariableImplFactory
Create a VariableImpl instance using delegation to a BPELElementFactory.
createPartnerLink(String, String, String, String) - Method in class bexee.model.xmltobpel.BPELElementFactory
Create a PartnerLink with all possible attributes.
createProcess(String, String, String, String, String, String, String, String, Map) - Method in class bexee.model.xmltobpel.BPELElementFactory
Create a Process instance with all possible attributes.
createProcessContextDAO() - Method in class bexee.dao.DAOFactory
The concrete factories will have to implement this method.
createProcessContextDAO() - Method in class bexee.dao.JDODAOFactory
 
createProcessContextDAO() - Method in class bexee.dao.MemoryDAOFactory
 
createProcessController() - Static method in class bexee.core.ProcessControllerFactory
Creates a new ProcessController.
createReceive(StandardAttributes, String, String, String, String, String) - Method in class bexee.model.xmltobpel.BPELElementFactory
Create a Receive Activity with all possible attributes.
createReply(StandardAttributes, String, String, String, String, String) - Method in class bexee.model.xmltobpel.BPELElementFactory
Describe createReply method here.
createSequence(StandardAttributes) - Method in class bexee.model.xmltobpel.BPELElementFactory
Create a new Sequence BPEL activity.
createSwitch(StandardAttributes) - Method in class bexee.model.xmltobpel.BPELElementFactory
Describe createSwitch method here.
createTo(String, String, String, String) - Method in class bexee.model.xmltobpel.BPELElementFactory
Create a To with all possible attributes.
createVariable(String, String, String, String) - Method in class bexee.model.xmltobpel.BPELElementFactory
Create a Variable with all possible attributes.
createVariables() - Method in class bexee.model.xmltobpel.BPELElementFactory
Describe createVariables method here.

D

DAOException - exception bexee.dao.DAOException.
This class is used to indicate that something went wrong trying to insert, find, update etc. in a DAO class.
DAOException(String) - Constructor for class bexee.dao.DAOException
 
DAOException(String, Throwable) - Constructor for class bexee.dao.DAOException
 
DAOException(Throwable) - Constructor for class bexee.dao.DAOException
 
DAOFactory - class bexee.dao.DAOFactory.
Abstract factory class for constructing various types of DAOFactory implementations, each factory supporting a different type of persistent storage implementation.
DAOFactory() - Constructor for class bexee.dao.DAOFactory
 
DEFAULT_ABSTRACT_PROCESS - Static variable in interface bexee.model.process.Process
Default value for the abstractness of a BPEL process.
DEFAULT_CREATE_ACTIVITY - Static variable in interface bexee.model.activity.Receive
Default createInstance property value.
DEFAULT_ENABLE_INSTANCE_COMPENSATION - Static variable in interface bexee.model.process.Process
Default instance compensation value.
DEFAULT_EXPRESSION_LANGUAGE - Static variable in interface bexee.model.process.Process
Default expression language.
DEFAULT_QUERY_LANGUAGE - Static variable in interface bexee.model.process.Process
Default query language.
DEFAULT_STYLE - Static variable in class bexee.util.Constants
 
DEFAULT_SUPPRESS_JOIN_FAILURE - Static variable in interface bexee.model.activity.Activity
The default value for the suppressJoinFailure property.
DEFAULT_SUPPRESS_JOIN_FAILURE - Static variable in interface bexee.model.process.Process
Default suppress join failure value.
DEFAULT_USE - Static variable in class bexee.util.Constants
 
DOCUMENT_STYLE - Static variable in class bexee.util.Constants
 
DONE - Static variable in class bexee.event.Event
 
DeadlineExpression - interface bexee.model.expression.DeadlineExpression.
Representation of a deadline expression.
DeadlineExpressionImpl - class bexee.model.expression.impl.DeadlineExpressionImpl.
A default implementation of the DeadlineExpression.
DeadlineExpressionImpl(String) - Constructor for class bexee.model.expression.impl.DeadlineExpressionImpl
 
DeployTask - class bexee.ant.DeployTask.
Deploys a BPEL process to bexee.
DeployTask() - Constructor for class bexee.ant.DeployTask
 
DeploymentException - exception bexee.admin.DeploymentException.
This class is used to indicate that something went wrong when trying to deploy a BPEL process to the bexee and Axis engines.
DeploymentException(String) - Constructor for class bexee.admin.DeploymentException
 
DeploymentException(String, Throwable) - Constructor for class bexee.admin.DeploymentException
 
DeploymentException(Throwable) - Constructor for class bexee.admin.DeploymentException
 
Dispatcher - class bexee.core.Dispatcher.
This class is used to lookup or create a ProcessInstance given an inbound BexeeMessage and dispatch the message to the ProcessControllereither synchronously or asynchronoulsy.
Dispatcher(BexeeMessage) - Constructor for class bexee.core.Dispatcher
Creates a new Dispatcher object.
DispatcherException - exception bexee.core.DispatcherException.
This class is used to indicate that something went wrong when trying to dispatch an inbound message to the ProcessController.
DispatcherException(String) - Constructor for class bexee.core.DispatcherException
Create a new DispatcherException with a message string.
DispatcherException(String, Throwable) - Constructor for class bexee.core.DispatcherException
Create a new DispatcherException with a message string and a Throwable cause.
DispatcherException(Throwable) - Constructor for class bexee.core.DispatcherException
Create a new DispatcherException with cause Throwable.
DurationExpression - interface bexee.model.expression.DurationExpression.
Representation of a duration expression.
DurationExpressionImpl - class bexee.model.expression.impl.DurationExpressionImpl.
A default implementation of the DurationExpression.
DurationExpressionImpl(String) - Constructor for class bexee.model.expression.impl.DurationExpressionImpl
 
delete(String) - Method in interface bexee.dao.BPELProcessDAO
Deletes a BPELProcess given its name.
delete(String) - Method in class bexee.dao.JDOBPELProcessDAO
 
delete(String) - Method in class bexee.dao.JDOProcessContextDAO
 
delete(String) - Method in class bexee.dao.MemoryBPELProcessDAO
 
delete(String) - Method in class bexee.dao.MemoryProcessContextDAO
 
delete(String) - Method in interface bexee.dao.ProcessContextDAO
Deletes a ProcessContext given its key.
deleteAll() - Method in interface bexee.dao.BPELProcessDAO
Deletes a *ALL* BPELProcess es.
deleteAll() - Method in class bexee.dao.JDOBPELProcessDAO
 
deleteAll() - Method in class bexee.dao.MemoryBPELProcessDAO
 
deploy(File, File) - Method in class bexee.admin.Admin
Deploy a BPEL business process together with its WSDL.
deploy(InputStream, InputStream) - Method in class bexee.admin.Admin
Deploy a BPEL business process together with its WSDL.
deploy(File, File, File) - Method in class bexee.admin.Admin
Deploy a BPEL business process together with its WSDL and one partner WSDL description.
deploy(File, File, List) - Method in class bexee.admin.Admin
Deploy a BPEL business process together with its WSDL and its partner WSDL descriptions.
deploy(InputStream, InputStream, InputStream) - Method in class bexee.admin.Admin
Deploys a new BPEL process to bexee.
deploy(InputStream, InputStream, List) - Method in class bexee.admin.Admin
Deploys a new BPEL process to bexee.This method will invoke the Manager web service and pass it the documents.
deploy(String[]) - Method in class bexee.admin.Manager
Deploys a BPEL process to the bexee engine and registers it in Axis as a web service.
dispatch(BexeeMessage) - Method in class bexee.axis.BexeeProvider
Call dispatcher to kick off the process controller and return result
dispatch() - Method in class bexee.core.Dispatcher
Calls the ProcessControllers ProcessController.processMessage(ProcessInstance, BexeeMessage) method either synchronously or asynchronously.

E

ELEMENT - Static variable in interface bexee.model.AttributeNames
element attribute name
ENABLE_INSTANCE_COMPESATION - Static variable in interface bexee.model.AttributeNames
enableInstanceCompensation attribute name
ENCODED - Static variable in class bexee.util.Constants
 
ENCODING_STYLE - Static variable in class bexee.util.Constants
 
ENCODING_STYLES - Static variable in class bexee.util.Constants
 
ENDPOINT_REFERENCE - Static variable in interface bexee.model.AttributeNames
endpointReference attribute name
EXPRESSION - Static variable in interface bexee.model.AttributeNames
expression attribute name
EXPRESSION_LANGUAGE - Static variable in interface bexee.model.AttributeNames
expressionLanguage attribute name
Empty - interface bexee.model.activity.Empty.
Representation of a BPEL Empy activity.
EmptyImpl - class bexee.model.activity.impl.EmptyImpl.
Default implementation of the Empty activity.
EmptyImpl() - Constructor for class bexee.model.activity.impl.EmptyImpl
 
EmptyImpl(StandardAttributes) - Constructor for class bexee.model.activity.impl.EmptyImpl
 
Event - class bexee.event.Event.
In bexee, all BPEL process instances are represented with a ProcessContext.
Event(Activity) - Constructor for class bexee.event.Event
Create a new Event instance with a given Activity.
EventHandlers - interface bexee.model.elements.EventHandlers.
Representation of the EventHandlers BPEL element.
Expression - interface bexee.model.expression.Expression.
This interface should be used as a superinterface by all other expressions.
ExpressionImpl - class bexee.model.expression.impl.ExpressionImpl.
Abstract superclass to be used by all expression implementations.
ExpressionImpl(String) - Constructor for class bexee.model.expression.impl.ExpressionImpl
 
equals(Object) - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 
evaluate() - Method in interface bexee.model.expression.Expression
Evaluate the expression litteral and return a boolean.
evaluate() - Method in class bexee.model.expression.impl.BooleanExpressionImpl
 
evaluate() - Method in class bexee.model.expression.impl.DeadlineExpressionImpl
 
evaluate() - Method in class bexee.model.expression.impl.DurationExpressionImpl
 
evaluate() - Method in class bexee.model.expression.impl.ExpressionImpl
 
execute() - Method in class bexee.ant.DeployTask
Deploys the process to bexee.
execute() - Method in class bexee.ant.StartTask
Starts the process on bexee.
execute() - Method in class bexee.ant.UndeployTask
Undeploys the process from bexee.

F

FAULT_ELEM - Static variable in class bexee.util.Constants
 
FAULT_NAME - Static variable in interface bexee.model.AttributeNames
faultName attribute name
FILE_NAME - Static variable in class bexee.util.BexeeProperties
 
FaultHandlers - interface bexee.model.elements.FaultHandlers.
Representation of the FaultHandlers BPEL element.
FindCreateReceivesVisitor - class bexee.model.FindCreateReceivesVisitor.
This implementation of a BPELElementVisitor allows finding all Receive activities in a BPEL process with "createInstance=yes" attribute, i.e. all Receives which can cause the creation of a process instance.
FindCreateReceivesVisitor() - Constructor for class bexee.model.FindCreateReceivesVisitor
Create a FindCreateReceivesVisitor instance.
Flow - interface bexee.model.activity.Flow.
Representation of a BPEL Flow activity.
FlowImpl - class bexee.model.activity.impl.FlowImpl.
Default implementation of the Flow activity.
FlowImpl() - Constructor for class bexee.model.activity.impl.FlowImpl
 
FlowImpl(StandardAttributes) - Constructor for class bexee.model.activity.impl.FlowImpl
 
FlowThread - class bexee.core.FlowThread.
This class is used to implement "Flow" BPEL activities. i.e. parallel activity execution.
FlowThread(ProcessController, ProcessInstance, Activity) - Constructor for class bexee.core.FlowThread
Create a new FlowThread with a ProcessController, ProcessInstance and the Activity to be executed.
From - interface bexee.model.elements.From.
Representation of the From BPEL element.
FromImpl - class bexee.model.elements.impl.FromImpl.
Default implementation of the From BPEL element.
FromImpl() - Constructor for class bexee.model.elements.impl.FromImpl
 
FromImplFactory - class bexee.model.xmltobpel.FromImplFactory.
This class is used by the Digester for the transformation of From elements from a BPEL document into FromImpl objects.
FromImplFactory() - Constructor for class bexee.model.xmltobpel.FromImplFactory
 
find(String) - Method in interface bexee.dao.BPELProcessDAO
Finds a BPELProcess given its name.
find(String) - Method in class bexee.dao.JDOBPELProcessDAO
 
find(String) - Method in class bexee.dao.JDOProcessContextDAO
 
find(String) - Method in class bexee.dao.MemoryBPELProcessDAO
 
find(String) - Method in class bexee.dao.MemoryProcessContextDAO
 
find(String) - Method in interface bexee.dao.ProcessContextDAO
Finds a ProcessContext given its key.

G

generateWSDL(MessageContext) - Method in class bexee.axis.BexeeProvider
Gets WSDL associated with requested BPEL process from DAO and adds binding information on the fly.
getActivities() - Method in interface bexee.model.activity.Flow
Get a list of all activities associated with this Flow.
getActivities() - Method in interface bexee.model.activity.Sequence
Get the list of all contained activities.
getActivities() - Method in class bexee.model.activity.impl.FlowImpl
 
getActivities() - Method in class bexee.model.activity.impl.SequenceImpl
 
getActivity() - Method in class bexee.event.Event
Get the Activity associated with this Event.
getActivity() - Method in interface bexee.model.activity.CatchAll
Get the root activity of this Catch element.
getActivity() - Method in interface bexee.model.activity.CompensationHandler
Get the root activity of this process.
getActivity() - Method in interface bexee.model.activity.Scope
 
getActivity() - Method in class bexee.model.activity.impl.ScopeImpl
 
getActivity() - Method in interface bexee.model.elements.CatchFault
 
getActivity() - Method in interface bexee.model.elements.OnAlarm
 
getActivity() - Method in interface bexee.model.elements.OnMessage
 
getActivity() - Method in interface bexee.model.process.Process
Get the root activity of this process.
getActivity() - Method in class bexee.model.process.impl.ProcessImpl
 
getAllowableExtensions(Class) - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 
getBPELProcess(BexeeMessage) - Method in class bexee.core.Dispatcher
Gets the BPELProcess belonging to the incoming message.
getBooleanExpression() - Method in interface bexee.model.elements.BpelCase
Get the BooleanExpression associated with this Case.
getBooleanExpression() - Method in class bexee.model.elements.impl.BpelCaseImpl
 
getBooleanExpression() - Method in interface bexee.model.expression.BooleanExpression
Get the boolean expression litteral.
getBooleanExpression() - Method in class bexee.model.expression.impl.BooleanExpressionImpl
 
getCaseActivity() - Method in interface bexee.model.elements.BpelCase
Get the Activity associated with this Case.
getCaseActivity() - Method in class bexee.model.elements.impl.BpelCaseImpl
 
getCases() - Method in interface bexee.model.activity.Switch
 
getCases() - Method in class bexee.model.activity.impl.SwitchImpl
 
getCatchAll() - Method in interface bexee.model.activity.Invoke
Get the CatchAll of this Invoke.
getCatchAll() - Method in class bexee.model.activity.impl.InvokeImpl
 
getCatchAll() - Method in interface bexee.model.elements.FaultHandlers
 
getCatchFaults() - Method in interface bexee.model.activity.Invoke
Get all Catch elements of this Invoke.
getCatchFaults() - Method in class bexee.model.activity.impl.InvokeImpl
 
getCatchFaults() - Method in interface bexee.model.elements.FaultHandlers
 
getCompensationHandler() - Method in interface bexee.model.activity.Invoke
Get the CompensationHandler of this Invoke.
getCompensationHandler() - Method in interface bexee.model.activity.Scope
 
getCompensationHandler() - Method in class bexee.model.activity.impl.InvokeImpl
 
getCompensationHandler() - Method in class bexee.model.activity.impl.ScopeImpl
 
getCompensationHandler() - Method in interface bexee.model.process.Process
Get the CompensationHandler of this process.
getCompensationHandler() - Method in class bexee.model.process.impl.ProcessImpl
 
getContext() - Method in class bexee.core.ProcessInstance
Get the ProcessContext associated with this ProcessInstance.
getCopy() - Method in interface bexee.model.activity.Assign
Get the copy element of this assign.
getCopy() - Method in class bexee.model.activity.impl.AssignImpl
 
getCorrelationSets() - Method in interface bexee.model.activity.Scope
 
getCorrelationSets() - Method in class bexee.model.activity.impl.ScopeImpl
 
getCorrelationSets() - Method in interface bexee.model.elements.CorrelationSets
Get a list of all CorrelationSets associated with this CorrelationSet container.
getCorrelationSets() - Method in interface bexee.model.process.Process
Get the CorrelationSets of this process.
getCorrelationSets() - Method in class bexee.model.process.impl.ProcessImpl
 
getCorrelationString() - Method in interface bexee.model.elements.CorrelationPattern
 
getCorrelationString() - Method in class bexee.model.elements.impl.CorrelationPatternImpl
 
getCorrelations() - Method in interface bexee.model.activity.Invoke
Get the Correlations of this Invoke.
getCorrelations() - Method in interface bexee.model.activity.Receive
Get the Correlations of this Receive.
getCorrelations() - Method in interface bexee.model.activity.Reply
 
getCorrelations() - Method in class bexee.model.activity.impl.InvokeImpl
 
getCorrelations() - Method in class bexee.model.activity.impl.ReceiveImpl
 
getCorrelations() - Method in class bexee.model.activity.impl.ReplyImpl
 
getCorrelations() - Method in interface bexee.model.elements.Correlations
 
getCorrelations() - Method in interface bexee.model.elements.OnMessage
 
getCreationReceives() - Method in class bexee.model.FindCreateReceivesVisitor
Return a list of all Receives in a process which may cause the creation of a process instance.
getCreationReceives() - Method in interface bexee.model.process.BPELProcess
Get a list of all receive activities which might cause a process instance creation.
getCreationReceives() - Method in class bexee.model.process.impl.BPELProcessImpl
 
getDeadlineExpression() - Method in interface bexee.model.elements.OnAlarm
 
getDeadlineExpression() - Method in interface bexee.model.expression.DeadlineExpression
Get the deadline expression litteral.
getDeadlineExpression() - Method in class bexee.model.expression.impl.DeadlineExpressionImpl
 
getDefaultDeserializer() - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 
getDefaultSerializer() - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 
getDurationExpression() - Method in interface bexee.model.elements.OnAlarm
 
getDurationExpression() - Method in interface bexee.model.expression.DurationExpression
Get the duration expression litteral.
getDurationExpression() - Method in class bexee.model.expression.impl.DurationExpressionImpl
 
getElement() - Method in interface bexee.model.elements.Variable
 
getElement() - Method in class bexee.model.elements.impl.VariableImpl
 
getElementFactory() - Method in class bexee.model.xmltobpel.AbstractObjectCreationFactory
 
getElementType() - Method in class bexee.wsdl.extensions.partnerlinktype.impl.AbstractExtensibilityElement
 
getEndpointReference() - Method in interface bexee.model.elements.From
 
getEndpointReference() - Method in class bexee.model.elements.impl.FromImpl
 
getEvent(Activity) - Method in class bexee.core.ProcessContext
Get an Event for the given Activity.
getEventHandlers() - Method in interface bexee.model.activity.Scope
 
getEventHandlers() - Method in class bexee.model.activity.impl.ScopeImpl
 
getEventHandlers() - Method in interface bexee.model.process.Process
Get the EventHandlers of this process.
getEventHandlers() - Method in class bexee.model.process.impl.ProcessImpl
 
getExpression() - Method in interface bexee.model.elements.From
 
getExpression() - Method in class bexee.model.elements.impl.FromImpl
 
getExpressionLanguage() - Method in interface bexee.model.process.Process
Get the expressionLanguage of this process.
getExpressionLanguage() - Method in class bexee.model.process.impl.ProcessImpl
 
getExpressionLitteral() - Method in interface bexee.model.expression.Expression
Get an expression litteral for evaluation.
getExpressionLitteral() - Method in class bexee.model.expression.impl.ExpressionImpl
 
getFaultHandlers() - Method in interface bexee.model.activity.Scope
 
getFaultHandlers() - Method in class bexee.model.activity.impl.ScopeImpl
 
getFaultHandlers() - Method in interface bexee.model.process.Process
Get the FaultHandlers of this process.
getFaultHandlers() - Method in class bexee.model.process.impl.ProcessImpl
 
getFaultName() - Method in interface bexee.model.activity.Reply
 
getFaultName() - Method in interface bexee.model.activity.Throw
Get the fault name of the fault to be thrown.
getFaultName() - Method in class bexee.model.activity.impl.ReplyImpl
 
getFaultName() - Method in class bexee.model.activity.impl.ThrowImpl
 
getFaultName() - Method in interface bexee.model.elements.CatchFault
 
getFaultVariable() - Method in interface bexee.model.activity.Throw
Get the variable of the fault to be thrown.
getFaultVariable() - Method in class bexee.model.activity.impl.ThrowImpl
 
getFaultVariable() - Method in interface bexee.model.elements.CatchFault
 
getFrom() - Method in interface bexee.model.elements.Copy
 
getFrom() - Method in class bexee.model.elements.impl.CopyImpl
 
getId() - Method in class bexee.core.ProcessContext
Get the id of this ProcessContext.
getInputVariable() - Method in interface bexee.model.activity.Invoke
Get the InputVariable of this Invoke.
getInputVariable() - Method in class bexee.model.activity.impl.InvokeImpl
 
getInstance() - Static method in class bexee.dao.DAOFactory
Creates a new DAOFactory.
getInstance() - Static method in class bexee.model.BPELProcessFactory
Creates a new BPELProcessFactory.
getInstance(BPELProcess) - Static method in class bexee.model.xmltobpel.BPELElementFactory
Create a new factory instance or if one already exists for this BPELProcessm, retrieve the existing one.
getJoinCondition() - Method in class bexee.model.StandardAttributes
Get the joinCondition attribute value.
getJoinExpression() - Method in interface bexee.model.activity.Activity
Get the joinExpression of this activity.
getJoinExpression() - Method in class bexee.model.activity.impl.AbstractActivity
 
getLink() - Method in interface bexee.model.elements.Source
 
getLink() - Method in interface bexee.model.elements.Target
 
getLinks() - Method in interface bexee.model.activity.Flow
Get a list of Links owned by this flow activity.
getLinks() - Method in class bexee.model.activity.impl.FlowImpl
 
getLinks() - Method in interface bexee.model.elements.Links
 
getLocationURL(MessageContext) - Method in class bexee.axis.BexeeProvider
Gets the service location URL.
getMessage() - Method in class bexee.core.ProcessContext
Get the current message.
getMessageType() - Method in interface bexee.model.elements.Variable
 
getMessageType() - Method in class bexee.model.elements.impl.VariableImpl
 
getMyRole() - Method in interface bexee.model.elements.PartnerLink
 
getMyRole() - Method in class bexee.model.elements.impl.PartnerLinkImpl
 
getMyRole() - Method in interface bexee.wsdl.extensions.partnerlinktype.PartnerLinkType
Get myRole of this PartnerLinkType
getMyRole() - Method in class bexee.wsdl.extensions.partnerlinktype.impl.PartnerLinkTypeImpl
 
getName() - Method in class bexee.axis.BexeeWSDDProvider
The name of this provider.
getName() - Method in class bexee.model.StandardAttributes
Get the name attribute value.
getName() - Method in interface bexee.model.activity.Activity
Get the name of this activity.
getName() - Method in class bexee.model.activity.impl.AbstractActivity
 
getName() - Method in interface bexee.model.elements.CorrelationSet
 
getName() - Method in interface bexee.model.elements.Link
 
getName() - Method in interface bexee.model.elements.Partner
 
getName() - Method in interface bexee.model.elements.PartnerLink
 
getName() - Method in interface bexee.model.elements.Variable
 
getName() - Method in class bexee.model.elements.impl.LinkImpl
 
getName() - Method in class bexee.model.elements.impl.PartnerLinkImpl
 
getName() - Method in class bexee.model.elements.impl.VariableImpl
 
getName() - Method in interface bexee.model.process.BPELProcess
Convencience method to get the name of the underlying process.
getName() - Method in interface bexee.model.process.Process
Get the name of this process.
getName() - Method in class bexee.model.process.impl.BPELProcessImpl
 
getName() - Method in class bexee.model.process.impl.ProcessImpl
 
getName() - Method in interface bexee.wsdl.extensions.partnerlinktype.PartnerLinkType
Get the name of this PartnerLinkType.
getName() - Method in interface bexee.wsdl.extensions.partnerlinktype.Role
Get the name of this Role.
getName() - Method in class bexee.wsdl.extensions.partnerlinktype.impl.PartnerLinkTypeImpl
 
getName() - Method in class bexee.wsdl.extensions.partnerlinktype.impl.RoleImpl
 
getOnAlarms() - Method in interface bexee.model.elements.EventHandlers
 
getOnMessages() - Method in interface bexee.model.elements.EventHandlers
 
getOperation() - Method in class bexee.core.BexeeMessage
Gets the name of the invoked operation.
getOperation() - Method in interface bexee.model.activity.Invoke
Get the operation to be called by this Invoke.
getOperation() - Method in interface bexee.model.activity.Receive
Get the operation name of this Receive.
getOperation() - Method in interface bexee.model.activity.Reply
 
getOperation() - Method in class bexee.model.activity.impl.InvokeImpl
 
getOperation() - Method in class bexee.model.activity.impl.ReceiveImpl
 
getOperation() - Method in class bexee.model.activity.impl.ReplyImpl
 
getOperation() - Method in interface bexee.model.elements.OnMessage
 
getOtherwise() - Method in interface bexee.model.activity.Switch
 
getOtherwise() - Method in class bexee.model.activity.impl.SwitchImpl
 
getOutputVariable() - Method in interface bexee.model.activity.Invoke
Get the OutputVariable of this Invoke.
getOutputVariable() - Method in class bexee.model.activity.impl.InvokeImpl
 
getPart(String) - Method in class bexee.core.BexeeMessage
 
getPart() - Method in interface bexee.model.elements.From
 
getPart() - Method in interface bexee.model.elements.To
 
getPart() - Method in class bexee.model.elements.impl.FromImpl
 
getPart() - Method in class bexee.model.elements.impl.ToImpl
 
getPartnerLink() - Method in interface bexee.model.activity.Invoke
Get the PartnerLink of this Invoke.
getPartnerLink() - Method in interface bexee.model.activity.Receive
Get the PartnerLink of this Receive.
getPartnerLink() - Method in interface bexee.model.activity.Reply
Get the PartnerLink used for replying.
getPartnerLink() - Method in class bexee.model.activity.impl.InvokeImpl
 
getPartnerLink() - Method in class bexee.model.activity.impl.ReceiveImpl
 
getPartnerLink() - Method in class bexee.model.activity.impl.ReplyImpl
 
getPartnerLink() - Method in interface bexee.model.elements.From
 
getPartnerLink() - Method in interface bexee.model.elements.OnMessage
 
getPartnerLink() - Method in interface bexee.model.elements.To
 
getPartnerLink() - Method in class bexee.model.elements.impl.FromImpl
 
getPartnerLink() - Method in class bexee.model.elements.impl.ToImpl
 
getPartnerLinkType() - Method in interface bexee.model.elements.PartnerLink
 
getPartnerLinkType() - Method in class bexee.model.elements.impl.PartnerLinkImpl
 
getPartnerLinks() - Method in interface bexee.model.elements.Partner
 
getPartnerLinks() - Method in interface bexee.model.elements.PartnerLinks
 
getPartnerLinks() - Method in class bexee.model.elements.impl.PartnerLinksImpl
 
getPartnerLinks() - Method in interface bexee.model.process.Process
Get the PartnerLinks of this process.
getPartnerLinks() - Method in class bexee.model.process.impl.ProcessImpl
 
getPartnerRole() - Method in interface bexee.model.elements.PartnerLink
 
getPartnerRole() - Method in class bexee.model.elements.impl.PartnerLinkImpl
 
getPartnerRole() - Method in interface bexee.wsdl.extensions.partnerlinktype.PartnerLinkType
Get partnerRole of this PartnerLinkType
getPartnerRole() - Method in class bexee.wsdl.extensions.partnerlinktype.impl.PartnerLinkTypeImpl
 
getPartnerWSDL() - Method in interface bexee.model.process.BPELProcess
Get a list of Partner's WSDLs.
getPartnerWSDL() - Method in class bexee.model.process.impl.BPELProcessImpl
 
getPartners() - Method in interface bexee.model.elements.Partners
 
getPartners() - Method in interface bexee.model.process.Process
Get the Partners of this process.
getPartners() - Method in class bexee.model.process.impl.ProcessImpl
 
getParts() - Method in class bexee.core.BexeeMessage
 
getPattern() - Method in interface bexee.model.elements.Correlation
 
getPattern() - Method in class bexee.model.elements.impl.CorrelationImpl
 
getPortType() - Method in interface bexee.model.activity.Invoke
Get the PortType QName of this Invoke.
getPortType() - Method in interface bexee.model.activity.Receive
Get the PortType QName of this Receive.
getPortType() - Method in interface bexee.model.activity.Reply
 
getPortType() - Method in class bexee.model.activity.impl.InvokeImpl
 
getPortType() - Method in class bexee.model.activity.impl.ReceiveImpl
 
getPortType() - Method in class bexee.model.activity.impl.ReplyImpl
 
getPortType() - Method in interface bexee.model.elements.OnMessage
 
getPortType() - Method in interface bexee.wsdl.extensions.partnerlinktype.Role
Get the PortType of this Role.
getPortType() - Method in class bexee.wsdl.extensions.partnerlinktype.impl.RoleImpl
 
getProcess() - Method in class bexee.core.ProcessInstance
Get the BPELProcess associated with this ProcessInstance.
getProcess() - Method in interface bexee.model.process.BPELProcess
Get the pure BPEL process.
getProcess() - Method in class bexee.model.process.impl.BPELProcessImpl
 
getProcessContext(BexeeMessage) - Method in class bexee.core.Dispatcher
Gets the ProcessContext belonging to the incoming message.
getProperties() - Method in interface bexee.model.elements.CorrelationSet
 
getProperties() - Static method in class bexee.util.BexeeProperties
Returns the initialized underlying property file.
getProperty() - Method in interface bexee.model.elements.From
 
getProperty() - Method in interface bexee.model.elements.To
 
getProperty() - Method in class bexee.model.elements.impl.FromImpl
 
getProperty() - Method in class bexee.model.elements.impl.ToImpl
 
getProperty(String) - Static method in class bexee.util.BexeeProperties
Searches for the property with the specified key in this property list.
getProperty(String, String) - Static method in class bexee.util.BexeeProperties
Searches for the property with the specified key in this property list.
getQuery() - Method in interface bexee.model.elements.From
 
getQuery() - Method in interface bexee.model.elements.To
 
getQuery() - Method in class bexee.model.elements.impl.FromImpl
 
getQuery() - Method in class bexee.model.elements.impl.ToImpl
 
getQueryLanguage() - Method in interface bexee.model.process.Process
Get the queryLanguage of this process.
getQueryLanguage() - Method in class bexee.model.process.impl.ProcessImpl
 
getReceive() - Method in class bexee.core.AwaitMessageException
Get the Receive activity where this exception occured.
getRequired() - Method in class bexee.wsdl.extensions.partnerlinktype.impl.AbstractExtensibilityElement
 
getResult() - Method in class bexee.core.ProcessContext
Get the result of this process instance.
getRole() - Method in interface bexee.model.elements.Roles
 
getRole() - Method in class bexee.model.elements.impl.RolesImpl
 
getRulesURL() - Method in class bexee.model.BPELProcessFactoryImpl
Get the URL of the Digester rules file.
getScope() - Method in interface bexee.model.activity.Compensate
Get the root scope of this Compensate.
getScope() - Method in class bexee.model.activity.impl.CompensateImpl
 
getService() - Method in class bexee.core.BexeeMessage
The name of the invoked service.
getServiceName(MessageContext) - Method in class bexee.axis.BexeeProvider
 
getSet() - Method in interface bexee.model.elements.Correlation
 
getSet() - Method in class bexee.model.elements.impl.CorrelationImpl
 
getSources() - Method in interface bexee.model.activity.Activity
Get all source declarations of this activity.
getSources() - Method in class bexee.model.activity.impl.AbstractActivity
 
getStandardAttributes(Attributes) - Method in class bexee.model.xmltobpel.AbstractObjectCreationFactory
Get the standard BPEL attributes (name, joinCondition and suppressJoinFailure) from the org.xml.sax.Attributes and wrap them in a StandardAttributes object for further processing.
getState() - Method in class bexee.event.Event
Get the current state of this Event.
getString(InputStream) - Method in class bexee.admin.Admin
Copies an InputStream into a String.
getSuppressJoinFailure() - Method in class bexee.model.StandardAttributes
Get the suppressJoinFailure attributes value.
getTargetNamespace() - Method in interface bexee.model.process.Process
Get the targetNamespace of this process.
getTargetNamespace() - Method in class bexee.model.process.impl.ProcessImpl
 
getTargets() - Method in interface bexee.model.activity.Activity
Get all target declarations of this activity.
getTargets() - Method in class bexee.model.activity.impl.AbstractActivity
 
getTo() - Method in interface bexee.model.elements.Copy
 
getTo() - Method in class bexee.model.elements.impl.CopyImpl
 
getTransitionCondition() - Method in interface bexee.model.elements.Source
 
getType() - Method in interface bexee.model.elements.Variable
 
getType() - Method in class bexee.model.elements.impl.VariableImpl
 
getValidValueOrDefault(String, String) - Method in class bexee.model.activity.impl.AbstractActivity
 
getValidValueOrDefault(String, boolean) - Method in class bexee.model.activity.impl.AbstractActivity
 
getValue(Variable) - Method in class bexee.event.Event
Get a variable value from this Event.
getVariable(Variable) - Method in class bexee.core.ProcessContext
Gets the parts associated with a given Variable.
getVariable() - Method in interface bexee.model.activity.Receive
Get the Variable of this Receive.
getVariable() - Method in interface bexee.model.activity.Reply
 
getVariable() - Method in class bexee.model.activity.impl.ReceiveImpl
 
getVariable() - Method in class bexee.model.activity.impl.ReplyImpl
 
getVariable() - Method in interface bexee.model.elements.From
 
getVariable() - Method in interface bexee.model.elements.OnMessage
 
getVariable() - Method in interface bexee.model.elements.To
 
getVariable() - Method in class bexee.model.elements.impl.FromImpl
 
getVariable() - Method in class bexee.model.elements.impl.ToImpl
 
getVariablePart(Variable, String) - Method in class bexee.core.ProcessContext
Get a variable part identified by a Variable identifier and a part name.
getVariables() - Method in interface bexee.model.activity.Scope
Get Variables of this Scope.
getVariables() - Method in class bexee.model.activity.impl.ScopeImpl
 
getVariables() - Method in interface bexee.model.elements.Variables
 
getVariables() - Method in class bexee.model.elements.impl.VariablesImpl
 
getVariables() - Method in interface bexee.model.process.Process
Get the Variables of this process.
getVariables() - Method in class bexee.model.process.impl.ProcessImpl
 
getVariablesIdentifiers() - Method in class bexee.core.ProcessContext
It is possible to retrieve all variable identifiers included in this context (Variable class instances).
getWSDL() - Method in interface bexee.model.process.BPELProcess
Get the pure BPEL prcess' WSDL.
getWSDL() - Method in class bexee.model.process.impl.BPELProcessImpl
 

H

hashCode() - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 

I

IN - Static variable in interface bexee.model.elements.CorrelationPattern
 
INITIATE - Static variable in interface bexee.model.AttributeNames
inititate attribute name
INPUT_VARIABLE - Static variable in interface bexee.model.AttributeNames
inputVariable attribute name
InvalidValueException - exception bexee.model.InvalidValueException.
This Exception is used to signalize that a Value is invalid.
InvalidValueException() - Constructor for class bexee.model.InvalidValueException
Create a new InvalidValueException instance.
InvalidValueException(String) - Constructor for class bexee.model.InvalidValueException
Create a new InvalidValueException instance.
InvalidValueException(Throwable) - Constructor for class bexee.model.InvalidValueException
Create a new InvalidValueException instance.
InvalidValueException(String, Throwable) - Constructor for class bexee.model.InvalidValueException
Create a new InvalidValueException instance.
Invoke - interface bexee.model.activity.Invoke.
Representation of a BPEL Invoke activity.
InvokeImpl - class bexee.model.activity.impl.InvokeImpl.
Default implementation of the Invoke activity.
InvokeImpl() - Constructor for class bexee.model.activity.impl.InvokeImpl
 
InvokeImpl(StandardAttributes) - Constructor for class bexee.model.activity.impl.InvokeImpl
 
InvokeImpl(StandardAttributes, PartnerLink, QName, String, Variable, Variable) - Constructor for class bexee.model.activity.impl.InvokeImpl
 
InvokeImplFactory - class bexee.model.xmltobpel.InvokeImplFactory.
This class is used by the Digester for the transformation of Invoke activities from a BPEL document into InvokeImpl objects.
InvokeImplFactory() - Constructor for class bexee.model.xmltobpel.InvokeImplFactory
 
IsSynchronousProcessVisitor - class bexee.model.IsSynchronousProcessVisitor.
This implementation of a BPELElementVisitor is used to discover whether a BPELProcess is synchronous or not.
IsSynchronousProcessVisitor() - Constructor for class bexee.model.IsSynchronousProcessVisitor
 
initServiceDesc(SOAPService, MessageContext) - Method in class bexee.axis.BexeeProvider
 
insert(BPELProcess) - Method in interface bexee.dao.BPELProcessDAO
Inserts a new BPELProcess.
insert(BPELProcess) - Method in class bexee.dao.JDOBPELProcessDAO
 
insert(ProcessContext) - Method in class bexee.dao.JDOProcessContextDAO
 
insert(BPELProcess) - Method in class bexee.dao.MemoryBPELProcessDAO
 
insert(ProcessContext) - Method in class bexee.dao.MemoryProcessContextDAO
 
insert(ProcessContext) - Method in interface bexee.dao.ProcessContextDAO
Inserts a new ProcessContext.
instance - Variable in class bexee.core.Dispatcher
 
invoke(MessageContext) - Method in class bexee.axis.BexeeProvider
Creates a BexeeMessage from an incoming SOAP message and passes it to the Dispatcherfrom where it will be dispatched to the ProcessController.
isAbstractProcess() - Method in interface bexee.model.process.Process
Is this an abstract process.
isAbstractProcess() - Method in class bexee.model.process.impl.ProcessImpl
 
isCreateInstance() - Method in interface bexee.model.activity.Receive
Get the create instance property of this Receive.
isCreateInstance() - Method in class bexee.model.activity.impl.ReceiveImpl
 
isInitiate() - Method in interface bexee.model.elements.Correlation
 
isInitiate() - Method in class bexee.model.elements.impl.CorrelationImpl
 
isInstanceCompensable() - Method in interface bexee.model.process.Process
Get the EnableInstanceCompensation property of this process.
isInstanceCompensable() - Method in class bexee.model.process.impl.ProcessImpl
 
isNullOrEmpty(String) - Static method in class bexee.util.StringUtils
Test whether a given String is null or empty.
isOpaque() - Method in interface bexee.model.elements.From
 
isOpaque() - Method in class bexee.model.elements.impl.FromImpl
 
isSuppressJoinFailure() - Method in interface bexee.model.activity.Activity
Get whether the join failure is suppressed on this activity.
isSuppressJoinFailure() - Method in class bexee.model.activity.impl.AbstractActivity
 
isSuppressJoinFailure() - Method in interface bexee.model.process.Process
Are join failures suppressed in this process.
isSuppressJoinFailure() - Method in class bexee.model.process.impl.ProcessImpl
 
isSynchronous() - Method in class bexee.model.IsSynchronousProcessVisitor
Return a boolean indicating whether the visited process is synchronous.
isSynchronous() - Method in interface bexee.model.activity.Invoke
Is this Invoke synchronous.
isSynchronous() - Method in class bexee.model.activity.impl.InvokeImpl
 
isSynchronous() - Method in interface bexee.model.process.BPELProcess
Is this process synchronous.
isSynchronous() - Method in class bexee.model.process.impl.BPELProcessImpl
 
isVariableAccessSerializable() - Method in interface bexee.model.activity.Scope
Get whether the access to variables is serializable.
isVariableAccessSerializable() - Method in class bexee.model.activity.impl.ScopeImpl
 

J

JDOBPELProcessDAO - class bexee.dao.JDOBPELProcessDAO.
This class uses JDO to store and load BPELProcess objects.
JDOBPELProcessDAO() - Constructor for class bexee.dao.JDOBPELProcessDAO
 
JDODAOFactory - class bexee.dao.JDODAOFactory.
JDO DAO factory for constructing DAO implementations using JDO as data source.
JDODAOFactory() - Constructor for class bexee.dao.JDODAOFactory
 
JDOProcessContextDAO - class bexee.dao.JDOProcessContextDAO.
This class uses JDO to store and load ProcessContext objects.
JDOProcessContextDAO() - Constructor for class bexee.dao.JDOProcessContextDAO
 
JOIN_CONDITION - Static variable in interface bexee.model.AttributeNames
joinCondition attribute name

L

LITERAL - Static variable in class bexee.util.Constants
 
LOCAL_NAME - Static variable in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeConstants
PartnerLinkType element name.
LOCAL_NAME - Static variable in class bexee.wsdl.extensions.partnerlinktype.RoleConstants
Role element name.
Link - interface bexee.model.elements.Link.
Representation of the Link BPEL element.
LinkImpl - class bexee.model.elements.impl.LinkImpl.
Default implementation of the Link BPEL element.
LinkImpl() - Constructor for class bexee.model.elements.impl.LinkImpl
 
Links - interface bexee.model.elements.Links.
Representation of the Links BPEL element.

M

MESSAGE_TYPE - Static variable in interface bexee.model.AttributeNames
messageType attribute name
MY_ROLE - Static variable in interface bexee.model.AttributeNames
myRole attribute name
MY_ROLE - Static variable in interface bexee.model.elements.Roles
 
Manager - class bexee.admin.Manager.
The Manager is used in bexee for deployment of BPEL business processes and the related WSLD descriptions.
Manager() - Constructor for class bexee.admin.Manager
 
MemoryBPELProcessDAO - class bexee.dao.MemoryBPELProcessDAO.
This class uses memory rather than persistent storage to store and load BPELProcess objects.
MemoryBPELProcessDAO() - Constructor for class bexee.dao.MemoryBPELProcessDAO
Creates a new MemoryBPELProcessDAO that uses a static Map to manage the stored BPELProcess objects.
MemoryDAOFactory - class bexee.dao.MemoryDAOFactory.
Memory DAO factory for constructing DAO implementations using memory as data source.
MemoryDAOFactory() - Constructor for class bexee.dao.MemoryDAOFactory
 
MemoryProcessContextDAO - class bexee.dao.MemoryProcessContextDAO.
This class uses memory rather than persistent storage to store and load ProcessContext objects.
MemoryProcessContextDAO() - Constructor for class bexee.dao.MemoryProcessContextDAO
Creates a new MemoryProcessContextDAO that uses a static Map to manage the stored ProcessContext objects.
MessageNotFoundException - exception bexee.core.MessageNotFoundException.
This Exception is used to signalize that a message has not been found where excepted.
MessageNotFoundException() - Constructor for class bexee.core.MessageNotFoundException
 
MissingActivityException - exception bexee.core.MissingActivityException.
This exception is used to signalize that a BPEL process has no root activity assigned.
MissingActivityException() - Constructor for class bexee.core.MissingActivityException
 
map - Static variable in class bexee.dao.MemoryBPELProcessDAO
 
map - Static variable in class bexee.dao.MemoryProcessContextDAO
 
mapExtensionTypes(Class, QName, Class) - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeDeserializer
Serialize a PartnerLinkType to an xml string.
message - Variable in class bexee.core.Dispatcher
 

N

NAME - Static variable in interface bexee.model.AttributeNames
name attribute name
NS_URI - Static variable in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeConstants
PartnerLink namespace.
NS_URI - Static variable in class bexee.wsdl.extensions.partnerlinktype.RoleConstants
Role namespace.
NS_URI_BEXEE - Static variable in class bexee.util.Constants
bexee Namespace URI
NS_URI_BPEL - Static variable in class bexee.util.Constants
BPEL Namespace URI
NS_URI_WSDL - Static variable in class bexee.util.Constants
WSDL Namespace URI
newFactory(Object) - Static method in class bexee.axis.BexeeEngineConfigurationFactory
Creates and returns a new EngineConfigurationFactory.
newProviderInstance(WSDDService, EngineConfiguration) - Method in class bexee.axis.BexeeWSDDProvider
Creates a new instance of this provider.

O

OPAQUE - Static variable in interface bexee.model.AttributeNames
opaque attribute name
OPERATION - Static variable in interface bexee.model.AttributeNames
operation attribute name
OPERATION_ELEM - Static variable in class bexee.util.Constants
 
OPT_CONTROLLER - Static variable in class bexee.util.Constants
bexee ProcessController option
OPT_CONTROLLER_DEF - Static variable in class bexee.util.Constants
bexee ProcessController default implementation
OPT_DAO_FACTORY - Static variable in class bexee.util.Constants
bexee DAOFactory option
OPT_DAO_FACTORY_DEF - Static variable in class bexee.util.Constants
bexee DAOFactory default implementation
OPT_MANAGER_URL - Static variable in class bexee.util.Constants
bexee Manager Web Service URL option
OPT_MANAGER_URL_DEF - Static variable in class bexee.util.Constants
bexee Manager Web Service default URL
OPT_PROCESS_FACTORY - Static variable in class bexee.util.Constants
bexee BPELProcessFactory option
OPT_PROCESS_FACTORY_DEF - Static variable in class bexee.util.Constants
bexee BPELProcessFactory default implementation
OUT - Static variable in interface bexee.model.elements.CorrelationPattern
 
OUTPUT_VARIABLE - Static variable in interface bexee.model.AttributeNames
outputVariable attribute name
OUT_IN - Static variable in interface bexee.model.elements.CorrelationPattern
 
OnAlarm - interface bexee.model.elements.OnAlarm.
Representation of the OnAlarm BPEL element.
OnMessage - interface bexee.model.elements.OnMessage.
Representation of the OnMessage BPEL element.

P

PART - Static variable in interface bexee.model.AttributeNames
part attribute name
PARTNER_LINK - Static variable in interface bexee.model.AttributeNames
partnerLink attribute name
PARTNER_LINK_TYPE - Static variable in interface bexee.model.AttributeNames
partnerLinkType attribute name
PARTNER_ROLE - Static variable in interface bexee.model.AttributeNames
partnerRole attribute name
PARTNER_ROLE - Static variable in interface bexee.model.elements.Roles
 
PATTERN - Static variable in interface bexee.model.AttributeNames
pattern attribute name
PLINK_TYPE_NAME - Static variable in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeConstants
PartnerLinkType name attribute
PLINK_TYPE_QNAME - Static variable in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeConstants
ParnterLinkType QName
PORT_TYPE - Static variable in interface bexee.model.AttributeNames
portType attribute name
PORT_TYPE_LOCAL_NAME - Static variable in class bexee.wsdl.extensions.partnerlinktype.RoleConstants
PortType element name.
PORT_TYPE_NAME - Static variable in class bexee.wsdl.extensions.partnerlinktype.RoleConstants
PortType name attribute name
PROPERTY - Static variable in interface bexee.model.AttributeNames
property attribute name
Partner - interface bexee.model.elements.Partner.
Representation of the Parnter BPEL element.
PartnerLink - interface bexee.model.elements.PartnerLink.
Representation of the PartnerLink BPEL element.
PartnerLinkImpl - class bexee.model.elements.impl.PartnerLinkImpl.
Default implementation of the PartnerLink BPEL element.
PartnerLinkImpl() - Constructor for class bexee.model.elements.impl.PartnerLinkImpl
 
PartnerLinkImpl(String) - Constructor for class bexee.model.elements.impl.PartnerLinkImpl
 
PartnerLinkImplFactory - class bexee.model.xmltobpel.PartnerLinkImplFactory.
This class is used by the Digester for the transformation of PartnerLink elements from a BPEL document into PartnerLinkImpl objects.
PartnerLinkImplFactory() - Constructor for class bexee.model.xmltobpel.PartnerLinkImplFactory
 
PartnerLinkType - interface bexee.wsdl.extensions.partnerlinktype.PartnerLinkType.
This interface represents a PartnerLinkType BPEL extension to WSDL.
PartnerLinkTypeConstants - class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeConstants.
This class is used as a container for constants used by the PartnerLinkType WSDL extension.
PartnerLinkTypeConstants() - Constructor for class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeConstants
 
PartnerLinkTypeDeserializer - class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeDeserializer.
This is a Serializer and a Deserializer as used by the JWSDL standard.
PartnerLinkTypeDeserializer() - Constructor for class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeDeserializer
 
PartnerLinkTypeExtensionRegistry - class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry.
This is merely a helper class which pre-registers a deserializer and a serializer for the PartnerLinkType elements (BPEL extension to WSDL).
PartnerLinkTypeExtensionRegistry() - Constructor for class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
Create new PartnerLinkTypeExtensionRegistry instance.
PartnerLinkTypeImpl - class bexee.wsdl.extensions.partnerlinktype.impl.PartnerLinkTypeImpl.
A default implementation of the PartnerLinkType BPEL extension to WSDL.
PartnerLinkTypeImpl() - Constructor for class bexee.wsdl.extensions.partnerlinktype.impl.PartnerLinkTypeImpl
Create a new PartnerLinkTypeImpl instance.
PartnerLinks - interface bexee.model.elements.PartnerLinks.
Representation of the PartnerLinks BPEL element.
PartnerLinksImpl - class bexee.model.elements.impl.PartnerLinksImpl.
Default implementation of the PartnerLinks BPEL element.
PartnerLinksImpl() - Constructor for class bexee.model.elements.impl.PartnerLinksImpl
 
Partners - interface bexee.model.elements.Partners.
Representation of the Partners BPEL element.
Pick - interface bexee.model.activity.Pick.
Representation of a BPEL Pick activity.
Process - interface bexee.model.process.Process.
This is a representation of a BPEL process element from a BPEL document.
ProcessContext - class bexee.core.ProcessContext.
The ProcessContext contains state information about a very specific process instance.
ProcessContext() - Constructor for class bexee.core.ProcessContext
Creates a new ProcessContext.
ProcessContextDAO - interface bexee.dao.ProcessContextDAO.
The ProcessContextDAO abstracts the underlying data access implementation for ProcessContext objects to enable transparent access to the data source.
ProcessController - interface bexee.core.ProcessController.
The ProcessController is the core of the engine and contains the execution logic for every BPEL activity.
ProcessControllerFactory - class bexee.core.ProcessControllerFactory.
Abstract factory class for creating ProcessControllerFactory implementations.
ProcessControllerFactory() - Constructor for class bexee.core.ProcessControllerFactory
 
ProcessControllerImpl - class bexee.core.ProcessControllerImpl.
The default imlementation of the ProcessController.
ProcessControllerImpl() - Constructor for class bexee.core.ProcessControllerImpl
 
ProcessImpl - class bexee.model.process.impl.ProcessImpl.
A default implementation of a Process.
ProcessImpl() - Constructor for class bexee.model.process.impl.ProcessImpl
 
ProcessImpl(String, String, String, String, String, String) - Constructor for class bexee.model.process.impl.ProcessImpl
 
ProcessImplFactory - class bexee.model.xmltobpel.ProcessImplFactory.
This class is used by the Digester for the transformation of a process from a BPEL document into a ProcessImpl object.
ProcessImplFactory() - Constructor for class bexee.model.xmltobpel.ProcessImplFactory
 
ProcessInstance - class bexee.core.ProcessInstance.
The ProcessInstance contains no logic at all but merely serves as a container for encapsulating a ProcessContext instance and its corresponding BPELProcess reference.
ProcessInstance(BPELProcess, ProcessContext) - Constructor for class bexee.core.ProcessInstance
Create a new ProcessInstance instance with a BPELProcess and a ProcessContext.
process(Process, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute the root Process element of the BPEL process.
process(Receive, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a Receive activity.
process(Invoke, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute an Invoke BPEL activity.
process(Reply, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a Reply activity.
process(Variable, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a Variable BPEL element.
process(Sequence, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a Sequence structured activity.
process(Switch, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a Switch structured activity.
process(Link, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a Link BPEL element.
process(PartnerLinks, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute PartnerLinks BPEL element.
process(PartnerLink, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a PartnerLink BPEL element.
process(Compensate, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a Compensate BPEL element.
process(Assign, ProcessInstance) - Method in interface bexee.core.ProcessController
This is the process method for an Activity and is kept here as long as there exist unimplemented activities.
process(Activity, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute an Activity activity.
process(Empty, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute an Empty activity.
process(Flow, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a Flow structured activity.
process(Variables, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a Variables BPEL element.
process(Correlation, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a Correlation BPEL element.
process(CorrelationPattern, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a CorrelationPattern BPEL element.
process(Copy, ProcessInstance) - Method in interface bexee.core.ProcessController
Execute a Copy BPEL element.
process(Process, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(Sequence, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(Flow, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
This is the implementation of the Flow activity which is used for parallel execution.
process(Switch, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
A default implementation of the process(Switch, ProcessInstance) method.
process(Receive, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(Assign, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(Invoke, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(Reply, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(Empty, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(Activity, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
Process method for all unimplemented activities.
process(Variables, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(Variable, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(PartnerLinks, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(PartnerLink, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(Link, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(Compensate, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(Correlation, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(CorrelationPattern, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
process(Copy, ProcessInstance) - Method in class bexee.core.ProcessControllerImpl
 
processMessage(ProcessInstance, BexeeMessage) - Method in interface bexee.core.ProcessController
Execute the process using the given ProcessInstance and the BexeeMessage.
processMessage(ProcessInstance, BexeeMessage) - Method in class bexee.core.ProcessControllerImpl
 
props - Static variable in class bexee.util.BexeeProperties
 
putPart(String, Object) - Method in class bexee.core.BexeeMessage
 
putValue(Variable, Object) - Method in class bexee.event.Event
Add a variable value to this Event.

Q

QUERY_LANGUAGE - Static variable in interface bexee.model.AttributeNames
queryLanguage attribute name
queryDeserializer(Class, QName) - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 
querySerializer(Class, QName) - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 

R

ROLE_NAME - Static variable in class bexee.wsdl.extensions.partnerlinktype.RoleConstants
Role name attribute name.
RPC_STYLE - Static variable in class bexee.util.Constants
 
Receive - interface bexee.model.activity.Receive.
Representation of a BPEL Receive activity.
ReceiveImpl - class bexee.model.activity.impl.ReceiveImpl.
Default implementation of the Receive activity.
ReceiveImpl() - Constructor for class bexee.model.activity.impl.ReceiveImpl
 
ReceiveImpl(StandardAttributes) - Constructor for class bexee.model.activity.impl.ReceiveImpl
 
ReceiveImpl(StandardAttributes, PartnerLink, QName, String, Variable, String) - Constructor for class bexee.model.activity.impl.ReceiveImpl
 
ReceiveImplFactory - class bexee.model.xmltobpel.ReceiveImplFactory.
This class is used by the Digester for the transformation of Receive activities from a BPEL document into ReceiveImpl objects.
ReceiveImplFactory() - Constructor for class bexee.model.xmltobpel.ReceiveImplFactory
 
Reply - interface bexee.model.activity.Reply.
Representation of a BPEL Reply activity.
ReplyImpl - class bexee.model.activity.impl.ReplyImpl.
Default implementation of the Reply activity.
ReplyImpl() - Constructor for class bexee.model.activity.impl.ReplyImpl
 
ReplyImpl(StandardAttributes) - Constructor for class bexee.model.activity.impl.ReplyImpl
 
ReplyImplFactory - class bexee.model.xmltobpel.ReplyImplFactory.
This class is used by the Digester for the transformation of Reply activities from a BPEL document into ReplyImpl objects.
ReplyImplFactory() - Constructor for class bexee.model.xmltobpel.ReplyImplFactory
 
Role - interface bexee.wsdl.extensions.partnerlinktype.Role.
This interface represents the Role BPEL extension to WSDL.
RoleConstants - class bexee.wsdl.extensions.partnerlinktype.RoleConstants.
This class is used as a container for constants used by the BPEL Role WSDL extension.
RoleConstants() - Constructor for class bexee.wsdl.extensions.partnerlinktype.RoleConstants
 
RoleImpl - class bexee.wsdl.extensions.partnerlinktype.impl.RoleImpl.
A default implementation of the Role BPEL extension to WSDL.
RoleImpl() - Constructor for class bexee.wsdl.extensions.partnerlinktype.impl.RoleImpl
 
Roles - interface bexee.model.elements.Roles.
Representation of the Roles BPEL element.
RolesImpl - class bexee.model.elements.impl.RolesImpl.
Default implementation of the Roles BPEL element.
RolesImpl(String) - Constructor for class bexee.model.elements.impl.RolesImpl
 
registerDeserializer(Class, QName, ExtensionDeserializer) - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 
registerSerializer(Class, QName, ExtensionSerializer) - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 
removeMessage() - Method in class bexee.core.ProcessContext
Remove the current message.
replace(BPELProcess) - Method in interface bexee.dao.BPELProcessDAO
Replaces an existing BPELProcess.
replace(BPELProcess) - Method in class bexee.dao.JDOBPELProcessDAO
 
replace(BPELProcess) - Method in class bexee.dao.MemoryBPELProcessDAO
 
retrievePartnerLink(String) - Method in class bexee.model.xmltobpel.BPELElementFactory
Retrieve an already created PartnerLink for an Activity using partnerLinks.
retrieveVariable(String) - Method in class bexee.model.xmltobpel.BPELElementFactory
Retrieve an already created Variable for an Activity using variables.
run() - Method in class bexee.core.Dispatcher
Do not use this method directly.
run() - Method in class bexee.core.FlowThread
The overriden Thread.run() method.

S

SERVER_CONFIG_FILE - Static variable in class bexee.axis.BexeeEngineConfigurationFactory
 
SERVICE_SUFFIX - Static variable in class bexee.util.Constants
 
SET - Static variable in interface bexee.model.AttributeNames
set attribute name
SOAP_ADDRESS_QNAME - Static variable in class bexee.util.Constants
 
SOAP_BINDING_QNAME - Static variable in class bexee.util.Constants
 
SOAP_BINDING_SUFFIX - Static variable in class bexee.util.Constants
 
SOAP_BODY_QNAME - Static variable in class bexee.util.Constants
 
SOAP_FAULT_QNAME - Static variable in class bexee.util.Constants
 
SOAP_OPERATION_QNAME - Static variable in class bexee.util.Constants
 
SUPPRESS_JOIN_FAILURE - Static variable in interface bexee.model.AttributeNames
suppressJoinFailure attribute name
Scope - interface bexee.model.activity.Scope.
A scope structured activity.
ScopeImpl - class bexee.model.activity.impl.ScopeImpl.
Default implementation of the Scope activity.
ScopeImpl() - Constructor for class bexee.model.activity.impl.ScopeImpl
 
ScopeImpl(StandardAttributes) - Constructor for class bexee.model.activity.impl.ScopeImpl
 
Sequence - interface bexee.model.activity.Sequence.
A sequence structured activity.
SequenceImpl - class bexee.model.activity.impl.SequenceImpl.
Default implementation of the Sequence activity.
SequenceImpl() - Constructor for class bexee.model.activity.impl.SequenceImpl
 
SequenceImpl(StandardAttributes) - Constructor for class bexee.model.activity.impl.SequenceImpl
Create a Sequence Activity with standard BPEL activity attributes.
Source - interface bexee.model.elements.Source.
Representation of the Source BPEL element.
StandardAttributes - class bexee.model.StandardAttributes.
This class represents BPEL element standard attributes.
StandardAttributes(Attributes) - Constructor for class bexee.model.StandardAttributes
Create new instance of StandardAttributes with the given org.xml.sax.Attributes.
StartTask - class bexee.ant.StartTask.
Starts a BPEL process on bexee.
StartTask() - Constructor for class bexee.ant.StartTask
 
StringUtils - class bexee.util.StringUtils.
Utility class for String values.
StringUtils() - Constructor for class bexee.util.StringUtils
 
Switch - interface bexee.model.activity.Switch.
This is a structured switch activity.
SwitchImpl - class bexee.model.activity.impl.SwitchImpl.
This is a default implementation of the Swich activity interface.
SwitchImpl(StandardAttributes) - Constructor for class bexee.model.activity.impl.SwitchImpl
 
SwitchImplFactory - class bexee.model.xmltobpel.SwitchImplFactory.
This class is used by the Digester for the transformation of Switch activities from a BPEL document into SwitchImpl objects.
SwitchImplFactory() - Constructor for class bexee.model.xmltobpel.SwitchImplFactory
 
setAbstractProcess(boolean) - Method in interface bexee.model.process.Process
Set a property indicating whether this process is abstract.
setAbstractProcess(boolean) - Method in class bexee.model.process.impl.ProcessImpl
 
setActivities(List) - Method in interface bexee.model.activity.Flow
Set activities of this Flow.
setActivities(List) - Method in interface bexee.model.activity.Sequence
Set the whole list of activities.
setActivities(List) - Method in class bexee.model.activity.impl.FlowImpl
 
setActivities(List) - Method in class bexee.model.activity.impl.SequenceImpl
 
setActivity(Activity) - Method in interface bexee.model.activity.CatchAll
Set the root activity of this Catch element.
setActivity(Activity) - Method in interface bexee.model.activity.CompensationHandler
Set the root activity of this process.
setActivity(Activity) - Method in interface bexee.model.activity.Scope
 
setActivity(Activity) - Method in class bexee.model.activity.impl.ScopeImpl
 
setActivity(Activity) - Method in interface bexee.model.elements.CatchFault
 
setActivity(Activity) - Method in interface bexee.model.elements.OnAlarm
 
setActivity(Activity) - Method in interface bexee.model.elements.OnMessage
 
setActivity(Activity) - Method in interface bexee.model.process.Process
Set the root activity of this process.
setActivity(Activity) - Method in class bexee.model.process.impl.ProcessImpl
 
setBooleanExpression(BooleanExpression) - Method in interface bexee.model.elements.BpelCase
Set the BooleanExpression associated with this Case.
setBooleanExpression(BooleanExpression) - Method in class bexee.model.elements.impl.BpelCaseImpl
 
setBooleanExpression(String) - Method in interface bexee.model.expression.BooleanExpression
Set the boolean expression litteral.
setBooleanExpression(String) - Method in class bexee.model.expression.impl.BooleanExpressionImpl
 
setBpel(File) - Method in class bexee.ant.DeployTask
BPEL file to deploy.
setCaseActivity(Activity) - Method in interface bexee.model.elements.BpelCase
Set the Activity associated with this Case.
setCaseActivity(Activity) - Method in class bexee.model.elements.impl.BpelCaseImpl
 
setCatchAll(CatchAll) - Method in interface bexee.model.activity.Invoke
Set the CatchAll of this Invoke.
setCatchAll(CatchAll) - Method in class bexee.model.activity.impl.InvokeImpl
 
setCatchAll(CatchAll) - Method in interface bexee.model.elements.FaultHandlers
 
setCatchFaults(List) - Method in interface bexee.model.activity.Invoke
Set all Catch elements of this Invoke.
setCatchFaults(List) - Method in class bexee.model.activity.impl.InvokeImpl
 
setCatchFaults(List) - Method in interface bexee.model.elements.FaultHandlers
 
setCompensationHandler(CompensationHandler) - Method in interface bexee.model.activity.Invoke
Set the CompensationHandler of this Invoke.
setCompensationHandler(CompensationHandler) - Method in class bexee.model.activity.impl.InvokeImpl
 
setCompensationHandler(CompensationHandler) - Method in interface bexee.model.process.Process
Set the CompensationHandler of this process.
setCompensationHandler(CompensationHandler) - Method in class bexee.model.process.impl.ProcessImpl
 
setCompensationHanlder(CompensationHandler) - Method in interface bexee.model.activity.Scope
 
setCompensationHanlder(CompensationHandler) - Method in class bexee.model.activity.impl.ScopeImpl
 
setCopy(Copy) - Method in interface bexee.model.activity.Assign
Set the copy element of this assign.
setCopy(Copy) - Method in class bexee.model.activity.impl.AssignImpl
 
setCorrelationSets(CorrelationSets) - Method in interface bexee.model.activity.Scope
 
setCorrelationSets(CorrelationSets) - Method in class bexee.model.activity.impl.ScopeImpl
 
setCorrelationSets(CorrelationSets) - Method in interface bexee.model.process.Process
Set the CorrelationSets of this process.
setCorrelationSets(CorrelationSets) - Method in class bexee.model.process.impl.ProcessImpl
 
setCorrelationString(String) - Method in interface bexee.model.elements.CorrelationPattern
 
setCorrelationString(String) - Method in class bexee.model.elements.impl.CorrelationPatternImpl
 
setCorrelations(Correlations) - Method in interface bexee.model.activity.Invoke
Set the Correlations of this Invoke.
setCorrelations(Correlations) - Method in interface bexee.model.activity.Receive
Set the Correlations of this Receive.
setCorrelations(Correlations) - Method in interface bexee.model.activity.Reply
 
setCorrelations(Correlations) - Method in class bexee.model.activity.impl.InvokeImpl
 
setCorrelations(Correlations) - Method in class bexee.model.activity.impl.ReceiveImpl
 
setCorrelations(Correlations) - Method in class bexee.model.activity.impl.ReplyImpl
 
setCorrelations(Correlations) - Method in interface bexee.model.elements.OnMessage
 
setCreateInstance(boolean) - Method in interface bexee.model.activity.Receive
Set the create instance property of this Receive.
setCreateInstance(boolean) - Method in class bexee.model.activity.impl.ReceiveImpl
 
setDeadlineExpression(DeadlineExpression) - Method in interface bexee.model.elements.OnAlarm
 
setDeadlineExpression(String) - Method in interface bexee.model.expression.DeadlineExpression
Set the deadline expression litteral.
setDeadlineExpression(String) - Method in class bexee.model.expression.impl.DeadlineExpressionImpl
 
setDefaultDeserializer(ExtensionDeserializer) - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 
setDefaultSerializer(ExtensionSerializer) - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 
setDurationExpression(DurationExpression) - Method in interface bexee.model.elements.OnAlarm
 
setDurationExpression(String) - Method in interface bexee.model.expression.DurationExpression
Set the duration expression litteral.
setDurationExpression(String) - Method in class bexee.model.expression.impl.DurationExpressionImpl
 
setElement(QName) - Method in interface bexee.model.elements.Variable
 
setElement(QName) - Method in class bexee.model.elements.impl.VariableImpl
 
setElementType(QName) - Method in class bexee.wsdl.extensions.partnerlinktype.impl.AbstractExtensibilityElement
 
setElementType(QName) - Method in class bexee.wsdl.extensions.partnerlinktype.impl.PartnerLinkTypeImpl
 
setEnableInstanceCompensation(boolean) - Method in interface bexee.model.process.Process
Set the EnableInstanceCompensation property of this process.
setEnableInstanceCompensation(boolean) - Method in class bexee.model.process.impl.ProcessImpl
 
setEndpointReference(Roles) - Method in interface bexee.model.elements.From
 
setEndpointReference(Roles) - Method in class bexee.model.elements.impl.FromImpl
 
setEventHandlers(EventHandlers) - Method in interface bexee.model.activity.Scope
 
setEventHandlers(EventHandlers) - Method in class bexee.model.activity.impl.ScopeImpl
 
setEventHandlers(EventHandlers) - Method in interface bexee.model.process.Process
Set the EventHandlers of this process.
setEventHandlers(EventHandlers) - Method in class bexee.model.process.impl.ProcessImpl
 
setExpression(String) - Method in interface bexee.model.elements.From
 
setExpression(String) - Method in class bexee.model.elements.impl.FromImpl
 
setExpressionLanguage(String) - Method in interface bexee.model.process.Process
Set the expressionLanguage of this process.
setExpressionLanguage(String) - Method in class bexee.model.process.impl.ProcessImpl
 
setExpressionLitteral(String) - Method in interface bexee.model.expression.Expression
Set an expression litteral for later evaluation.
setExpressionLitteral(String) - Method in class bexee.model.expression.impl.ExpressionImpl
 
setFaultHandlers(FaultHandlers) - Method in interface bexee.model.activity.Scope
 
setFaultHandlers(FaultHandlers) - Method in class bexee.model.activity.impl.ScopeImpl
 
setFaultHandlers(FaultHandlers) - Method in interface bexee.model.process.Process
Set the FaultHandlers of this process.
setFaultHandlers(FaultHandlers) - Method in class bexee.model.process.impl.ProcessImpl
 
setFaultName(QName) - Method in interface bexee.model.activity.Reply
 
setFaultName(QName) - Method in interface bexee.model.activity.Throw
Set the fault name of the fault to be thrown.
setFaultName(QName) - Method in class bexee.model.activity.impl.ReplyImpl
 
setFaultName(QName) - Method in class bexee.model.activity.impl.ThrowImpl
 
setFaultName(QName) - Method in interface bexee.model.elements.CatchFault
 
setFaultVariable(Variable) - Method in interface bexee.model.activity.Throw
Set the variable of the fault to be thrown.
setFaultVariable(Variable) - Method in class bexee.model.activity.impl.ThrowImpl
 
setFaultVariable(Variable) - Method in interface bexee.model.elements.CatchFault
 
setFrom(From) - Method in interface bexee.model.elements.Copy
 
setFrom(From) - Method in class bexee.model.elements.impl.CopyImpl
 
setId(String) - Method in class bexee.core.ProcessContext
Set the id of this ProcessContext.
setInitiate(boolean) - Method in interface bexee.model.elements.Correlation
 
setInitiate(boolean) - Method in class bexee.model.elements.impl.CorrelationImpl
 
setInput(String) - Method in class bexee.ant.StartTask
The input value to pass to the process.
setInputVariable(Variable) - Method in interface bexee.model.activity.Invoke
Set the InputVariable of this Invoke.
setInputVariable(Variable) - Method in class bexee.model.activity.impl.InvokeImpl
 
setJoinExpression(BooleanExpression) - Method in interface bexee.model.activity.Activity
Set the joinExpression of this activity.
setJoinExpression(BooleanExpression) - Method in class bexee.model.activity.impl.AbstractActivity
 
setLink(Link) - Method in interface bexee.model.elements.Source
 
setLink(Link) - Method in interface bexee.model.elements.Target
 
setLinks(Links) - Method in interface bexee.model.activity.Flow
Set the Links of this Flow.
setLinks(Links) - Method in class bexee.model.activity.impl.FlowImpl
 
setMessage(BexeeMessage) - Method in class bexee.core.ProcessContext
Set the current message.
setMessageType(QName) - Method in interface bexee.model.elements.Variable
 
setMessageType(QName) - Method in class bexee.model.elements.impl.VariableImpl
 
setMyRole(String) - Method in interface bexee.model.elements.PartnerLink
 
setMyRole(String) - Method in class bexee.model.elements.impl.PartnerLinkImpl
 
setMyRole(Role) - Method in interface bexee.wsdl.extensions.partnerlinktype.PartnerLinkType
Set myRole of this PartnerLinkType
setMyRole(Role) - Method in class bexee.wsdl.extensions.partnerlinktype.impl.PartnerLinkTypeImpl
 
setName(String) - Method in class bexee.ant.UndeployTask
Name of the BPEL process to undeploy file to deploy.
setName(String) - Method in interface bexee.model.activity.Activity
Set the name of this activity.
setName(String) - Method in class bexee.model.activity.impl.AbstractActivity
 
setName(String) - Method in interface bexee.model.elements.CorrelationSet
 
setName(String) - Method in interface bexee.model.elements.Link
 
setName(String) - Method in interface bexee.model.elements.Partner
 
setName(String) - Method in interface bexee.model.elements.PartnerLink
 
setName(String) - Method in interface bexee.model.elements.Variable
 
setName(String) - Method in class bexee.model.elements.impl.LinkImpl
 
setName(String) - Method in class bexee.model.elements.impl.PartnerLinkImpl
 
setName(String) - Method in class bexee.model.elements.impl.VariableImpl
 
setName(String) - Method in interface bexee.model.process.Process
Set the name of this process.
setName(String) - Method in class bexee.model.process.impl.ProcessImpl
 
setName(String) - Method in interface bexee.wsdl.extensions.partnerlinktype.PartnerLinkType
Set the name of this PartnerLinkType.
setName(String) - Method in interface bexee.wsdl.extensions.partnerlinktype.Role
Set the name of this Role.
setName(String) - Method in class bexee.wsdl.extensions.partnerlinktype.impl.PartnerLinkTypeImpl
 
setName(String) - Method in class bexee.wsdl.extensions.partnerlinktype.impl.RoleImpl
 
setOnAlarms(List) - Method in interface bexee.model.elements.EventHandlers
 
setOnMessages(List) - Method in interface bexee.model.elements.EventHandlers
 
setOpaque(boolean) - Method in interface bexee.model.elements.From
 
setOpaque(boolean) - Method in class bexee.model.elements.impl.FromImpl
 
setOperation(String) - Method in class bexee.ant.StartTask
Name of the operation to perform
setOperation(String) - Method in class bexee.core.BexeeMessage
 
setOperation(String) - Method in interface bexee.model.activity.Invoke
Set the operation to be called by this Invoke.
setOperation(String) - Method in interface bexee.model.activity.Receive
Set the operation name of this Receive.
setOperation(String) - Method in interface bexee.model.activity.Reply
 
setOperation(String) - Method in class bexee.model.activity.impl.InvokeImpl
 
setOperation(String) - Method in class bexee.model.activity.impl.ReceiveImpl
 
setOperation(String) - Method in class bexee.model.activity.impl.ReplyImpl
 
setOperation(String) - Method in interface bexee.model.elements.OnMessage
 
setOtherwise(Activity) - Method in interface bexee.model.activity.Switch
 
setOtherwise(Activity) - Method in class bexee.model.activity.impl.SwitchImpl
 
setOutputVariable(Variable) - Method in interface bexee.model.activity.Invoke
Set the OutputVariable of this Invoke.
setOutputVariable(Variable) - Method in class bexee.model.activity.impl.InvokeImpl
 
setPart(String) - Method in interface bexee.model.elements.From
 
setPart(String) - Method in interface bexee.model.elements.To
 
setPart(String) - Method in class bexee.model.elements.impl.FromImpl
 
setPart(String) - Method in class bexee.model.elements.impl.ToImpl
 
setPartnerLink(PartnerLink) - Method in interface bexee.model.activity.Invoke
Set the PartnerLink of this Invoke.
setPartnerLink(PartnerLink) - Method in interface bexee.model.activity.Receive
Set the PartnerLink of this Receive.
setPartnerLink(PartnerLink) - Method in interface bexee.model.activity.Reply
Set the PartnerLink used for replying.
setPartnerLink(PartnerLink) - Method in class bexee.model.activity.impl.InvokeImpl
 
setPartnerLink(PartnerLink) - Method in class bexee.model.activity.impl.ReceiveImpl
 
setPartnerLink(PartnerLink) - Method in class bexee.model.activity.impl.ReplyImpl
 
setPartnerLink(PartnerLink) - Method in interface bexee.model.elements.From
 
setPartnerLink(PartnerLink) - Method in interface bexee.model.elements.OnMessage
 
setPartnerLink(PartnerLink) - Method in interface bexee.model.elements.To
 
setPartnerLink(PartnerLink) - Method in class bexee.model.elements.impl.FromImpl
 
setPartnerLink(PartnerLink) - Method in class bexee.model.elements.impl.ToImpl
 
setPartnerLinkType(QName) - Method in interface bexee.model.elements.PartnerLink
 
setPartnerLinkType(QName) - Method in class bexee.model.elements.impl.PartnerLinkImpl
 
setPartnerLinks(PartnerLinks) - Method in interface bexee.model.elements.Partner
 
setPartnerLinks(PartnerLinks) - Method in interface bexee.model.process.Process
Set the PartnerLinks of this process.
setPartnerLinks(PartnerLinks) - Method in class bexee.model.process.impl.ProcessImpl
 
setPartnerRole(String) - Method in interface bexee.model.elements.PartnerLink
 
setPartnerRole(String) - Method in class bexee.model.elements.impl.PartnerLinkImpl
 
setPartnerRole(Role) - Method in interface bexee.wsdl.extensions.partnerlinktype.PartnerLinkType
Set partnerRole of this PartnerLinkType
setPartnerRole(Role) - Method in class bexee.wsdl.extensions.partnerlinktype.impl.PartnerLinkTypeImpl
 
setPartners(Partners) - Method in interface bexee.model.process.Process
Set the Partners of this process.
setPartners(Partners) - Method in class bexee.model.process.impl.ProcessImpl
 
setParts(Map) - Method in class bexee.core.BexeeMessage
 
setPattern(CorrelationPattern) - Method in interface bexee.model.elements.Correlation
 
setPattern(CorrelationPattern) - Method in class bexee.model.elements.impl.CorrelationImpl
 
setPortType(QName) - Method in interface bexee.model.activity.Invoke
Set the PortType QName of this Invoke.
setPortType(QName) - Method in interface bexee.model.activity.Receive
Set the PortType QName of this Receive.
setPortType(QName) - Method in interface bexee.model.activity.Reply
 
setPortType(QName) - Method in class bexee.model.activity.impl.InvokeImpl
 
setPortType(QName) - Method in class bexee.model.activity.impl.ReceiveImpl
 
setPortType(QName) - Method in class bexee.model.activity.impl.ReplyImpl
 
setPortType(QName) - Method in interface bexee.model.elements.OnMessage
 
setPortType(PortType) - Method in interface bexee.wsdl.extensions.partnerlinktype.Role
Set the PortType of this Role.
setPortType(PortType) - Method in class bexee.wsdl.extensions.partnerlinktype.impl.RoleImpl
 
setProcess(Process) - Method in interface bexee.model.process.BPELProcess
Set the pure BPEL process.
setProcess(Process) - Method in class bexee.model.process.impl.BPELProcessImpl
 
setProperties(List) - Method in interface bexee.model.elements.CorrelationSet
 
setProperty(QName) - Method in interface bexee.model.elements.From
 
setProperty(QName) - Method in interface bexee.model.elements.To
 
setProperty(QName) - Method in class bexee.model.elements.impl.FromImpl
 
setProperty(QName) - Method in class bexee.model.elements.impl.ToImpl
 
setProperty(String, String) - Static method in class bexee.util.BexeeProperties
Calls the Hashtable method put.
setQuery(String) - Method in interface bexee.model.elements.From
 
setQuery(String) - Method in interface bexee.model.elements.To
 
setQuery(String) - Method in class bexee.model.elements.impl.FromImpl
 
setQuery(String) - Method in class bexee.model.elements.impl.ToImpl
 
setQueryLanguage(String) - Method in interface bexee.model.process.Process
Set the queryLanguage of this process.
setQueryLanguage(String) - Method in class bexee.model.process.impl.ProcessImpl
 
setRequired(Boolean) - Method in class bexee.wsdl.extensions.partnerlinktype.impl.AbstractExtensibilityElement
 
setRequired(Boolean) - Method in class bexee.wsdl.extensions.partnerlinktype.impl.PartnerLinkTypeImpl
 
setResult(Object) - Method in class bexee.core.ProcessContext
Provides a place to store the result of BPEL process instance that has terminated it's execution.
setRole(String) - Method in interface bexee.model.elements.Roles
 
setRole(String) - Method in class bexee.model.elements.impl.RolesImpl
 
setScope(Scope) - Method in interface bexee.model.activity.Compensate
Set the root scope of this Compensate.
setScope(Scope) - Method in class bexee.model.activity.impl.CompensateImpl
 
setService(String) - Method in class bexee.core.BexeeMessage
The name of the invoked service.
setSet(String) - Method in interface bexee.model.elements.Correlation
 
setSet(String) - Method in class bexee.model.elements.impl.CorrelationImpl
 
setSources(List) - Method in interface bexee.model.activity.Activity
Declare this activity as named link sources.
setSources(List) - Method in class bexee.model.activity.impl.AbstractActivity
 
setState(int) - Method in class bexee.event.Event
Set the state of this Event.
setSuppressJoinFailure(boolean) - Method in interface bexee.model.activity.Activity
Set whether to suppress a join failure on this activity.
setSuppressJoinFailure(boolean) - Method in class bexee.model.activity.impl.AbstractActivity
 
setSuppressJoinFailure(boolean) - Method in interface bexee.model.process.Process
Set the suppressJoinFailure property of this process.
setSuppressJoinFailure(boolean) - Method in class bexee.model.process.impl.ProcessImpl
 
setSynchronous(boolean) - Method in interface bexee.model.process.BPELProcess
Set this BPELProcess' synchronous property.
setSynchronous(boolean) - Method in class bexee.model.process.impl.BPELProcessImpl
 
setTargetNamespace(String) - Method in interface bexee.model.process.Process
Set the targetNamespace of this process.
setTargetNamespace(String) - Method in class bexee.model.process.impl.ProcessImpl
 
setTargets(List) - Method in interface bexee.model.activity.Activity
Declare this activity as named link targets.
setTargets(List) - Method in class bexee.model.activity.impl.AbstractActivity
 
setTo(To) - Method in interface bexee.model.elements.Copy
 
setTo(To) - Method in class bexee.model.elements.impl.CopyImpl
 
setTransitionCondition(BooleanExpression) - Method in interface bexee.model.elements.Source
 
setType(QName) - Method in interface bexee.model.elements.Variable
 
setType(QName) - Method in class bexee.model.elements.impl.VariableImpl
 
setUrl(String) - Method in class bexee.ant.DeployTask
Location of the Manager Web Service.
setUrl(String) - Method in class bexee.ant.StartTask
Location of the BPEL process Web Service.
setUrl(String) - Method in class bexee.ant.UndeployTask
Location of the Manager Web Service.
setVariable(Variable, Map) - Method in class bexee.core.ProcessContext
Stores the parts of a given Variable.
setVariable(Variable) - Method in interface bexee.model.activity.Receive
Set the Variable of this Receive.
setVariable(Variable) - Method in interface bexee.model.activity.Reply
 
setVariable(Variable) - Method in class bexee.model.activity.impl.ReceiveImpl
 
setVariable(Variable) - Method in class bexee.model.activity.impl.ReplyImpl
 
setVariable(Variable) - Method in interface bexee.model.elements.From
 
setVariable(Variable) - Method in interface bexee.model.elements.OnMessage
 
setVariable(Variable) - Method in interface bexee.model.elements.To
 
setVariable(Variable) - Method in class bexee.model.elements.impl.FromImpl
 
setVariable(Variable) - Method in class bexee.model.elements.impl.ToImpl
 
setVariableAccessSerializable(boolean) - Method in interface bexee.model.activity.Scope
Set whether the access to variables is serializable.
setVariableAccessSerializable(boolean) - Method in class bexee.model.activity.impl.ScopeImpl
 
setVariablePart(Variable, String, Object) - Method in class bexee.core.ProcessContext
Set a variable part identified by a Variable identifier and a part name.
setVariables(Variables) - Method in interface bexee.model.activity.Scope
Set Variables of this Scope.
setVariables(Variables) - Method in class bexee.model.activity.impl.ScopeImpl
 
setVariables(Variables) - Method in interface bexee.model.process.Process
Set the Variables of this process.
setVariables(Variables) - Method in class bexee.model.process.impl.ProcessImpl
 
setWSDL(File) - Method in class bexee.ant.DeployTask
WSDL file describing the BPEL process.
setWSDL(Definition) - Method in interface bexee.model.process.BPELProcess
Set this BPELProcess' own WSDL description.
setWSDL(Definition) - Method in class bexee.model.process.impl.BPELProcessImpl
 
split(String) - Static method in class bexee.util.StringUtils
Split a String using the ":" separator.
strictYesNoToBoolean(String) - Static method in class bexee.util.BooleanUtils
Transform a "YES" or "NO" string to a boolean value.

T

TARGET_NAMESPACE - Static variable in interface bexee.model.AttributeNames
targetNamespace attribute name
TYPE - Static variable in interface bexee.model.AttributeNames
type attribute name
Target - interface bexee.model.elements.Target.
Representation of the Target BPEL element.
Terminate - interface bexee.model.activity.Terminate.
This activity will terminate a process when called.
TerminateImpl - class bexee.model.activity.impl.TerminateImpl.
Default implementation of the Terminate activity.
TerminateImpl() - Constructor for class bexee.model.activity.impl.TerminateImpl
 
TerminateImpl(StandardAttributes) - Constructor for class bexee.model.activity.impl.TerminateImpl
 
Throw - interface bexee.model.activity.Throw.
This throw activity will throw a fault when called.
ThrowImpl - class bexee.model.activity.impl.ThrowImpl.
Default implementation of the Throw activity.
ThrowImpl() - Constructor for class bexee.model.activity.impl.ThrowImpl
 
ThrowImpl(StandardAttributes) - Constructor for class bexee.model.activity.impl.ThrowImpl
 
To - interface bexee.model.elements.To.
Representation of the To BPEL element.
ToImpl - class bexee.model.elements.impl.ToImpl.
Default implementation of the To BPEL element.
ToImpl() - Constructor for class bexee.model.elements.impl.ToImpl
 
ToImplFactory - class bexee.model.xmltobpel.ToImplFactory.
This class is used by the Digester for the transformation of To elements from a BPEL document into ToImpl objects.
ToImplFactory() - Constructor for class bexee.model.xmltobpel.ToImplFactory
 
toString() - Method in class bexee.core.BexeeMessage
 
toString() - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeExtensionRegistry
 

U

URI_SCHEMA_XSD - Static variable in class bexee.util.Constants
XML Schema schema uri
URI_SCHEMA_XSI - Static variable in class bexee.util.Constants
XML Schema-instance uri
URI_SOAP_HTTP - Static variable in class bexee.util.Constants
 
URI_WSDL - Static variable in class bexee.util.Constants
 
URI_WSDL_SOAP - Static variable in class bexee.util.Constants
 
UndeployTask - class bexee.ant.UndeployTask.
Undeploys a BPEL process from bexee.
UndeployTask() - Constructor for class bexee.ant.UndeployTask
 
undeploy(String) - Method in class bexee.admin.Admin
Undeploys an existing service
undeploy(String) - Method in class bexee.admin.Manager
 
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class bexee.wsdl.extensions.partnerlinktype.PartnerLinkTypeDeserializer
Deserialize a PartnerLinkType from the xml element string.
update(BPELProcess) - Method in interface bexee.dao.BPELProcessDAO
Updates an existing BPELProcess.
update(BPELProcess) - Method in class bexee.dao.JDOBPELProcessDAO
 
update(ProcessContext) - Method in class bexee.dao.JDOProcessContextDAO
 
update(BPELProcess) - Method in class bexee.dao.MemoryBPELProcessDAO
 
update(ProcessContext) - Method in class bexee.dao.MemoryProcessContextDAO
 
update(ProcessContext) - Method in interface bexee.dao.ProcessContextDAO
Updates an existing ProcessContext.

V

VARIABLE - Static variable in interface bexee.model.AttributeNames
variable attribute name
Variable - interface bexee.model.elements.Variable.
Representation of the Variable BPEL element.
VariableImpl - class bexee.model.elements.impl.VariableImpl.
Default implementation of the Variable BPEL element.
VariableImpl() - Constructor for class bexee.model.elements.impl.VariableImpl
 
VariableImpl(String) - Constructor for class bexee.model.elements.impl.VariableImpl
 
VariableImplFactory - class bexee.model.xmltobpel.VariableImplFactory.
This class is used by the Digester for the transformation of Variable elements from a BPEL document into VariableImpl objects.
VariableImplFactory() - Constructor for class bexee.model.xmltobpel.VariableImplFactory
 
Variables - interface bexee.model.elements.Variables.
Representation of the Variables BPEL element.
VariablesImpl - class bexee.model.elements.impl.VariablesImpl.
Default implementation of the Variables BPEL element.
VariablesImpl() - Constructor for class bexee.model.elements.impl.VariablesImpl
 
visit(Process) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for a Process
visit(Assign) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Assign
visit(Compensate) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Compensate
visit(Empty) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Empty
visit(Flow) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Flow
visit(Invoke) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Invoke
visit(Receive) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Receive
visit(Reply) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Reply
visit(Scope) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Scope
visit(Sequence) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Sequence
visit(Terminate) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Terminate
visit(Throw) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Throw
visit(Activity) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Activity
visit(Link) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Link
visit(PartnerLink) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for PartnerLink
visit(Variable) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Variable
visit(Variables) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Variables
visit(PartnerLinks) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for PartnerLinks
visit(Correlation) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Correlation
visit(CorrelationPattern) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for CorrelationPattern
visit(Copy) - Method in class bexee.model.AbstractBPELElementVisitor
Empty method body for Copy
visit(Process) - Method in class bexee.model.AtomicActivityVisitor
Visit the process, i.e. ask the root Activity to accept this Visitor.
visit(Flow) - Method in class bexee.model.AtomicActivityVisitor
Traverse all activities within a Flow activity.
visit(Scope) - Method in class bexee.model.AtomicActivityVisitor
Traverse the only activity of a Scope.
visit(Sequence) - Method in class bexee.model.AtomicActivityVisitor
Traverse all activities within a Sequence activity.
visit(Process) - Method in interface bexee.model.BPELElementVisitor
Visit a Process BPELElement.
visit(Assign) - Method in interface bexee.model.BPELElementVisitor
Visit an Assign BPELElement.
visit(Compensate) - Method in interface bexee.model.BPELElementVisitor
Visit a Compensate BPELElement.
visit(Empty) - Method in interface bexee.model.BPELElementVisitor
Visit an Empty BPELElement.
visit(Flow) - Method in interface bexee.model.BPELElementVisitor
Visit a Flow BPELElement.
visit(Invoke) - Method in interface bexee.model.BPELElementVisitor
Visit an Invoke BPELElement.
visit(Receive) - Method in interface bexee.model.BPELElementVisitor
Visit a Receive BPELElement.
visit(Reply) - Method in interface bexee.model.BPELElementVisitor
Visit a Reply BPELElement.
visit(Scope) - Method in interface bexee.model.BPELElementVisitor
Visit a Scope BPELElement.
visit(Sequence) - Method in interface bexee.model.BPELElementVisitor
Visit a Sequence BPELElement.
visit(Terminate) - Method in interface bexee.model.BPELElementVisitor
Visit a Terminate BPELElement.
visit(Throw) - Method in interface bexee.model.BPELElementVisitor
Visit a Throw BPELElement.
visit(Activity) - Method in interface bexee.model.BPELElementVisitor
Visit an Activity BPELElement.
visit(Link) - Method in interface bexee.model.BPELElementVisitor
Visit a Link BPELElement.
visit(PartnerLink) - Method in interface bexee.model.BPELElementVisitor
Visit a PartnerLink BPELElement.
visit(Variable) - Method in interface bexee.model.BPELElementVisitor
Visit a Variable BPELElement.
visit(Variables) - Method in interface bexee.model.BPELElementVisitor
Visit a Variables BPELElement.
visit(PartnerLinks) - Method in interface bexee.model.BPELElementVisitor
Visit a PartnerLinks BPELElement.
visit(Correlation) - Method in interface bexee.model.BPELElementVisitor
Visit a Correlation BPELElement.
visit(CorrelationPattern) - Method in interface bexee.model.BPELElementVisitor
Visit a CorrelationPattern BPELElement.
visit(Copy) - Method in interface bexee.model.BPELElementVisitor
Visit a Copy BPELElement.
visit(Receive) - Method in class bexee.model.FindCreateReceivesVisitor
It only is necessary to traverse all Receive activities in order to discover all Receives which might initiate process instance creation.
visit(Reply) - Method in class bexee.model.IsSynchronousProcessVisitor
Once this method will be called, this visitor will know that the visited BPELProcess has a Reply and is therefore a synchronous process.

W

WAITING - Static variable in class bexee.event.Event
 
WSDLBindingFactory - class bexee.wsdl.WSDLBindingFactory.
This class is used as a WSDL:Binding and WSDL:Service factory.
WSDLBindingFactory() - Constructor for class bexee.wsdl.WSDLBindingFactory
 
WSDL_OPERATION_QNAME - Static variable in class bexee.util.Constants
 
WSDL_PRFIX - Static variable in class bexee.util.Constants
 
WSDL_SOAP_PPREFIX - Static variable in class bexee.util.Constants
 
Wait - interface bexee.model.activity.Wait.
Representation of a BPEL Wait activity.
While - interface bexee.model.activity.While.
Representation of a BPEL While activity.

X

XML - class bexee.ecs.XML.
This class is used to override the default constructor of the org.apache.ecs.xml.XML in order to set some properties.
XML(String) - Constructor for class bexee.ecs.XML
Create a new XML instance with the given elementName.
XMLNS - Static variable in interface bexee.model.AttributeNames
xmlns attribute name

Y

yesNoToBoolean(String) - Static method in class bexee.util.BooleanUtils
Transform a "YES" or "NO" string to a boolean value.

A B C D E F G H I J L M N O P Q R S T U V W X Y

Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.