|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BPELException in com.ebmwebsourcing.easybpel.model.bpel.api |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api that throw BPELException | |
|---|---|
abstract com.ebmwebsourcing.easyviper.core.api.Core |
BPELFactory.newBPELEngine(com.ebmwebsourcing.easyviper.core.api.engine.configuration.ConfigurationEngine cong,
com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter converter,
int numberOfReceivers,
java.lang.Class<? extends com.ebmwebsourcing.easyviper.core.api.env.Receiver> receiverClass,
int numberOfSenders,
java.lang.Class<? extends com.ebmwebsourcing.easyviper.core.api.env.Sender> senderClass,
java.util.logging.Logger logger)
Create the registry of process. |
abstract com.ebmwebsourcing.easyviper.core.api.Core |
BPELFactory.newBPELEngine(com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter converter,
int numberOfReceivers,
java.lang.Class<? extends com.ebmwebsourcing.easyviper.core.api.env.Receiver> receiverClass,
int numberOfSenders,
java.lang.Class<? extends com.ebmwebsourcing.easyviper.core.api.env.Sender> senderClass)
|
abstract BPELReader |
BPELFactory.newBPELReader()
Create a new instance of a BPELReaderImpl. |
abstract BPELReader |
BPELFactory.newBPELReader(java.util.Map<BPELReader.FeatureConstants,java.lang.Object> features)
Create a new instance of a BPELReaderImpl. |
abstract BPELWriter |
BPELFactory.newBPELWriter()
Create a new instance of a BPELWriterImpl. |
| Uses of BPELException in com.ebmwebsourcing.easybpel.model.bpel.api.activity |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity that throw BPELException | |
|---|---|
void |
If.addElseIfActivity(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression exp,
Activity a)
|
void |
If.addIfActivity(com.ebmwebsourcing.easybpel.xpath.exp.api.BPELBooleanExpression exp,
Activity a)
|
void |
Scope.setActivity(Activity a)
|
void |
If.setElseActivity(Activity a)
|
| Uses of BPELException in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity.element.elements4pick that throw BPELException | |
|---|---|
void |
OnMessage.setActivity(Activity a)
|
| Uses of BPELException in com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension that throw BPELException | |
|---|---|
protected abstract E |
AbstractExtendedActivityImpl.convertElementToModel(org.w3c.dom.Element elmt)
|
javax.xml.bind.JAXBContext |
AbstractExtendedActivityImpl.getJaxbContext()
|
protected abstract void |
AbstractExtendedActivityImpl.loadJaxbContext()
|
| Constructors in com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension that throw BPELException | |
|---|---|
AbstractExtendedActivityImpl(javax.xml.namespace.QName tag,
E model,
ExtensionActivity parent)
|
|
AbstractExtendedActivityImpl(javax.xml.namespace.QName tag,
org.w3c.dom.Element elmt,
ExtensionActivity parent)
|
|
| Uses of BPELException in com.ebmwebsourcing.easybpel.model.bpel.api.compiler |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.compiler that throw BPELException | |
|---|---|
com.ebmwebsourcing.easyviper.core.api.engine.Process |
BPELCompiler.generate(com.ebmwebsourcing.easyviper.core.api.Core core,
BPELProcess bpelprocess)
|
| Uses of BPELException in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation that return BPELException | |
|---|---|
BPELException |
BPELError.getError()
|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation with parameters of type BPELException | |
|---|---|
void |
BPELError.setError(BPELException ex)
|
| Uses of BPELException in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.verification |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.compiler.verification that throw BPELException | |
|---|---|
java.lang.Class<?> |
TypeVerifier.compare(org.jdom.Element e1,
org.jdom.Element e2)
|
java.util.Date |
TypeVerifier.getDateTimeValue(org.jdom.Element e)
|
boolean |
TypeVerifier.isBoolean(org.jdom.Element e)
|
boolean |
TypeVerifier.isDateTime(org.jdom.Element e)
|
boolean |
TypeVerifier.isInteger(org.jdom.Element e)
|
boolean |
TypeVerifier.isString(org.jdom.Element e)
|
| Uses of BPELException in com.ebmwebsourcing.easybpel.model.bpel.api.inout |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.inout that throw BPELException | |
|---|---|
java.lang.String |
BPELWriter.getDefinition(BPELElement element)
|
org.w3c.dom.Document |
BPELWriter.getDocument(BPELProcess bpelDef)
Return a document generated from the specified BPEL model. |
BPELProcess |
BPELReader.readBPEL(org.w3c.dom.Document bpelDocument)
Read the specified WSDL document into a WSDL definition. |
BPELProcess |
BPELReader.readBPEL(java.net.URI bpelURI)
Read the WSDL document accessible via the specified URI into a BPEL definition. |
BPELProcess |
BPELReader.readBPEL(java.net.URI bpelURI,
org.xml.sax.InputSource inputSource)
Read a BPEL document into a BPEL definition. |
void |
BPELReader.setFeature(BPELReader.FeatureConstants name,
java.lang.Object value)
Sets the specified feature to the specified value. |
java.lang.String |
BPELWriter.writeBPEL(BPELProcess bpelDef)
Write the specified BPEL definition . |
| Uses of BPELException in com.ebmwebsourcing.easybpel.model.bpel.api.message |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.message that throw BPELException | |
|---|---|
void |
BPELExternalMessage.setMessage(java.lang.String msg)
|
| Uses of BPELException in com.ebmwebsourcing.easybpel.model.bpel.api.util |
|---|
| Methods in com.ebmwebsourcing.easybpel.model.bpel.api.util that throw BPELException | |
|---|---|
static BPELInternalMessage |
MessageUtil.createMessage(BPELVariable variable,
Descriptions desc,
com.ebmwebsourcing.easyviper.core.api.marshalling.factory.MessageFactory msgFactory)
|
static boolean |
MessageUtil.createMessageIfNotExist(com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable v,
Descriptions desc,
com.ebmwebsourcing.easyviper.core.api.marshalling.factory.MessageFactory msgFactory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||