Class XiSoapFaultParam
java.lang.Object
com.sap.gateway.ip.core.customdev.processor.XiSoapFaultParam
This class is used to create a parameter object for the method
throwXiSoapFault of class SoapFaultFactory. It provides setter and getter
methods for XI specific SOAP fault attributes (starting with sap) and some
general SOAP fault attributes from the SOAP specification.
- Author:
- D026992
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSapP1()getSapP2()getSapP3()getSapP4()voidsetFaultactor(String faultactor) voidsetFaultcode(QName faultcode) voidsetFaultstring(String faultstring) voidsetSapAdditionalText(String sapAdditionalText) voidvoidvoidvoidvoidsetSapStack(String sapStack)
-
Constructor Details
-
XiSoapFaultParam
public XiSoapFaultParam()
-
-
Method Details
-
getFaultstring
-
setFaultstring
-
getFaultactor
-
setFaultactor
-
getSapP1
-
setSapP1
-
getSapP2
-
setSapP2
-
getSapP3
-
setSapP3
-
getSapAdditionalText
-
setSapAdditionalText
-
getSapP4
-
setSapP4
-
getSapStack
-
setSapStack
-
getFaultcode
-
setFaultcode
-