public class MessageStoreData extends Object
MessageStoreData
contain the Message Store configuration dataConstructor 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 MessageStoreData()
public MessageStoreData(String xml) throws javax.xml.stream.XMLStreamException, org.jaxen.JaxenException
javax.xml.stream.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 © 2017 WSO2. All rights reserved.