public abstract class Store extends AbstractConfigElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
location |
protected String |
password |
protected String |
provider |
protected String |
type |
router| Modifier and Type | Method and Description |
|---|---|
String |
getLocation() |
String |
getPassword() |
String |
getProvider() |
String |
getType() |
protected void |
parseAttributes(XMLStreamReader token) |
void |
setLocation(String location) |
void |
setPassword(String password) |
void |
setProvider(String provider) |
void |
setType(String type) |
void |
write(XMLStreamWriter out) |
protected void |
writeAttributes(XMLStreamWriter out) |
getRouter, setRouterdoAfterParsing, getBoolean, getElementName, move2RootElementIfNeeded, parse, parseCharacters, parseChildren, toXml, writeIfNotNullprotected String location
protected String password
protected String type
protected String provider
public Store(Router router)
protected void parseAttributes(XMLStreamReader token) throws Exception
parseAttributes in class AbstractXmlElementExceptionprotected void writeAttributes(XMLStreamWriter out) throws XMLStreamException
XMLStreamExceptionpublic void write(XMLStreamWriter out) throws XMLStreamException
write in interface XMLElementwrite in class AbstractXmlElementXMLStreamExceptionpublic String getLocation()
public void setLocation(String location)
public String getPassword()
public void setPassword(String password)
public String getType()
public void setType(String type)
public String getProvider()
public void setProvider(String provider)
Copyright © 2012. All Rights Reserved.