Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


com.oracle.bpel.client.wsif
Interface IJavaEjbPlnkBindingInfo


public interface IJavaEjbPlnkBindingInfo

Implement this interface in your Java Bean or EJB Bean class to retrieve the partnerlink Binding properties of the BPEL Suitcase (bpel.xml)
Example:
<property name="connectionName">myConnection<property/>


Method Summary
 void setPlnkProperties(java.util.HashMap pProperties)
          This method will be called immediatly after the new instance of the class/bean has been created

 

Method Detail

setPlnkProperties

void setPlnkProperties(java.util.HashMap pProperties)
This method will be called immediatly after the new instance of the class/bean has been created
Parameters:
pProperties - the map containing name/value pairs

Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


Copyright © 2006, Oracle. All rights reserved.