|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Endpoint | |
|---|---|
| org.apache.ode.bpel.iapi | |
| Uses of Endpoint in org.apache.ode.bpel.iapi |
|---|
| Methods in org.apache.ode.bpel.iapi that return types with arguments of type Endpoint | |
|---|---|
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. |
| Methods in org.apache.ode.bpel.iapi with parameters of type Endpoint | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||