public class KKWebServiceSoapMgr
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
KKWebServiceSoapMgr() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStoreIdTag(org.apache.axis.client.Stub impl,
java.lang.String storeId)
Set the storeId tag on the AXIS Stub service so that it will be included in all messages sent
to the target service.
|
static com.konakart.app.KKException |
createKKExceptionFromAxisFault(org.apache.axis.AxisFault af)
Create a KKException from an AxisFault.
|
java.lang.String |
getStoreId()
Return the value of the storeId tag that should be in the SOAPHeader.
|
public java.lang.String getStoreId()
throws com.konakart.app.KKException
com.konakart.app.KKException - for unexpected exceptions processing the SOAP message contextpublic void addStoreIdTag(org.apache.axis.client.Stub impl,
java.lang.String storeId)
throws com.konakart.app.KKException
impl - the AXIS Stub implementation on which we will set the SOAP HeaderstoreId - the store Idcom.konakart.app.KKException - an unexpected KKException exceptionpublic static com.konakart.app.KKException createKKExceptionFromAxisFault(org.apache.axis.AxisFault af)
af - the AxisFaultCopyright © 2018 DS Data Systems UK Ltd.