org.apache.openejb.jee
Class ExceptionMapping
java.lang.Object
org.apache.openejb.jee.ExceptionMapping
- All Implemented Interfaces:
- Keyable<QName>
public class ExceptionMapping
- extends Object
- implements Keyable<QName>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exceptionType
protected String exceptionType
wsdlMessage
protected QName wsdlMessage
wsdlMessagePartName
protected String wsdlMessagePartName
constructorParameterOrder
protected ConstructorParameterOrder constructorParameterOrder
id
protected String id
ExceptionMapping
public ExceptionMapping()
getKey
public QName getKey()
- Description copied from interface:
Keyable
- Gets the immutable key for this object.
- Specified by:
getKey in interface Keyable<QName>
- Returns:
- gets the immutable key for this object
getExceptionType
public String getExceptionType()
setExceptionType
public void setExceptionType(String value)
getWsdlMessage
public QName getWsdlMessage()
setWsdlMessage
public void setWsdlMessage(QName value)
getWsdlMessagePartName
public String getWsdlMessagePartName()
setWsdlMessagePartName
public void setWsdlMessagePartName(String value)
getConstructorParameterOrder
public ConstructorParameterOrder getConstructorParameterOrder()
setConstructorParameterOrder
public void setConstructorParameterOrder(ConstructorParameterOrder value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.