Fields Summary |
---|
public static final String | USERNAME_PROPERTYStandard property: User name for authentication.
Type: java.lang.String |
public static final String | PASSWORD_PROPERTYStandard property: Password for authentication.
Type: java.lang.String |
public static final String | ENDPOINT_ADDRESS_PROPERTYStandard property: Target service endpoint address. The
URI scheme for the endpoint address specification must
correspond to the protocol/transport binding for this
stub class.
Type: java.lang.String |
public static final String | SESSION_MAINTAIN_PROPERTYStandard 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. If this property is set to
true, the service client indicates that it wants the session
to be maintained. If set to false, the session is not maintained.
The default value for this property is false.
Type: java.lang.Boolean |