org.apache.ode.bpel.compiler.bom

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » ESB » apache ode 2.0 » org.apache.ode.bpel.compiler.bom 
org.apache.ode.bpel.compiler.bom

The API for the BPEL Object Model (BOM), a domain-specific document object model (DOM) that can represent BPEL v1.1 and BPEL v2.0 (OASIS) processes. While the BOM enforced strcutural constraints --for example that a process contain one root activity-- it does not perform any static analysis, and may be used to produce processes that are invalid. It is also possible to use the BOM to build processes that do not conform to the BPEL XML Schema. This allows the BOM to be used in applications such a process design, where an incomplete or invalid process may need to be modeled.

Java Source File NameTypeComment
Activity.javaClass Interface common to all BPEL activities.
AssignActivity.javaClass BOM representation of the BPEL <assign> activity.
Bpel11QNames.javaClass
Bpel20QNames.javaClass
BpelObject.javaClass Common interface to all BPEL object model (BOM) objects.
BpelObject4WSDL.javaClass
BpelObjectFactory.javaClass
Catch.javaClass Representation of a BPEL fault handler catch block.
Communication.javaInterface Base interface for BPEL constructs representing a web-service communication.
CommunicationHelper.javaClass
CompensateActivity.javaClass Representation of the BPEL <compensate> activity.
CompensateScopeActivity.javaClass Representation of the BPEL <compensateScope> activity.
CompensationHandler.javaClass Representation of a BPEL compensation handler.
CompletionCondition.javaClass Interface for a <completionCondition> as used in a forEach activity.
CompositeActivity.javaClass Base interface for BPEL composite activities <flow> and <sequence>.
Copy.javaClass Assignment copy entry.
Correlation.javaClass Representaiton of a BPEL <correlation> modifier.
Correlations.javaClass
CorrelationSet.javaClass BPEL correlation set declaration.
CorrelationSets.javaClass
CreateInstanceActivity.javaClass Interface implemented by activities that can be used to create an process instance.
DOMBuilderContentHandler.javaClass
EmptyActivity.javaClass BOM representation of the BPEL <empty> activity.
Expression.javaClass BOM representation of a BPEL expression language expression.
Expression11.javaClass BPEL-1.1 overrides for the expression object.
Extension.javaClass BOM representation of the BPEL <extension> element.
ExtensionActivity.javaClass BOM representation of the BPEL <extensionActivity> activity.
ExtensionAssignOperation.javaClass BOM representation of the BPEL <extensionAssignOperation>.
Extensions.javaClass BOM representation of the BPEL <extension> element.
ExtensionVal.javaClass Assignment L/R-value defined in terms of message variable extensions.
ExtVarKeyMapping.javaClass External variable mapping.
FailureHandling.javaClass BOM representation of the failure handling settings extensibility element.
FaultHandler.javaClass BOM representation of a BPEL fault handler, i.e.
FlowActivity.javaClass BOM representation of the BPEL <flow> activity.
ForEachActivity.javaClass Representation of the BPEL <forEach> activity.
From.javaClass Marker interface for assignment R-values.
IfActivity.javaClass Representation of the BPEL <switch> activity.
Import.javaClass BPEL Object Model representation of a BPEL <import>.
InvokeActivity.javaClass BOM representation of a BPEL <invoke> activity.
JoinFailureSuppressor.javaClass Base class for nodes (such as Activity and Process that can suppress join failure.
Link.javaClass BOM representation of <flow>'s link declaration.
Links.javaClass
LinkSource.javaClass BOM representation of a "link source" (i.e.
LinkTarget.javaClass A representation of a BPEL link target.
LiteralVal.javaClass BOM representation of an XML-literal assignment R-value.
LocalEntityResolver.javaClass Resolver implementation that restricts us to a known set of resources.
OnAlarm.javaClass Representation of alarm-based event handlers.
OnEvent.javaClass Representation of a message-driven event handler.
OnMessage.javaClass

Representation of a message-driven event handler.

PartnerLink.javaClass Representation of a BPEL <partnerLink> decleration.
PartnerLinks.javaClass
PartnerLinkType.javaClass WSDL4J representation of a BPEL <partnerLink> declaration.
PartnerLinkVal.javaClass Assignment L/R-value defined in terms of a BPEL partner link.
PickActivity.javaClass Reperesentation of a BPEL <pick> activity.
Process.javaClass BPEL Object Model (BOM) representation of a BPEL process.
Property.javaClass Interim object representation of a BPEL <property element.
PropertyAlias.javaClass WSDL extension element for a BPEL <propertyAlias> element.
PropertyAlias11.javaClass A BPEL 1.1 - implementation.
PropertyVal.javaClass Assignment L/R-value defined in terms of a BPEL property.
Query.javaClass A Query is nothing more than an expression with the expression-language in the "queryLanguage" attribute rather than the "expressionLanguage" attribute.
author:
   Maciej Szefler - m s z e f l e r @ g m a i l .
Query11.javaClass A BPEL 1.1 Query, extends the 1.1 version of expression: org.apache.ode.bpel.compiler.bom.Expression11 .
author:
   Maciej Szefler - m s z e f l e r @ g m a i l .
RdfLabel.javaClass BOM representation of an RDF label.
ReceiveActivity.javaClass Representation of a BPEL <receive> activity.
RepeatUntilActivity.javaClass Representation of the repeatUntil BPEL 2.0 activity.
author:
   Maciej Szefler (m s z e f l e r @ g m a i l .
ReplyActivity.javaClass Representation of the BPEL <reply> activity.
RethrowActivity.javaClass BOM representation of the BPEL <rethrow> activity.
Scope.javaClass Base-class for BPEL scope-like constructs.
ScopeActivity.javaClass BPEL <scope> activity.
ScopeLikeActivity.javaClass
SequenceActivity.javaClass BPEL <sequence> activity.
Sources.javaClass
SwitchActivity.javaClass Legacy (BPEL 1.1) representation of a <switch> activity.
author:
   Maciej Szefler - m s z e f l e r @ g m a i l .
Targets.javaClass
TerminateActivity.javaClass Representation of the BPEL <terminate;> activity.
TerminationHandler.javaClass Representation of a BPEL termination handler.
ThrowActivity.javaClass Representation of the BPEL <throw> activity.
To.javaClass Marker interface for assignment L-values.
ToFrom.javaClass
Variable.javaClass BPEL Variable declaration.
Variables.javaClass
VariableVal.javaClass Assignment L/R-value defined by a location within a BPEL variable.
VariableVal11.javaClass
WaitActivity.javaClass Representation of the BPEL <wait> activity.
WhileActivity.javaClass Representation of the BPEL <while> activity.
WhileActivity11.javaClass BPEL 1.1 version of the /while/ activity.
author:
   Maciej Szefler - m s z e f l e r @ g m a i l .
w___w___w___.j__a___v__a__2__s__._c__om_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.