org.openejb.alt.config.ejb11
Class EjbJar
java.lang.Object
|
+--org.openejb.alt.config.ejb11.EjbJar
- All Implemented Interfaces:
- java.io.Serializable
- public class EjbJar
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Revision: 1.2 $ $Date: 2002/02/25 20:30:51 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbJar
public EjbJar()
getAssemblyDescriptor
public AssemblyDescriptor getAssemblyDescriptor()
getDescription
public java.lang.String getDescription()
getDisplayName
public java.lang.String getDisplayName()
getEjbClientJar
public java.lang.String getEjbClientJar()
getEnterpriseBeans
public EnterpriseBeans getEnterpriseBeans()
getId
public java.lang.String getId()
getLargeIcon
public java.lang.String getLargeIcon()
getSmallIcon
public java.lang.String getSmallIcon()
isValid
public boolean isValid()
marshal
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out
-
marshal
public void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler
-
setAssemblyDescriptor
public void setAssemblyDescriptor(AssemblyDescriptor _assemblyDescriptor)
- Parameters:
_assemblyDescriptor
-
setDescription
public void setDescription(java.lang.String _description)
- Parameters:
_description
-
setDisplayName
public void setDisplayName(java.lang.String _displayName)
- Parameters:
_displayName
-
setEjbClientJar
public void setEjbClientJar(java.lang.String _ejbClientJar)
- Parameters:
_ejbClientJar
-
setEnterpriseBeans
public void setEnterpriseBeans(EnterpriseBeans _enterpriseBeans)
- Parameters:
_enterpriseBeans
-
setId
public void setId(java.lang.String _id)
- Parameters:
_id
-
setLargeIcon
public void setLargeIcon(java.lang.String _largeIcon)
- Parameters:
_largeIcon
-
setSmallIcon
public void setSmallIcon(java.lang.String _smallIcon)
- Parameters:
_smallIcon
-
unmarshal
public static EjbJar unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
reader
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException