| Package | Description |
|---|---|
| org.apache.ode.bpel.iapi |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Endpoint> |
ProcessConf.getInvokeEndpoints()
Gets the list of endpoints a process invokes.
|
java.util.Map<java.lang.String,Endpoint> |
ProcessConf.getProvideEndpoints()
Gets the list of endpoints a process should provide.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointReference |
BindingContext.activateMyRoleEndpoint(javax.xml.namespace.QName processId,
Endpoint myRoleEndpoint)
Activate a "myRole" endpoint.
|
PartnerRoleChannel |
BindingContext.createPartnerRoleChannel(javax.xml.namespace.QName processId,
javax.wsdl.PortType portType,
Endpoint initialPartnerEndpoint)
Create a communication channel for communicating with a partner.
|
void |
BindingContext.deactivateMyRoleEndpoint(javax.xml.namespace.QName processId,
Endpoint myRoleEndpoint)
Deactivate a "myRole" endpoint.
|
Copyright © 2015 WSO2. All Rights Reserved.