|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3) B25988-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A class that holds all the constants used by Calls, Stubs, and ServiceFactory to set and get client side properties.
| Field Summary | |
static String |
CHARACTER_SET_ENCODINGThis property can be used for Stubs and Calls to get and set the character encoding which will be used to serialize the request soap message. |
static String |
CHUNK_SIZEThis property can be used for Stubs and Calls to get and set the chunk size for SOAP messages sent over HTTP. |
static String |
COOKIE_MAPThis property can be used for Stubs and Calls to get and set the Map of cookies used in a session. |
static String |
DIME_ENCODE_MESSAGES_WITH_ATTACHMENTSThis property can be used for Stubs and Calls to specify whether DIME should be used to encode any attachments that are present instead of MIME. |
static String |
DO_NOT_CHUNKThis property can be used for Stubs and Calls to specify whether chunking should be used for SOAP messages sent over HTTP. |
static String |
JMS_TARGET_CORRELATION_IDThis property can be used for Stubs and Call to get and set the Correlation Identifier for JMS endpoints. |
static String |
JMS_TARGET_MESSAGE_IDThis property can be used for Stubs and Calls to get the Message Identifier for JMS endpoints. |
static String |
JMS_TARGET_REPLY_TO_FACTORY_NAMEThis property can be used for Stubs and Calls to get and set the ReplyTo factory name for JMS endpoints. |
static String |
JMS_TARGET_REPLY_TO_QUEUE_NAMEThis property can be used for Stubs and Calls to get and set the ReplyTo queue name for JMS endpoints. |
static String |
JMS_TARGET_REPLY_TO_TOPIC_NAMEThis property can be used for Stubs and Calls to get and set the ReplyTo topic name for JMS endpoints. |
static String |
JMS_TRANSPORT_REPLY_TO_FACTORY_NAMEThis property can be used for Stubs and Calls to get and set the ReplyTo factory name for a JMS transport. |
static String |
JMS_TRANSPORT_REPLY_TO_QUEUE_NAMEThis property can be used for Stubs and Calls to get and set the ReplyTo queue name for a JMS transport. |
static String |
SERVICEIMPL_NAMEA property to be set in the Properties parameter to indicate the service implementation class name when ServiceFactory.loadService() method is called. |
static String |
SOAP_VERSIONThis property can be used for Stubs and Calls to get and set SOAP version. |
static String |
WSM_INTERCEPTOR_PIPELINE_CONFIGThis property can be used for Stubs and Calls to get and set the Web Service Management configuration and other properties. |
| Field Detail |
public static final String SERVICEIMPL_NAME
Type: java.lang.String
public static final String JMS_TARGET_MESSAGE_ID
Type: java.lang.String
public static final String JMS_TARGET_CORRELATION_ID
Type: java.lang.String
public static final String JMS_TARGET_REPLY_TO_TOPIC_NAME
Type: java.lang.String
public static final String JMS_TARGET_REPLY_TO_QUEUE_NAME
Type: java.lang.String
public static final String JMS_TARGET_REPLY_TO_FACTORY_NAME
Type: java.lang.String
public static final String JMS_TRANSPORT_REPLY_TO_QUEUE_NAME
Type: java.lang.String
public static final String JMS_TRANSPORT_REPLY_TO_FACTORY_NAME
Type: java.lang.String
public static final String WSM_INTERCEPTOR_PIPELINE_CONFIG
Type: org.w3c.Element or java.io.File
public static final String DIME_ENCODE_MESSAGES_WITH_ATTACHMENTS
Type: java.lang.Boolean
public static final String SOAP_VERSION
SOAPVersion. If not set, the default value is SOAPVersion.SOAP_1_1.
Type: java.lang.String
public static final String DO_NOT_CHUNK
Type: java.lang.Boolean
public static final String CHUNK_SIZE
Type: java.lang.Integer
public static final String COOKIE_MAP
Type: java.util.Map
public static final String CHARACTER_SET_ENCODING
Type: java.lang.String
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||