org.ow2.petals.binding.soap
Class SoapBootstrapOperations

java.lang.Object
  extended by org.ow2.petals.binding.soap.SoapBootstrapOperations

public class SoapBootstrapOperations
extends Object

The operations which are exposed during bootstrap phase

Author:
Christophe HAMERLING - eBMWebSourcing

Constructor Summary
SoapBootstrapOperations(javax.jbi.component.InstallationContext installContext)
          Creates a new instance of SoapBootstrapOperations
 
Method Summary
 String addModule(String str)
           
 String getParam(String name, org.ow2.petals.component.framework.jbidescriptor.generated.Jbi jbi)
          Get a SOAP parameter.
 void setParam(String name, String value, org.ow2.petals.component.framework.jbidescriptor.generated.Jbi jbi)
          Set a SOAP parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapBootstrapOperations

public SoapBootstrapOperations(javax.jbi.component.InstallationContext installContext)
Creates a new instance of SoapBootstrapOperations

Parameters:
installContext -
Method Detail

setParam

public void setParam(String name,
                     String value,
                     org.ow2.petals.component.framework.jbidescriptor.generated.Jbi jbi)
Set a SOAP parameter.

Parameters:
name -
value -
jbi -

getParam

public String getParam(String name,
                       org.ow2.petals.component.framework.jbidescriptor.generated.Jbi jbi)
Get a SOAP parameter.

Parameters:
name -
value -
jbi -

addModule

public String addModule(String str)
                 throws javax.jbi.JBIException
Throws:
javax.jbi.JBIException


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.