|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.alt.config.ejb11.MethodParams
public class MethodParams
Class MethodParams.
Constructor Summary | |
---|---|
MethodParams()
|
Method Summary | |
---|---|
void |
addMethodParam(int index,
java.lang.String vMethodParam)
Method addMethodParam |
void |
addMethodParam(java.lang.String vMethodParam)
Method addMethodParam |
java.util.Enumeration |
enumerateMethodParam()
Method enumerateMethodParam |
java.lang.String |
getId()
Returns the value of field 'id'. |
java.lang.String[] |
getMethodParam()
Method getMethodParam |
java.lang.String |
getMethodParam(int index)
Method getMethodParam |
int |
getMethodParamCount()
Method getMethodParamCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllMethodParam()
Method removeAllMethodParam |
java.lang.String |
removeMethodParam(int index)
Method removeMethodParam |
void |
setId(java.lang.String id)
Sets the value of field 'id'. |
void |
setMethodParam(int index,
java.lang.String vMethodParam)
Method setMethodParam |
void |
setMethodParam(java.lang.String[] methodParamArray)
Method setMethodParam |
static java.lang.Object |
unmarshal(java.io.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 MethodParams()
Method Detail |
---|
public void addMethodParam(java.lang.String vMethodParam) throws java.lang.IndexOutOfBoundsException
vMethodParam
-
java.lang.IndexOutOfBoundsException
public void addMethodParam(int index, java.lang.String vMethodParam) throws java.lang.IndexOutOfBoundsException
index
- vMethodParam
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateMethodParam()
public java.lang.String getId()
public java.lang.String getMethodParam(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public java.lang.String[] getMethodParam()
public int getMethodParamCount()
public boolean isValid()
public void marshal(java.io.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(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void removeAllMethodParam()
public java.lang.String removeMethodParam(int index)
index
- public void setId(java.lang.String id)
id
- the value of field 'id'.public void setMethodParam(int index, java.lang.String vMethodParam) throws java.lang.IndexOutOfBoundsException
index
- vMethodParam
-
java.lang.IndexOutOfBoundsException
public void setMethodParam(java.lang.String[] methodParamArray)
methodParamArray
- public static java.lang.Object unmarshal(java.io.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 |