|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.client.Stub
This class is the base for all generated stubs.
Field Summary | |
protected java.net.URL |
cachedEndpoint
|
protected java.lang.String |
cachedPassword
|
protected java.util.Properties |
cachedProperties
|
protected java.lang.Integer |
cachedTimeout
|
protected java.lang.String |
cachedUsername
|
protected boolean |
maintainSession
|
protected boolean |
maintainSessionSet
|
protected Service |
service
|
Fields inherited from interface javax.xml.rpc.Stub |
ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Constructor Summary | |
Stub()
|
Method Summary | |
java.lang.Object |
_getProperty(java.lang.String name)
Gets the value of a named property. |
java.util.Iterator |
_getPropertyNames()
Return the names of configurable properties for this stub class. |
void |
_setProperty(java.lang.String name,
java.lang.Object value)
Sets the value for a named property. |
protected boolean |
firstCall()
Is this the first time the type mappings are being registered? |
java.lang.String |
getPassword()
Get the password |
int |
getTimeout()
Get the timeout value in milliseconds. |
java.lang.String |
getUsername()
Get the user name |
void |
setMaintainSession(boolean session)
If set to true, session is maintained; if false, it is not. |
void |
setPassword(java.lang.String password)
Set the password. |
void |
setTimeout(int timeout)
Set the timeout in milliseconds. |
void |
setUsername(java.lang.String username)
Set the username. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Service service
protected boolean maintainSessionSet
protected boolean maintainSession
protected java.util.Properties cachedProperties
protected java.lang.String cachedUsername
protected java.lang.String cachedPassword
protected java.net.URL cachedEndpoint
protected java.lang.Integer cachedTimeout
Constructor Detail |
public Stub()
Method Detail |
protected boolean firstCall()
public void _setProperty(java.lang.String name, java.lang.Object value)
_setProperty
in interface Stub
name
- - Name of the propertyvalue
- - Value of the propertypublic java.lang.Object _getProperty(java.lang.String name)
_getProperty
in interface Stub
name
- public java.util.Iterator _getPropertyNames()
_getPropertyNames
in interface Stub
public void setUsername(java.lang.String username)
public java.lang.String getUsername()
public void setPassword(java.lang.String password)
public java.lang.String getPassword()
public int getTimeout()
public void setTimeout(int timeout)
public void setMaintainSession(boolean session)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |