|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.config.Entry
public class Entry
Represents an Entry contained in the local registry used by Synapse
SynapseConfiguration.localRegistry| Field Summary | |
|---|---|
static int |
INLINE_TEXT
|
static int |
INLINE_XML
|
static int |
REMOTE_ENTRY
|
static int |
URL_SRC
|
| Constructor Summary | |
|---|---|
Entry()
|
|
Entry(String key)
|
|
| Method Summary | |
|---|---|
void |
clearCache()
|
String |
getDescription()
Retrieves the description of the artifact |
Properties |
getEntryProperties()
|
long |
getExpiryTime()
|
String |
getFileName()
|
String |
getKey()
|
XMLToObjectMapper |
getMapper()
|
URL |
getSrc()
|
int |
getType()
|
Object |
getValue()
Gets the value of the entry. |
long |
getVersion()
|
boolean |
isCached()
|
boolean |
isDynamic()
|
boolean |
isExpired()
|
boolean |
isInlineText()
|
boolean |
isInlineXML()
|
boolean |
isRemote()
|
boolean |
isURLSource()
|
void |
setDescription(String description)
Set the description of the artifact |
void |
setEntryProperties(Properties entryProperties)
|
void |
setExpiryTime(long expiryTime)
|
void |
setFileName(String fileName)
|
void |
setKey(String key)
|
void |
setMapper(XMLToObjectMapper mapper)
Set the mapper |
void |
setSrc(URL src)
|
void |
setType(int type)
|
void |
setValue(Object value)
|
void |
setVersion(long version)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int INLINE_TEXT
public static final int INLINE_XML
public static final int URL_SRC
public static final int REMOTE_ENTRY
| Constructor Detail |
|---|
public Entry()
public Entry(String key)
| Method Detail |
|---|
public int getType()
public boolean isRemote()
public boolean isURLSource()
public boolean isInlineXML()
public boolean isInlineText()
public void setType(int type)
public URL getSrc()
public void setSrc(URL src)
public String getKey()
public void setKey(String key)
public Object getValue()
public void setValue(Object value)
public XMLToObjectMapper getMapper()
public void setMapper(XMLToObjectMapper mapper)
mapper - XMLToObjectMapper instancepublic long getVersion()
public void setVersion(long version)
public long getExpiryTime()
public void setExpiryTime(long expiryTime)
public String getFileName()
public void setFileName(String fileName)
public String getDescription()
SynapseArtifact
getDescription in interface SynapseArtifactpublic void setDescription(String description)
SynapseArtifact
setDescription in interface SynapseArtifactdescription - tobe set to the artifactpublic Properties getEntryProperties()
public void setEntryProperties(Properties entryProperties)
public boolean isExpired()
public boolean isCached()
public void clearCache()
public boolean isDynamic()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||