|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for Web Service stubs generated from WSDL.
Field Summary | |
static java.lang.String |
ADDRESS_PROPERTY
Target service endpoint address. |
static java.lang.String |
PASSWORD_PROPERTY
Password for authentication. |
static java.lang.String |
SESSION_MAINTAIN_PROPERTY
This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint. |
static java.lang.String |
USERNAME_PROPERTY
User name for authentication. |
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. |
Field Detail |
public static final java.lang.String USERNAME_PROPERTY
public static final java.lang.String PASSWORD_PROPERTY
public static final java.lang.String ADDRESS_PROPERTY
public static final java.lang.String SESSION_MAINTAIN_PROPERTY
Method Detail |
public void _setProperty(java.lang.String name, java.lang.Object value)
name
- - Name of the propertyvalue
- - Value of the propertypublic java.lang.Object _getProperty(java.lang.String name)
name
- public java.util.Iterator _getPropertyNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |