Package org.wso2.carbon.rest.api.ui.util
Class ApiEditorHelper
java.lang.Object
org.wso2.carbon.rest.api.ui.util.ApiEditorHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.wso2.carbon.rest.api.stub.types.carbon.APIDatastatic org.wso2.carbon.rest.api.stub.types.carbon.ResourceDatastatic String
-
Constructor Details
-
ApiEditorHelper
public ApiEditorHelper()
-
-
Method Details
-
parseStringToPrettyfiedString
-
convertStringToAPIData
public static org.wso2.carbon.rest.api.stub.types.carbon.APIData convertStringToAPIData(String xml) throws XMLStreamException - Throws:
XMLStreamException
-
convertStringToResourceData
public static org.wso2.carbon.rest.api.stub.types.carbon.ResourceData convertStringToResourceData(String xml) throws XMLStreamException - Throws:
XMLStreamException
-