|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.alt.config.sys.SecurityService
public class SecurityService
Class SecurityService.
Constructor Summary | |
---|---|
SecurityService()
|
Method Summary | |
---|---|
java.lang.String |
getContent()
Returns the value of field 'content'. |
java.lang.String |
getId()
Returns the value of field 'id'. |
java.lang.String |
getJar()
Returns the value of field 'jar'. |
java.lang.String |
getProvider()
Returns the value of field 'provider'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setContent(java.lang.String content)
Sets the value of field 'content'. |
void |
setId(java.lang.String id)
Sets the value of field 'id'. |
void |
setJar(java.lang.String jar)
Sets the value of field 'jar'. |
void |
setProvider(java.lang.String provider)
Sets the value of field 'provider'. |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityService()
Method Detail |
---|
public java.lang.String getContent()
getContent
in interface Service
public java.lang.String getId()
getId
in interface Service
public java.lang.String getJar()
getJar
in interface Service
public java.lang.String getProvider()
getProvider
in interface Service
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
org.exolab.castor.xml.ValidationException
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
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setContent(java.lang.String content)
setContent
in interface Service
content
- the value of field 'content'.public void setId(java.lang.String id)
setId
in interface Service
id
- the value of field 'id'.public void setJar(java.lang.String jar)
setJar
in interface Service
jar
- the value of field 'jar'.public void setProvider(java.lang.String provider)
setProvider
in interface Service
provider
- the value of field 'provider'.public static java.lang.Object unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
validate
in interface Service
org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |