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.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public 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.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
public boolean isSecureTag(String tag)
Copyright © 2017. All rights reserved.