|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.ws.KKWSAdminSoapMgr
public class KKWSAdminSoapMgr
For operating on KonaKart SOAP messages
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
---|---|
KKWSAdminSoapMgr()
|
Method Summary | |
---|---|
void |
addStoreIdTag(com.konakartadmin.ws.KKWSAdminIf 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 KKAdminException |
createKKAdminExceptionFromAxisFault(org.apache.axis.AxisFault af)
Create a KKAdminException from an AxisFault. |
java.lang.String |
getStoreId()
Return the value of the storeId tag that should be in the SOAPHeader. |
void |
setSoapTimeout(com.konakartadmin.ws.KKWSAdminIf impl,
int timeout)
Set the timeout on SOAP calls. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
Constructor Detail |
---|
public KKWSAdminSoapMgr()
Method Detail |
---|
public java.lang.String getStoreId() throws KKAdminException
KKAdminException
- for unexpected exceptions processing the SOAP message contextpublic void addStoreIdTag(com.konakartadmin.ws.KKWSAdminIf impl, java.lang.String storeId) throws KKAdminException
impl
- the AXIS Stub implementation on which we will set the SOAP HeaderstoreId
- the store Id
KKAdminException
public void setSoapTimeout(com.konakartadmin.ws.KKWSAdminIf impl, int timeout) throws KKAdminException
impl
- the AXIS Stub implementation on which we will set the SOAP Headertimeout
- the timeout for SOAP calls (in milliseconds)
KKAdminException
public static KKAdminException createKKAdminExceptionFromAxisFault(org.apache.axis.AxisFault af)
af
- the AxisFault
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |