public class Global extends Object implements Serializable
| Constructor and Description |
|---|
Global() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Security |
getSecurity() |
int |
hashCode() |
boolean |
isSecureTag(String tag) |
boolean |
isValid() |
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setSecurity(Security security) |
static Global |
unmarshal(Reader reader) |
void |
validate() |
public Security getSecurity()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void setSecurity(Security security)
public static Global unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionpublic boolean isSecureTag(String tag)
Copyright © 2015. All rights reserved.