Class MessageStoreData
- java.lang.Object
-
- org.wso2.carbon.message.store.ui.utils.MessageStoreData
-
public class MessageStoreData extends Object
classMessageStoreData
contain the Message Store configuration data
-
-
Field Summary
Fields Modifier and Type Field Description static String
REGISTRY_KEY_PREFIX
-
Constructor Summary
Constructors Constructor Description MessageStoreData()
MessageStoreData(String xml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactContainerName()
Get the name of the artifact container from which the proxy deployedString
getClazz()
boolean
getIsEdited()
Whether the proxy is edited through the management consoleString
getName()
Map<String,String>
getParams()
PathInfo
getPathInfo()
String
getSequence()
String
getString()
void
setArtifactContainerName(String artifactContainerName)
Set the name of the artifact containervoid
setClazz(String provider)
void
setIsEdited(boolean isEdited)
Set whether the proxy is deployed via the management consolevoid
setName(String name)
-
-
-
Field Detail
-
REGISTRY_KEY_PREFIX
public static final String REGISTRY_KEY_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageStoreData
public MessageStoreData()
-
MessageStoreData
public MessageStoreData(String xml) throws XMLStreamException, org.jaxen.JaxenException
- Throws:
XMLStreamException
org.jaxen.JaxenException
-
-
Method Detail
-
getName
public String getName()
-
getSequence
public String getSequence()
-
getPathInfo
public PathInfo getPathInfo()
-
getClazz
public String getClazz()
-
setName
public void setName(String name)
-
setClazz
public void setClazz(String provider)
-
getString
public String getString()
-
getArtifactContainerName
public String getArtifactContainerName()
Get the name of the artifact container from which the proxy deployed- Returns:
- artifactContainerName
-
setArtifactContainerName
public void setArtifactContainerName(String artifactContainerName)
Set the name of the artifact container- Parameters:
artifactContainerName
-
-
getIsEdited
public boolean getIsEdited()
Whether the proxy is edited through the management console- Returns:
- isEdited
-
setIsEdited
public void setIsEdited(boolean isEdited)
Set whether the proxy is deployed via the management console- Parameters:
isEdited
-
-
-