org.apache.openejb.jee
Class ConstructorParameterOrder
java.lang.Object
org.apache.openejb.jee.ConstructorParameterOrder
public class ConstructorParameterOrder
- extends Object
The constructor-parameter-order element defines the order
that complexType element values are applied to a Java
exception constructor. Element names are specified for each
parameter of the constructor, including element names of
inherited types if necessary.
Used in: exception-mapping
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elementName
protected List<String> elementName
id
protected String id
ConstructorParameterOrder
public ConstructorParameterOrder()
getElementName
public List<String> getElementName()
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.