|
||||||||||
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 | |
---|---|
String |
getClassName()
Returns the value of field 'className'. |
String |
getContent()
Returns the value of field 'content'. |
String |
getDescription()
Returns the value of field 'description'. |
String |
getDisplayName()
Returns the value of field 'displayName'. |
String |
getId()
Returns the value of field 'id'. |
Lookup |
getLookup()
Returns the value of field 'lookup'. |
PropertiesFile |
getPropertiesFile()
Returns the value of field 'propertiesFile'. |
String |
getProviderType()
Returns the value of field 'providerType'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setClassName(String className)
Sets the value of field 'className'. |
void |
setContent(String content)
Sets the value of field 'content'. |
void |
setDescription(String description)
Sets the value of field 'description'. |
void |
setDisplayName(String displayName)
Sets the value of field 'displayName'. |
void |
setId(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(String providerType)
Sets the value of field 'providerType'. |
static Object |
unmarshal(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 String getClassName()
public String getContent()
public String getDescription()
public String getDisplayName()
public String getId()
public Lookup getLookup()
public PropertiesFile getPropertiesFile()
public String getProviderType()
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(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setClassName(String className)
className
- the value of field 'className'.public void setContent(String content)
content
- the value of field 'content'.public void setDescription(String description)
description
- the value of field 'description'.public void setDisplayName(String displayName)
displayName
- the value of field 'displayName'.public void setId(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(String providerType)
providerType
- the value of field 'providerType'.public static Object 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
org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |