| Package | Description |
|---|---|
| org.apache.ode.bpel.iapi |
| Modifier and Type | Method and Description |
|---|---|
void |
BpelServer.cleanupProcess(ProcessConf conf) |
MyRoleMessageExchange |
BpelEngine.createMessageExchange(java.lang.String clientKey,
javax.xml.namespace.QName serviceId,
java.lang.String operation)
Create a "my role" message exchange for invoking a BPEL process.
|
MyRoleMessageExchange |
BpelEngine.createMessageExchange(java.lang.String clientKey,
javax.xml.namespace.QName serviceId,
java.lang.String operation,
java.lang.String pipeMexId,
java.lang.String deployer) |
DebuggerContext |
BpelServer.getDebugger(javax.xml.namespace.QName pid) |
EndpointReference |
MessageExchange.getEndpointReference()
Get a reference to the end-point targeted by this message exchange.
|
java.lang.String |
MessageExchange.getMessageExchangeId()
Get the message exchange identifier.
|
java.lang.String |
MessageExchange.getOperationName()
Get the name of the operation (WSDL 1.1) / message exchange (WSDL 1.2?).
|
void |
BpelServer.init()
Initialize the BPEL engine.
|
boolean |
MessageExchange.isTransactionPropagated() |
void |
MessageExchangeContext.onAsyncReply(MyRoleMessageExchange myRoleMex)
Method used to asynchronously deliver to the integration layer the BPEL
engine's response to an invocation that could not complete synchronously.
|
void |
BpelServer.register(ProcessConf conf)
Register a process with the server.
|
void |
PartnerRoleMessageExchange.reply(Message response)
Indicate that the partner has responded to the message exchange.
|
void |
PartnerRoleMessageExchange.replyWithFailure(MessageExchange.FailureType type,
java.lang.String description,
org.w3c.dom.Element details)
Indicate that the partner has failed to process the message exchange.
|
void |
PartnerRoleMessageExchange.replyWithFault(javax.xml.namespace.QName faultType,
Message outputFaultMessage)
Indicate that the partner faulted in processing the message exchange.
|
void |
BpelServer.setBindingContext(BindingContext bindingContext)
Configure the with a binding context.
|
void |
BpelServer.setEndpointReferenceContext(EndpointReferenceContext eprContext)
Configure the with an endpoint-reference (EPR) context.
|
void |
BpelServer.setMessageExchangeContext(MessageExchangeContext mexContext)
Configure the with a message-exchange context.
|
void |
BpelServer.setScheduler(Scheduler scheduler)
Configure the with a scheduler.
|
void |
BpelServer.shutdown()
Called to shutdown the BPEL egnine.
|
void |
BpelServer.start()
Start the BPEL engine.
|
void |
BpelServer.stop()
Stop the BPEL engine: results in the cessation of process
execution.
|
void |
BpelServer.unregister(javax.xml.namespace.QName pid)
Unregister a process from the server.
|
Copyright © 2015 WSO2. All Rights Reserved.