Uses of Class
org.wso2.carbon.CarbonException
-
Packages that use CarbonException Package Description org.wso2.carbon org.wso2.carbon.utils org.wso2.carbon.utils.component.xml org.wso2.carbon.utils.component.xml.builder -
-
Uses of CarbonException in org.wso2.carbon
Subclasses of CarbonException in org.wso2.carbon Modifier and Type Class Description classAxis2ModuleNotFound -
Uses of CarbonException in org.wso2.carbon.utils
Subclasses of CarbonException in org.wso2.carbon.utils Modifier and Type Class Description classUnsupportedSecretTypeExceptionException defined to denote that provided secret type is not supported.Methods in org.wso2.carbon.utils that throw CarbonException Modifier and Type Method Description static voidUtils. deployZipFile(File zipFileLocation, File targetLocation)For a given Zip file, process each entry.static byte[]CarbonUtils. getBytesFromFile(File file)Returns the contents of the file in a byte array.static org.apache.axis2.deployment.DeployerCarbonUtils. getDeployer(String className)static InputStreamCarbonUtils. replaceSystemVariablesInXml(InputStream xmlConfiguration)static StringCarbonUtils. replaceSystemVariablesInXml(String xmlConfiguration)static InputStreamCarbonUtils. toInputStream(Document doc) -
Uses of CarbonException in org.wso2.carbon.utils.component.xml
Methods in org.wso2.carbon.utils.component.xml that throw CarbonException Modifier and Type Method Description static ComponentComponentConfigFactory. build(InputStream xmlStream) -
Uses of CarbonException in org.wso2.carbon.utils.component.xml.builder
Methods in org.wso2.carbon.utils.component.xml.builder that throw CarbonException Modifier and Type Method Description abstract ComponentConfig[]ComponentConfigBuilder. build(org.apache.axiom.om.OMElement configElement)ComponentConfig[]DeployerConfigBuilder. build(org.apache.axiom.om.OMElement deployersElement)ComponentConfig[]HTTPGetRequestProcessorConfigBuilder. build(org.apache.axiom.om.OMElement configElement)ComponentConfig[]ManagementPermissionsBuilder. build(org.apache.axiom.om.OMElement omElement)
-