org.objectweb.jonas_ejb.deployment.xml
Interface MethodParams

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
MethodParamsImpl

public interface MethodParams
extends java.io.Serializable


Field Summary
static java.lang.String[] ZEUS_ATTRIBUTES
           
static java.lang.String[] ZEUS_ELEMENTS
           
static java.lang.String ZEUS_XML_NAME
           
 
Method Summary
 void addMethodParam(MethodParam methodParam)
           
 java.lang.String getId()
           
 java.util.List getMethodParamList()
           
 void marshal(java.io.File file)
           
 void marshal(java.io.OutputStream outputStream)
           
 void marshal(java.io.Writer writer)
           
 void removeMethodParam(MethodParam methodParam)
           
 void setId(java.lang.String id)
           
 void setMethodParamList(java.util.List methodParamList)
           
 

Field Detail

ZEUS_XML_NAME

public static final java.lang.String ZEUS_XML_NAME

ZEUS_ATTRIBUTES

public static final java.lang.String[] ZEUS_ATTRIBUTES

ZEUS_ELEMENTS

public static final java.lang.String[] ZEUS_ELEMENTS
Method Detail

getMethodParamList

public java.util.List getMethodParamList()

setMethodParamList

public void setMethodParamList(java.util.List methodParamList)

addMethodParam

public void addMethodParam(MethodParam methodParam)

removeMethodParam

public void removeMethodParam(MethodParam methodParam)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

marshal

public void marshal(java.io.File file)
             throws java.io.IOException

marshal

public void marshal(java.io.OutputStream outputStream)
             throws java.io.IOException

marshal

public void marshal(java.io.Writer writer)
             throws java.io.IOException