CoreBroker.CSoap
Class CSoapBrokerWrapper

java.lang.Object
  extended byCoreBroker.BrokerWrapper
      extended byCoreBroker.CSoap.CSoapBrokerWrapper

public class CSoapBrokerWrapper
extends BrokerWrapper


Field Summary
 
Fields inherited from class CoreBroker.BrokerWrapper
_selfClientSide, _selfServerSide, BROKERWRAPPER_CLIENTSIDE, BROKERWRAPPER_SERVERSIDE, customizerConfig, deploymentConfiguration, fileSeparator, URAddr, wsamiBinDir
 
Method Summary
 void deployService(org.w3c.dom.Node service, java.lang.String path, java.lang.String context)
           
 NDPortType getNDStub(java.lang.String ndAddress)
           
static BrokerWrapper makeClientInstance()
           
static BrokerWrapper makeServerInstance()
           
protected  void refreshDeploymentConfiguration()
           
 
Methods inherited from class CoreBroker.BrokerWrapper
addCustID_and_ChainToHeader, deploy, getCustomizerRC, getCustomizerWS, getDeployedService, getDeployedServices, getDeploymentConfiguration, getEndPointfromWSDL, getLocalNDAddr, getLocalServicesEP, getLocalWSAMIfromWCU, getRemoteWSAMIfromWCU, getServerConfig, getTagValue, getURAddr, getWAD_DeployedService, getWCD_DeployedService, getWSAMIBinDir, getWSD_DeployedService, getWSDLfromWSU, isCustomizer, isServiceDeployed, list, setCustID_and_Chain_FromHeader, setCustomizerChain_LC, setCustomizerChain_RC, setCustomizerChain, setServerConfig, setURAddr, setWSAMIBinDir, undeployService, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

makeServerInstance

public static BrokerWrapper makeServerInstance()

makeClientInstance

public static BrokerWrapper makeClientInstance()

deployService

public void deployService(org.w3c.dom.Node service,
                          java.lang.String path,
                          java.lang.String context)
                   throws CBException
Specified by:
deployService in class BrokerWrapper
Throws:
CBException

refreshDeploymentConfiguration

protected void refreshDeploymentConfiguration()
Specified by:
refreshDeploymentConfiguration in class BrokerWrapper

getNDStub

public NDPortType getNDStub(java.lang.String ndAddress)
                     throws CBException
Specified by:
getNDStub in class BrokerWrapper
Throws:
CBException