|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Exception Mapping'. The exception-mapping element defines the mapping between the service specific exception types and the wsdl faults. 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
The following features are supported:
JaxrpcmapPackage.getExceptionMapping()
Method Summary | |
---|---|
ConstructorParameterOrder |
getConstructorParameterOrder()
Returns the value of the 'Constructor Parameter Order' containment reference |
java.lang.String |
getExceptionType()
Returns the value of the 'Exception Type' attribute |
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
WSDLMessage |
getWsdlMessage()
Returns the value of the 'Wsdl Message' containment reference |
java.lang.String |
getWsdlMessagePartName()
Returns the value of the 'Wsdl Message Part Name' attribute |
void |
setConstructorParameterOrder(ConstructorParameterOrder value)
Sets the value of the ' Constructor Parameter Order ' containment reference |
void |
setExceptionType(java.lang.String value)
Sets the value of the ' Exception Type ' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setWsdlMessage(WSDLMessage value)
Sets the value of the ' Wsdl Message ' containment reference |
void |
setWsdlMessagePartName(java.lang.String value)
Sets the value of the ' Wsdl Message Part Name ' attribute |
Method Detail |
public java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
JaxrpcmapPackage.getExceptionMapping_Id()
public void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
public java.lang.String getExceptionType()
If the meaning of the 'Exception Type' attribute isn't clear, there really should be more of a description here...
The exception-type element defines Java type of the exception. It may be a service specific exception. It must be a fully qualified class name. Used in: exception-mapping
setExceptionType(String)
,
JaxrpcmapPackage.getExceptionMapping_ExceptionType()
public void setExceptionType(java.lang.String value)
Exception Type
' attribute.
value
- the new value of the 'Exception Type' attribute.getExceptionType()
public java.lang.String getWsdlMessagePartName()
If the meaning of the 'Wsdl Message Part Name' attribute isn't clear, there really should be more of a description here...
setWsdlMessagePartName(String)
,
JaxrpcmapPackage.getExceptionMapping_WsdlMessagePartName()
public void setWsdlMessagePartName(java.lang.String value)
Wsdl Message Part Name
' attribute.
value
- the new value of the 'Wsdl Message Part Name' attribute.getWsdlMessagePartName()
public WSDLMessage getWsdlMessage()
If the meaning of the 'Wsdl Message' containment reference isn't clear, there really should be more of a description here...
setWsdlMessage(WSDLMessage)
,
JaxrpcmapPackage.getExceptionMapping_WsdlMessage()
public void setWsdlMessage(WSDLMessage value)
Wsdl Message
' containment reference.
value
- the new value of the 'Wsdl Message' containment reference.getWsdlMessage()
public ConstructorParameterOrder getConstructorParameterOrder()
If the meaning of the 'Constructor Parameter Order' containment reference isn't clear, there really should be more of a description here...
setConstructorParameterOrder(ConstructorParameterOrder)
,
JaxrpcmapPackage.getExceptionMapping_ConstructorParameterOrder()
public void setConstructorParameterOrder(ConstructorParameterOrder value)
Constructor Parameter Order
' containment reference.
value
- the new value of the 'Constructor Parameter Order' containment reference.getConstructorParameterOrder()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |