|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.alt.config.sys.ServiceProvider
public class ServiceProvider
Class ServiceProvider.
Constructor Summary | |
---|---|
ServiceProvider()
|
Method Summary | |
---|---|
java.lang.String |
getClassName()
Returns the value of field 'className'. |
java.lang.String |
getContent()
Returns the value of field 'content'. |
java.lang.String |
getDescription()
Returns the value of field 'description'. |
java.lang.String |
getDisplayName()
Returns the value of field 'displayName'. |
java.lang.String |
getId()
Returns the value of field 'id'. |
Lookup |
getLookup()
Returns the value of field 'lookup'. |
PropertiesFile |
getPropertiesFile()
Returns the value of field 'propertiesFile'. |
java.lang.String |
getProviderType()
Returns the value of field 'providerType'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setClassName(java.lang.String className)
Sets the value of field 'className'. |
void |
setContent(java.lang.String content)
Sets the value of field 'content'. |
void |
setDescription(java.lang.String description)
Sets the value of field 'description'. |
void |
setDisplayName(java.lang.String displayName)
Sets the value of field 'displayName'. |
void |
setId(java.lang.String id)
Sets the value of field 'id'. |
void |
setLookup(Lookup lookup)
Sets the value of field 'lookup'. |
void |
setPropertiesFile(PropertiesFile propertiesFile)
Sets the value of field 'propertiesFile'. |
void |
setProviderType(java.lang.String providerType)
Sets the value of field 'providerType'. |
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 ServiceProvider()
Method Detail |
---|
public java.lang.String getClassName()
public java.lang.String getContent()
public java.lang.String getDescription()
public java.lang.String getDisplayName()
public java.lang.String getId()
public Lookup getLookup()
public PropertiesFile getPropertiesFile()
public java.lang.String getProviderType()
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 setClassName(java.lang.String className)
className
- the value of field 'className'.public void setContent(java.lang.String content)
content
- the value of field 'content'.public void setDescription(java.lang.String description)
description
- the value of field 'description'.public void setDisplayName(java.lang.String displayName)
displayName
- the value of field 'displayName'.public void setId(java.lang.String id)
id
- the value of field 'id'.public void setLookup(Lookup lookup)
lookup
- the value of field 'lookup'.public void setPropertiesFile(PropertiesFile propertiesFile)
propertiesFile
- the value of field 'propertiesFile'.public void setProviderType(java.lang.String providerType)
providerType
- the value of field 'providerType'.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
org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |