org.openejb.config.ejb11
Class Method
java.lang.Object
org.openejb.config.ejb11.Method
- All Implemented Interfaces:
- Serializable
- public class Method
- extends Object
- implements Serializable
- Version:
- $Revision: 1.1 $ $Date: 2004/03/01 07:14:43 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method
public Method()
getDescription
public String getDescription()
getEjbName
public String getEjbName()
getId
public String getId()
getMethodIntf
public String getMethodIntf()
getMethodName
public String getMethodName()
getMethodParams
public MethodParams getMethodParams()
isValid
public boolean isValid()
marshal
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out
-
- Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
marshal
public void marshal(DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler
-
- Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
setDescription
public void setDescription(String _description)
- Parameters:
_description
-
setEjbName
public void setEjbName(String _ejbName)
- Parameters:
_ejbName
-
setId
public void setId(String _id)
- Parameters:
_id
-
setMethodIntf
public void setMethodIntf(String _methodIntf)
- Parameters:
_methodIntf
-
setMethodName
public void setMethodName(String _methodName)
- Parameters:
_methodName
-
setMethodParams
public void setMethodParams(MethodParams _methodParams)
- Parameters:
_methodParams
-
unmarshal
public static Method unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
reader
-
- Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
validate
public void validate()
throws org.exolab.castor.xml.ValidationException
- Throws:
org.exolab.castor.xml.ValidationException
Copyright © 1999-2005 OpenEJB. All Rights Reserved.