org.openejb.alt.config.ejb11
Class Method

java.lang.Object
  |
  +--org.openejb.alt.config.ejb11.Method
All Implemented Interfaces:
java.io.Serializable

public class Method
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 1.2 $ $Date: 2002/02/25 20:30:51 $
See Also:
Serialized Form

Constructor Summary
Method()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getEjbName()
           
 java.lang.String getId()
           
 java.lang.String getMethodIntf()
           
 java.lang.String getMethodName()
           
 MethodParams getMethodParams()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setDescription(java.lang.String _description)
           
 void setEjbName(java.lang.String _ejbName)
           
 void setId(java.lang.String _id)
           
 void setMethodIntf(java.lang.String _methodIntf)
           
 void setMethodName(java.lang.String _methodName)
           
 void setMethodParams(MethodParams _methodParams)
           
static Method unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Method

public Method()
Method Detail

getDescription

public java.lang.String getDescription()

getEjbName

public java.lang.String getEjbName()

getId

public java.lang.String getId()

getMethodIntf

public java.lang.String getMethodIntf()

getMethodName

public java.lang.String getMethodName()

getMethodParams

public MethodParams getMethodParams()

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 -  

setDescription

public void setDescription(java.lang.String _description)
Parameters:
_description -  

setEjbName

public void setEjbName(java.lang.String _ejbName)
Parameters:
_ejbName -  

setId

public void setId(java.lang.String _id)
Parameters:
_id -  

setMethodIntf

public void setMethodIntf(java.lang.String _methodIntf)
Parameters:
_methodIntf -  

setMethodName

public void setMethodName(java.lang.String _methodName)
Parameters:
_methodName -  

setMethodParams

public void setMethodParams(MethodParams _methodParams)
Parameters:
_methodParams -  

unmarshal

public static Method 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