org.openejb.alt.config.ejb11
Class MethodParams

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

public class MethodParams
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
MethodParams()
           
 
Method Summary
 void addMethodParam(java.lang.String vMethodParam)
           
 java.util.Enumeration enumerateMethodParam()
           
 java.lang.String getId()
           
 java.lang.String[] getMethodParam()
           
 java.lang.String getMethodParam(int index)
           
 int getMethodParamCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void removeAllMethodParam()
           
 java.lang.String removeMethodParam(int index)
           
 void setId(java.lang.String _id)
           
 void setMethodParam(int index, java.lang.String vMethodParam)
           
 void setMethodParam(java.lang.String[] methodParamArray)
           
static MethodParams 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

MethodParams

public MethodParams()
Method Detail

addMethodParam

public void addMethodParam(java.lang.String vMethodParam)
                    throws java.lang.IndexOutOfBoundsException
Parameters:
vMethodParam -  

enumerateMethodParam

public java.util.Enumeration enumerateMethodParam()

getId

public java.lang.String getId()

getMethodParam

public java.lang.String getMethodParam(int index)
                                throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getMethodParam

public java.lang.String[] getMethodParam()

getMethodParamCount

public int getMethodParamCount()

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 -  

removeAllMethodParam

public void removeAllMethodParam()

removeMethodParam

public java.lang.String removeMethodParam(int index)
Parameters:
index -  

setId

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

setMethodParam

public void setMethodParam(int index,
                           java.lang.String vMethodParam)
                    throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vMethodParam -  

setMethodParam

public void setMethodParam(java.lang.String[] methodParamArray)
Parameters:
methodParamArray -  

unmarshal

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