|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BindingContext
Interface used by the BPEL Server to establish communication links with the external world via the Integration Layer. This interface is implemented by the integration layer.
| Method Summary | |
|---|---|
EndpointReference |
activateMyRoleEndpoint(javax.xml.namespace.QName processId,
Endpoint myRoleEndpoint)
Activate a "myRole" endpoint. |
long |
calculateSizeofService(EndpointReference epr)
Calculate the size of the service that this endpoint references. |
PartnerRoleChannel |
createPartnerRoleChannel(javax.xml.namespace.QName processId,
javax.wsdl.PortType portType,
Endpoint initialPartnerEndpoint)
Create a communication channel for communicating with a partner. |
void |
deactivateMyRoleEndpoint(Endpoint myRoleEndpoint)
Deactivate a "myRole" endpoint. |
| Method Detail |
|---|
EndpointReference activateMyRoleEndpoint(javax.xml.namespace.QName processId,
Endpoint myRoleEndpoint)
processId - myRoleEndpoint - endpoint identifer (service qname + port)void deactivateMyRoleEndpoint(Endpoint myRoleEndpoint)
activateMyRoleEndpoint(QName, Endpoint).
myRoleEndpoint -
PartnerRoleChannel createPartnerRoleChannel(javax.xml.namespace.QName processId,
javax.wsdl.PortType portType,
Endpoint initialPartnerEndpoint)
processId - process identifier of the process requesting this channelportType - type of the portinitialPartnerEndpoint - endpoint identifer (service qname + port) of the partner
that we will communicate with on the link by default (i.e.
if the partner link is not assigned to)long calculateSizeofService(EndpointReference epr)
epr - the endpoint reference for the service
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||