Oracle

weblogic.wsee.jaxrpc
Interface WLStub


public interface WLStub

Weblogic specific stub properties.


Field Summary
static String CHARACTER_SET_ENCODING
          This property is used to force the webservice client to use a specified character set to encode the oubound soapmessage.
static String COMPLEX
          This property is usually automatically set when you use advanced features such as WS-ReliableMessaging, WS-Addressing, and WS-Conversation.
static String CONVERSATION_ID
          This property allows you to set the conversation id on the stub in a conversational web services invoke.
static Integer CONVERSATION_VERSION_ONE
          Conversation version one property value.
static String CONVERSATION_VERSION_PROPERTY
          This property allows you to set the conversation version to be used in a conversational web services invoke.
static Integer CONVERSATION_VERSION_TWO
          Conversation version two property value.
static String CONVERSATIONAL_METHOD_BLOCK_TIMEOUT
          This property allows you to set how long for a conversational continue method to block while waiting for the server to assign the conversation id.
static String FORCE_DOTNET_COMPATIBLE_BINDING
          This property is used for enabling strict dotnet interopable binding.
static String HANDLER_REGISTRY
          handler registry
static String JMS_BYTESMESSAGE
          JMS BytesMessage
static String JMS_TEXTMESSAGE
          JMS TextMessage
static String JMS_TRANSPORT_JNDI_URL
          This property is the JMS transport JNDI URL.
static String JMS_TRANSPORT_MESSAGE_TYPE
          This property is the JMS Message type.
static String MARSHAL_FORCE_INCLUDE_XSI_TYPE
          This property is used for including the schema type when marshalling
static String POLICY_COMPATIBILITY_MSFT
          Compatibility property for MSFT WCF
static String POLICY_COMPATIBILITY_PREFERENCE
          Property name for policy compatibility string
static String POLICY_PREFERENCE_COMPATIBILITY
          smart policy selection preference value for Interoperability/Compatibility
static String POLICY_PREFERENCE_PERFORMANCE
          smart policy selection preference value for Performance
static String POLICY_PREFERENCE_SECURITY
          smart policy selection preference value for Security or Functionality
static String POLICY_SELECTION_PREFERENCE
          The smart policy selection peference
static String PREFERENCE_COMPATIBILITY_PERFORMANCE_SECURITY
          smart policy selection preference is IPS
static String PREFERENCE_COMPATIBILITY_SECURITY_PERFORMANCE
          smart policy selection preference is CSP
static String PREFERENCE_DEFAULT
          smart policy selection preference is default "NONE"
static String PREFERENCE_INTEROPERABILITY_PERFORMANCE_SECURITY
          smart policy selection preference is IPS
static String PREFERENCE_INTEROPERABILITY_SECURITY_PERFORMANCE
          smart policy selection preference is CSP
static String PREFERENCE_PERFORMANCE_COMPATIBILITY_SECURITY
          smart policy selection preference is PCS
static String PREFERENCE_PERFORMANCE_INTEROPERABILITY_SECURITY
          smart policy selection preference is PCS
static String PREFERENCE_PERFORMANCE_SECURITY_COMPATIBILITY
          smart policy selection preference is PSC
static String PREFERENCE_PERFORMANCE_SECURITY_INTEROPERABILITY
          smart policy selection preference is PSC
static String PREFERENCE_SECURITY_COMPATIBILITY_PERFORMANCE
          smart policy selection preference is SCP: security, Compatibility and then performance
static String PREFERENCE_SECURITY_INTEROPERABILITY_PERFORMANCE
          smart policy selection preference is SCP: security, Compatibility and then performance
static String PREFERENCE_SECURITY_PERFORMANCE_COMPATIBILITY
          smart policy selection preference is SPC
static String PREFERENCE_SECURITY_PERFORMANCE_INTEROPERABILITY
          smart policy selection preference is SPC
static String PROXY_PASSWORD
          Proxy password, which if set, will be included in the Mime headers.
static String PROXY_USERNAME
          Proxy user name, which if set, will be included in the Mime headers.
static String SSL_ADAPTER
          SSL adapter
static String TRANSPORT_SUBJECT_PROPERTY
          Subject derived from transport level security.
static String USE_WSADDRESSING
          Specify which WS-Addressing version should be used, valid values are: WSAVersion.MemberSubmission, WSAVersion.WSA10. By default(not specified), WS-Addressing 1.0 will be used.
static String VALIDATE_WEBSERVICE_RESPONSE
          This property is used to force the webservice client to validate response coming from a webservice.
static String WSRM_ACKSTO_ANONYMOUS
          This property allows you to set the acks to address of the reliable sequence to be anonymous.
static String WSRM_LAST_MESSAGE
          This property allows you to declare the next message to be sent on a stub to be the last message for the current reliable sequence.
static String WSRM_OFFER_SEQUENCE_EXPIRATION
          This property allows you to set the expiration time for an offered reliable sequence.
static String WSRM_SEQUENCE_EXPIRATION
          This property allows you to set the expiration value for a reliable sequence.
static String WSS_SUBJECT_PROPERTY
          Subject derived from message level web service security.
 

Field Detail

SSL_ADAPTER

static final String SSL_ADAPTER
SSL adapter

See Also:
Constant Field Values

PROXY_USERNAME

static final String PROXY_USERNAME
Proxy user name, which if set, will be included in the Mime headers.

See Also:
Constant Field Values

PROXY_PASSWORD

static final String PROXY_PASSWORD
Proxy password, which if set, will be included in the Mime headers.

See Also:
Constant Field Values

HANDLER_REGISTRY

static final String HANDLER_REGISTRY
handler registry

See Also:
Constant Field Values

USE_WSADDRESSING

static final String USE_WSADDRESSING
Specify which WS-Addressing version should be used, valid values are: WSAVersion.MemberSubmission, WSAVersion.WSA10. By default(not specified), WS-Addressing 1.0 will be used.

See Also:
Constant Field Values

CONVERSATION_VERSION_PROPERTY

static final String CONVERSATION_VERSION_PROPERTY
This property allows you to set the conversation version to be used in a conversational web services invoke. The property value can be either WLStub.CONVERSATION_VERSION_ONE or WLStub.CONVERSATION_VERSION_TWO. Version two is the default.

See Also:
Constant Field Values

CONVERSATION_VERSION_ONE

static final Integer CONVERSATION_VERSION_ONE
Conversation version one property value.


CONVERSATION_VERSION_TWO

static final Integer CONVERSATION_VERSION_TWO
Conversation version two property value.


CONVERSATION_ID

static final String CONVERSATION_ID
This property allows you to set the conversation id on the stub in a conversational web services invoke. The property value set should be a uniquue string.

See Also:
Constant Field Values

CONVERSATIONAL_METHOD_BLOCK_TIMEOUT

static final String CONVERSATIONAL_METHOD_BLOCK_TIMEOUT
This property allows you to set how long for a conversational continue method to block while waiting for the server to assign the conversation id. The property value should be an integer value of number of seconds.

See Also:
Constant Field Values

WSRM_SEQUENCE_EXPIRATION

static final String WSRM_SEQUENCE_EXPIRATION
This property allows you to set the expiration value for a reliable sequence. The property value should be a javax.xml.datatype.Duration.

See Also:
Constant Field Values

WSRM_OFFER_SEQUENCE_EXPIRATION

static final String WSRM_OFFER_SEQUENCE_EXPIRATION
This property allows you to set the expiration time for an offered reliable sequence. The property value should be a javax.xml.datatype.Duration.

See Also:
Constant Field Values

WSRM_ACKSTO_ANONYMOUS

static final String WSRM_ACKSTO_ANONYMOUS
This property allows you to set the acks to address of the reliable sequence to be anonymous. The property value should be the string "true".

See Also:
Constant Field Values

WSRM_LAST_MESSAGE

static final String WSRM_LAST_MESSAGE
This property allows you to declare the next message to be sent on a stub to be the last message for the current reliable sequence. The property value should be the string "true". Note, this property happens to have the same String name as WSRMConstants.LAST_MESSAGE_PROPERTY, so you can look for usages of that property as well when trying to understand usages of this property.

See Also:
WSRMConstants.LAST_MESSAGE_PROPERTY, Constant Field Values

COMPLEX

static final String COMPLEX
This property is usually automatically set when you use advanced features such as WS-ReliableMessaging, WS-Addressing, and WS-Conversation.

See Also:
Constant Field Values

WSS_SUBJECT_PROPERTY

static final String WSS_SUBJECT_PROPERTY
Subject derived from message level web service security.

See Also:
Constant Field Values

TRANSPORT_SUBJECT_PROPERTY

static final String TRANSPORT_SUBJECT_PROPERTY
Subject derived from transport level security.

See Also:
Constant Field Values

JMS_TRANSPORT_JNDI_URL

static final String JMS_TRANSPORT_JNDI_URL
This property is the JMS transport JNDI URL.

See Also:
Constant Field Values

JMS_TRANSPORT_MESSAGE_TYPE

static final String JMS_TRANSPORT_MESSAGE_TYPE
This property is the JMS Message type.

See Also:
Constant Field Values

JMS_TEXTMESSAGE

static final String JMS_TEXTMESSAGE
JMS TextMessage

See Also:
Constant Field Values

JMS_BYTESMESSAGE

static final String JMS_BYTESMESSAGE
JMS BytesMessage

See Also:
Constant Field Values

MARSHAL_FORCE_INCLUDE_XSI_TYPE

static final String MARSHAL_FORCE_INCLUDE_XSI_TYPE
This property is used for including the schema type when marshalling

See Also:
Constant Field Values

FORCE_DOTNET_COMPATIBLE_BINDING

static final String FORCE_DOTNET_COMPATIBLE_BINDING
This property is used for enabling strict dotnet interopable binding.

See Also:
Constant Field Values

VALIDATE_WEBSERVICE_RESPONSE

static final String VALIDATE_WEBSERVICE_RESPONSE
This property is used to force the webservice client to validate response coming from a webservice.

See Also:
Constant Field Values

CHARACTER_SET_ENCODING

static final String CHARACTER_SET_ENCODING
This property is used to force the webservice client to use a specified character set to encode the oubound soapmessage.

See Also:
Constant Field Values

POLICY_SELECTION_PREFERENCE

static final String POLICY_SELECTION_PREFERENCE
The smart policy selection peference

See Also:
Constant Field Values

POLICY_PREFERENCE_SECURITY

static final String POLICY_PREFERENCE_SECURITY
smart policy selection preference value for Security or Functionality

See Also:
Constant Field Values

POLICY_PREFERENCE_PERFORMANCE

static final String POLICY_PREFERENCE_PERFORMANCE
smart policy selection preference value for Performance

See Also:
Constant Field Values

POLICY_PREFERENCE_COMPATIBILITY

static final String POLICY_PREFERENCE_COMPATIBILITY
smart policy selection preference value for Interoperability/Compatibility

See Also:
Constant Field Values

PREFERENCE_SECURITY_INTEROPERABILITY_PERFORMANCE

static final String PREFERENCE_SECURITY_INTEROPERABILITY_PERFORMANCE
smart policy selection preference is SCP: security, Compatibility and then performance

See Also:
Constant Field Values

PREFERENCE_SECURITY_PERFORMANCE_INTEROPERABILITY

static final String PREFERENCE_SECURITY_PERFORMANCE_INTEROPERABILITY
smart policy selection preference is SPC

See Also:
Constant Field Values

PREFERENCE_INTEROPERABILITY_SECURITY_PERFORMANCE

static final String PREFERENCE_INTEROPERABILITY_SECURITY_PERFORMANCE
smart policy selection preference is CSP

See Also:
Constant Field Values

PREFERENCE_INTEROPERABILITY_PERFORMANCE_SECURITY

static final String PREFERENCE_INTEROPERABILITY_PERFORMANCE_SECURITY
smart policy selection preference is IPS

See Also:
Constant Field Values

PREFERENCE_PERFORMANCE_INTEROPERABILITY_SECURITY

static final String PREFERENCE_PERFORMANCE_INTEROPERABILITY_SECURITY
smart policy selection preference is PCS

See Also:
Constant Field Values

PREFERENCE_PERFORMANCE_SECURITY_INTEROPERABILITY

static final String PREFERENCE_PERFORMANCE_SECURITY_INTEROPERABILITY
smart policy selection preference is PSC

See Also:
Constant Field Values

PREFERENCE_SECURITY_COMPATIBILITY_PERFORMANCE

static final String PREFERENCE_SECURITY_COMPATIBILITY_PERFORMANCE
smart policy selection preference is SCP: security, Compatibility and then performance

See Also:
Constant Field Values

PREFERENCE_SECURITY_PERFORMANCE_COMPATIBILITY

static final String PREFERENCE_SECURITY_PERFORMANCE_COMPATIBILITY
smart policy selection preference is SPC

See Also:
Constant Field Values

PREFERENCE_COMPATIBILITY_SECURITY_PERFORMANCE

static final String PREFERENCE_COMPATIBILITY_SECURITY_PERFORMANCE
smart policy selection preference is CSP

See Also:
Constant Field Values

PREFERENCE_COMPATIBILITY_PERFORMANCE_SECURITY

static final String PREFERENCE_COMPATIBILITY_PERFORMANCE_SECURITY
smart policy selection preference is IPS

See Also:
Constant Field Values

PREFERENCE_PERFORMANCE_COMPATIBILITY_SECURITY

static final String PREFERENCE_PERFORMANCE_COMPATIBILITY_SECURITY
smart policy selection preference is PCS

See Also:
Constant Field Values

PREFERENCE_PERFORMANCE_SECURITY_COMPATIBILITY

static final String PREFERENCE_PERFORMANCE_SECURITY_COMPATIBILITY
smart policy selection preference is PSC

See Also:
Constant Field Values

PREFERENCE_DEFAULT

static final String PREFERENCE_DEFAULT
smart policy selection preference is default "NONE"

See Also:
Constant Field Values

POLICY_COMPATIBILITY_PREFERENCE

static final String POLICY_COMPATIBILITY_PREFERENCE
Property name for policy compatibility string

See Also:
Constant Field Values

POLICY_COMPATIBILITY_MSFT

static final String POLICY_COMPATIBILITY_MSFT
Compatibility property for MSFT WCF

See Also:
Constant Field Values

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle