com.sapportals.wcm.app.xfbuilder.client.util.soap
Class Client
java.lang.Object
com.sapportals.wcm.app.xfbuilder.client.util.soap.Client
- All Implemented Interfaces:
- TimeoutListener, EventListener
- Direct Known Subclasses:
- HttpClient, HttpsAppletClient
public abstract class Client
- extends Object
- implements TimeoutListener
Copyright 2004 SAP AG
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
state
public static int state
Cookies
protected Hashtable Cookies
allowSessionManagement
protected boolean allowSessionManagement
timedOut
protected boolean timedOut
Client
public Client()
getInstance
public static Client getInstance(String serverURL,
String classURL)
- Constructor declaration
- See Also:
timeoutHappened
public void timeoutHappened(TimeoutEvent event)
- Specified by:
timeoutHappened in interface TimeoutListener
deleteCookies
public void deleteCookies()
headerToString
protected String headerToString(URLConnection c)
throws IOException
- Throws:
IOException
isSessionManagementAllowed
public boolean isSessionManagementAllowed()
setLogin
public abstract void setLogin(String name,
String pwd)
send
public abstract Message send(Timeout timeout,
Message m1)
throws MalformedURLException,
CouldNotConnectException,
ConnectionException,
MalformedResponseException
- Throws:
MalformedURLException
CouldNotConnectException
ConnectionException
MalformedResponseException
getCodeBase
public abstract String getCodeBase()
setServerConnection
public abstract void setServerConnection(String pserverURL)
getConnectionString
public abstract String getConnectionString()
Copyright 2011 SAP AG Complete Copyright Notice