org.apache.openejb.jee
Class ConstructorParameterOrder

java.lang.Object
  extended by 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


Field Summary
protected  List<String> elementName
           
protected  String id
           
 
Constructor Summary
ConstructorParameterOrder()
           
 
Method Summary
 List<String> getElementName()
           
 String getId()
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elementName

protected List<String> elementName

id

protected String id
Constructor Detail

ConstructorParameterOrder

public ConstructorParameterOrder()
Method Detail

getElementName

public List<String> getElementName()

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.