public class SynapseUtil extends Object
Constructor and Description |
---|
SynapseUtil() |
Modifier and Type | Method and Description |
---|---|
static Element |
createHandler(Document document,
String className,
List<HandlerPropertyDTO> propertieDTOs) |
static Element |
getHandler(Document document,
String matchingClassName) |
static APIHandlersDTO |
getHandlers(Document document) |
static void |
updateHandler(Document document,
String matchingClassName,
Element updatedHandler) |
public static APIHandlersDTO getHandlers(Document document)
public static Element createHandler(Document document, String className, List<HandlerPropertyDTO> propertieDTOs)
Copyright © 2024 WSO2. All rights reserved.