org.idoox.webservice.client
Interface LookupProperties


Deprecated. See ServiceClientContext

public interface LookupProperties

Since:
4.0
Component:
Core

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

CONNECTION_TIMEOUT

public static final java.lang.String CONNECTION_TIMEOUT
Deprecated. See CallContext.TRANSPORT_CONNECTION_TIMEOUT

The key associating with connection timeout in the 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.

See Also:
Constant Field Values

HTTP_REQUEST_CHUNKING

public static final java.lang.String HTTP_REQUEST_CHUNKING
Deprecated. See ServiceClientContext.HTTP_REQUEST_CHUNKING

The key associated with chunging of client requests in the 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.

See Also:
Constant Field Values

HTTP_PROXY_USER_NAME

public static final java.lang.String HTTP_PROXY_USER_NAME
Deprecated. See ServiceClientContext.HTTP_PROXY_USER_NAME

The key associating with the userName in the 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.

See Also:
Constant Field Values

HTTP_PROXY_PASSWORD

public static final java.lang.String HTTP_PROXY_PASSWORD
Deprecated. See ServiceClientContext.HTTP_PROXY_PASSWORD

The key associating with the password in the 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.

See Also:
Constant Field Values

HTTP_BASIC_USER_NAME

public static final java.lang.String HTTP_BASIC_USER_NAME
Deprecated. See WaspSecurity.HTTP_BASIC_USER_NAME

The key associating with the userName in the 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.

See Also:
Constant Field Values

HTTP_BASIC_PASSWORD

public static final java.lang.String HTTP_BASIC_PASSWORD
Deprecated. See WaspSecurity.HTTP_BASIC_PASSWORD

The key associating with the password in the 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.

See Also:
Constant Field Values

WSDL_BINDING_EXTELEMENT_NAME

public static final java.lang.String WSDL_BINDING_EXTELEMENT_NAME
Deprecated.  

The key associating with the preferred wsdl binding extensibility element's name (local part) in the 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.

See Also:
WSDL_BINDING_EXTELEMENT_NAMESPACE, Constants.WSDL_SOAP11_BINDING_NS, Constants.WSDL_SOAP12_BINDING_NS, Constant Field Values

WSDL_BINDING_EXTELEMENT_NAMESPACE

public static final java.lang.String WSDL_BINDING_EXTELEMENT_NAMESPACE
Deprecated.  

The key associating with the preferred wsdl binding extensibility element's namespace name (ns URI) in the 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.

See Also:
WSDL_BINDING_EXTELEMENT_NAME, Constants.WSDL_SOAP11_BINDING_NS, Constants.WSDL_SOAP12_BINDING_NS, Constant Field Values