|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.calfater.mailcarbon.binding.ConfigManagerBinding
public class ConfigManagerBinding
The configuration manager can load and save configuration.
| Constructor Summary | |
|---|---|
ConfigManagerBinding()
|
|
| Method Summary | |
|---|---|
FolderManagerBinding |
getFolderManagerBinding()
Returns the value of field 'folderManagerBinding'. |
MessageManagerBinding |
getMessageManagerBinding()
Returns the value of field 'messageManagerBinding'. |
ServerConfig |
getServerConfig()
Returns the value of field 'serverConfig'. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setFolderManagerBinding(FolderManagerBinding folderManagerBinding)
Sets the value of field 'folderManagerBinding'. |
void |
setMessageManagerBinding(MessageManagerBinding messageManagerBinding)
Sets the value of field 'messageManagerBinding'. |
void |
setServerConfig(ServerConfig serverConfig)
Sets the value of field 'serverConfig'. |
static ConfigManagerBinding |
unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigManagerBinding()
| Method Detail |
|---|
public FolderManagerBinding getFolderManagerBinding()
public MessageManagerBinding getMessageManagerBinding()
public ServerConfig getServerConfig()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
java.io.IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setFolderManagerBinding(FolderManagerBinding folderManagerBinding)
folderManagerBinding - the value of field
'folderManagerBinding'.public void setMessageManagerBinding(MessageManagerBinding messageManagerBinding)
messageManagerBinding - the value of field
'messageManagerBinding'.public void setServerConfig(ServerConfig serverConfig)
serverConfig - the value of field 'serverConfig'.
public static ConfigManagerBinding unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||