Uses of Class
org.wso2.carbon.deployment.synchronizer.stub.types.util.DeploymentSynchronizerConfiguration
-
-
Uses of DeploymentSynchronizerConfiguration in org.wso2.carbon.deployment.synchronizer.stub.types
Methods in org.wso2.carbon.deployment.synchronizer.stub.types that return DeploymentSynchronizerConfiguration Modifier and Type Method Description DeploymentSynchronizerConfigurationDeploymentSynchronizerAdmin. getSynchronizerConfigurationForCarbonRepository()Auto generated method signatureDeploymentSynchronizerConfigurationDeploymentSynchronizerAdminStub. getSynchronizerConfigurationForCarbonRepository()Auto generated method signatureMethods in org.wso2.carbon.deployment.synchronizer.stub.types with parameters of type DeploymentSynchronizerConfiguration Modifier and Type Method Description voidDeploymentSynchronizerAdmin. enableSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config25)Auto generated method signature for Asynchronous InvocationsvoidDeploymentSynchronizerAdminStub. enableSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config51)Auto generated method signaturevoidDeploymentSynchronizerAdminCallbackHandler. receiveResultgetSynchronizerConfigurationForCarbonRepository(DeploymentSynchronizerConfiguration result)auto generated Axis2 call back method for getSynchronizerConfigurationForCarbonRepository method override this method for handling normal response from getSynchronizerConfigurationForCarbonRepository operationvoidDeploymentSynchronizerAdmin. updateSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config16)Auto generated method signature for Asynchronous InvocationsvoidDeploymentSynchronizerAdminStub. updateSynchronizerForCarbonRepository(DeploymentSynchronizerConfiguration config42)Auto generated method signature -
Uses of DeploymentSynchronizerConfiguration in org.wso2.carbon.deployment.synchronizer.stub.types.synapse
Fields in org.wso2.carbon.deployment.synchronizer.stub.types.synapse declared as DeploymentSynchronizerConfiguration Modifier and Type Field Description protected DeploymentSynchronizerConfigurationGetSynchronizerConfigurationForCarbonRepositoryResponse. local_returnfield for _returnprotected DeploymentSynchronizerConfigurationEnableSynchronizerForCarbonRepository. localConfigfield for Configprotected DeploymentSynchronizerConfigurationUpdateSynchronizerForCarbonRepository. localConfigfield for ConfigMethods in org.wso2.carbon.deployment.synchronizer.stub.types.synapse that return DeploymentSynchronizerConfiguration Modifier and Type Method Description DeploymentSynchronizerConfigurationGetSynchronizerConfigurationForCarbonRepositoryResponse. get_return()Auto generated getter methodDeploymentSynchronizerConfigurationEnableSynchronizerForCarbonRepository. getConfig()Auto generated getter methodDeploymentSynchronizerConfigurationUpdateSynchronizerForCarbonRepository. getConfig()Auto generated getter methodMethods in org.wso2.carbon.deployment.synchronizer.stub.types.synapse with parameters of type DeploymentSynchronizerConfiguration Modifier and Type Method Description voidGetSynchronizerConfigurationForCarbonRepositoryResponse. set_return(DeploymentSynchronizerConfiguration param)Auto generated setter methodvoidEnableSynchronizerForCarbonRepository. setConfig(DeploymentSynchronizerConfiguration param)Auto generated setter methodvoidUpdateSynchronizerForCarbonRepository. setConfig(DeploymentSynchronizerConfiguration param)Auto generated setter method -
Uses of DeploymentSynchronizerConfiguration in org.wso2.carbon.deployment.synchronizer.stub.types.util
Methods in org.wso2.carbon.deployment.synchronizer.stub.types.util that return DeploymentSynchronizerConfiguration Modifier and Type Method Description static DeploymentSynchronizerConfigurationDeploymentSynchronizerConfiguration.Factory. parse(XMLStreamReader reader)static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
-