Package org.wso2.carbon.rest.api.ui.util
Class ApiEditorHelper
- java.lang.Object
-
- org.wso2.carbon.rest.api.ui.util.ApiEditorHelper
-
public class ApiEditorHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ApiEditorHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.wso2.carbon.rest.api.stub.types.carbon.APIData
convertStringToAPIData(String xml)
static org.wso2.carbon.rest.api.stub.types.carbon.ResourceData
convertStringToResourceData(String xml)
static String
parseStringToPrettyfiedString(String ugly)
-
-
-
Method Detail
-
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
-
-