|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ServiceClientContext
Field Summary | |
static java.lang.String |
CONNECTION_TIMEOUT
Deprecated. See CallContext.TRANSPORT_CONNECTION_TIMEOUT |
static java.lang.String |
HTTP_BASIC_PASSWORD
Deprecated. See WaspSecurity.HTTP_BASIC_PASSWORD |
static java.lang.String |
HTTP_BASIC_USER_NAME
Deprecated. See WaspSecurity.HTTP_BASIC_USER_NAME |
static java.lang.String |
HTTP_PROXY_PASSWORD
Deprecated. See ServiceClientContext.HTTP_PROXY_PASSWORD |
static java.lang.String |
HTTP_PROXY_USER_NAME
Deprecated. See ServiceClientContext.HTTP_PROXY_USER_NAME |
static java.lang.String |
HTTP_REQUEST_CHUNKING
Deprecated. See ServiceClientContext.HTTP_REQUEST_CHUNKING |
static java.lang.String |
WSDL_BINDING_EXTELEMENT_NAME
Deprecated. |
static java.lang.String |
WSDL_BINDING_EXTELEMENT_NAMESPACE
Deprecated. |
Field Detail |
public static final java.lang.String CONNECTION_TIMEOUT
CallContext.TRANSPORT_CONNECTION_TIMEOUT
Properties
object passed to lookup operation. The
value of this key will be used when stub creates connection as
a timeout in milliseconds for this connection.
public static final java.lang.String HTTP_REQUEST_CHUNKING
ServiceClientContext.HTTP_REQUEST_CHUNKING
Properties
object passed to lookup operation.
This property has string value equal to "true" if there is
a request chunking required. The default value is "false",
no request chunking.
public static final java.lang.String HTTP_PROXY_USER_NAME
ServiceClientContext.HTTP_PROXY_USER_NAME
Properties
object passed to lookup operation. If
the pair HTTP_PROXY_USER_NAME
and its value is
presented for lookuping operation, the username value will be
used to proxy authenticate.
public static final java.lang.String HTTP_PROXY_PASSWORD
ServiceClientContext.HTTP_PROXY_PASSWORD
Properties
object passed to lookup operation. If
the pair HTTP_PROXY_PASSWORD
and its value is
presented for lookuping operation, the password value will be
used to proxy authenticate.
public static final java.lang.String HTTP_BASIC_USER_NAME
WaspSecurity.HTTP_BASIC_USER_NAME
Properties
object passed to lookup operation. If
the pair HTTP_BASIC_USER_NAME
and its value is
presented for lookuping operation, the username value will be
used to http basic authenticate.
public static final java.lang.String HTTP_BASIC_PASSWORD
WaspSecurity.HTTP_BASIC_PASSWORD
Properties
object passed to lookup operation. If
the pair HTTP_BASIC_PASSWORD
and its value is
presented for lookuping operation, the password value will be
used to basic authenticate.
public static final java.lang.String WSDL_BINDING_EXTELEMENT_NAME
Properties
object passed
to lookup operation. If only namespace is specified, this defaults to
"binding"
.If there is a choice, a WSDL binding that matches this name will be selected. If none such is found, the selection behaves like if no preference was specified.
WSDL_BINDING_EXTELEMENT_NAMESPACE
,
Constants.WSDL_SOAP11_BINDING_NS
,
Constants.WSDL_SOAP12_BINDING_NS
,
Constant Field Valuespublic static final java.lang.String WSDL_BINDING_EXTELEMENT_NAMESPACE
Properties
object
passed to lookup operation.If there is a choice, a WSDL binding that matches this name will be selected. If none such is found, the selection behaves like if no preference was specified.
WSDL_BINDING_EXTELEMENT_NAME
,
Constants.WSDL_SOAP11_BINDING_NS
,
Constants.WSDL_SOAP12_BINDING_NS
,
Constant Field Values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |