public class MessageStoreData extends Object
MessageStoreData
contain the Message Store configuration dataModifier and Type | Field and Description |
---|---|
static String |
REGISTRY_KEY_PREFIX |
Constructor and Description |
---|
MessageStoreData() |
MessageStoreData(String xml) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactContainerName()
Get the name of the artifact container from which the proxy deployed
|
String |
getClazz() |
boolean |
getIsEdited()
Whether the proxy is edited through the management console
|
String |
getName() |
Map<String,String> |
getParams() |
PathInfo |
getPathInfo() |
String |
getSequence() |
String |
getString() |
void |
setArtifactContainerName(String artifactContainerName)
Set the name of the artifact container
|
void |
setClazz(String provider) |
void |
setIsEdited(boolean isEdited)
Set whether the proxy is deployed via the management console
|
void |
setName(String name) |
public static final String REGISTRY_KEY_PREFIX
public MessageStoreData()
public MessageStoreData(String xml) throws XMLStreamException, org.jaxen.JaxenException
XMLStreamException
org.jaxen.JaxenException
public String getName()
public String getSequence()
public PathInfo getPathInfo()
public String getClazz()
public void setName(String name)
public void setClazz(String provider)
public String getString()
public String getArtifactContainerName()
public void setArtifactContainerName(String artifactContainerName)
artifactContainerName
- public boolean getIsEdited()
public void setIsEdited(boolean isEdited)
isEdited
- Copyright © 2022 WSO2. All rights reserved.