|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.config.sys.SecurityService
Constructor Summary | |
SecurityService()
|
Method Summary | |
String |
getContent()
Returns the value of field 'content'. |
String |
getId()
Returns the value of field 'id'. |
String |
getJar()
Returns the value of field 'jar'. |
String |
getProvider()
Returns the value of field 'provider'. |
boolean |
isValid()
|
void |
marshal(DocumentHandler handler)
|
void |
marshal(Writer out)
|
void |
setContent(String content)
Sets the value of field 'content'. |
void |
setId(String id)
Sets the value of field 'id'. |
void |
setJar(String jar)
Sets the value of field 'jar'. |
void |
setProvider(String provider)
Sets the value of field 'provider'. |
static SecurityService |
unmarshal(Reader reader)
|
void |
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 String getContent()
getContent
in interface Service
public String getId()
getId
in interface Service
public String getJar()
getJar
in interface Service
public String getProvider()
getProvider
in interface Service
public boolean isValid()
public void marshal(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(DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setContent(String content)
setContent
in interface Service
content
- the value of field 'content'.public void setId(String id)
setId
in interface Service
id
- the value of field 'id'.public void setJar(String jar)
setJar
in interface Service
jar
- the value of field 'jar'.public void setProvider(String provider)
setProvider
in interface Service
provider
- the value of field 'provider'.public static SecurityService unmarshal(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 |