public class XADataSource extends Object
| Constructor and Description |
|---|
XADataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(Property property) |
void |
addProperty(String name,
Object value) |
org.apache.axiom.om.OMElement |
buildXML() |
String |
getClassName() |
String |
getId() |
ArrayList<Property> |
getProperties() |
void |
removeProperty(Property propertyName) |
void |
removeProperty(String propertyName) |
void |
setClassName(String className) |
void |
setId(String id) |
void |
setProperties(ArrayList<Property> properties) |
void |
updateProperty(String name,
String value) |
public String getId()
public void setId(String id)
public String getClassName()
public void setClassName(String className)
public void addProperty(Property property)
public void removeProperty(Property propertyName)
public void removeProperty(String propertyName)
public org.apache.axiom.om.OMElement buildXML()
Copyright © 2020 WSO2. All rights reserved.