BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.wsee.jaxrpc
Interface WLStub


public interface WLStub

Weblogic specific stub properties.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
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 HANDLER_REGISTRY
          handler registry
static String JMS_TRANSPORT_JNDI_URL
          This property is the JMS transport JNDI URL.
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 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

COMPLEX

public 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

CONVERSATION_ID

public 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

CONVERSATION_VERSION_ONE

public static final Integer CONVERSATION_VERSION_ONE
Conversation version one property value.


CONVERSATION_VERSION_PROPERTY

public 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_TWO

public static final Integer CONVERSATION_VERSION_TWO
Conversation version two property value.


CONVERSATIONAL_METHOD_BLOCK_TIMEOUT

public 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

HANDLER_REGISTRY

public static final String HANDLER_REGISTRY
handler registry

See Also:
Constant Field Values

JMS_TRANSPORT_JNDI_URL

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

See Also:
Constant Field Values

PROXY_PASSWORD

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

See Also:
Constant Field Values

PROXY_USERNAME

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

See Also:
Constant Field Values

SSL_ADAPTER

public static final String SSL_ADAPTER
SSL adapter

See Also:
Constant Field Values

TRANSPORT_SUBJECT_PROPERTY

public static final String TRANSPORT_SUBJECT_PROPERTY
Subject derived from transport level security.

See Also:
Constant Field Values

WSRM_ACKSTO_ANONYMOUS

public 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

public 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".

See Also:
Constant Field Values

WSRM_OFFER_SEQUENCE_EXPIRATION

public 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_SEQUENCE_EXPIRATION

public 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

WSS_SUBJECT_PROPERTY

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

See Also:
Constant Field Values

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.