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>
The exception-mapping element defines the mapping between the
service specific exception types and wsdl faults and
SOAP headerfaults.
This element should be interpreted with respect to the
mapping between a method and an operation which provides the
mapping context.
Used in: service-endpoint-method-mapping
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-2013 The Apache OpenEJB development community. All Rights Reserved.