This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

We can use the following code to confirm whether the resource exists:

boolean value = registry.resourceExists("/c1/c2/r1");

If the resource does exist, a boolean value of true will be returned. And if it does not exist, the false value is returned.

  • No labels