|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3.1.0) B28977-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientConstants
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_ENCODING This 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_SIZE This property can be used for Stubs and Calls to get and set the chunk size for SOAP messages sent over HTTP. |
static String |
CLIENT_CONFIG This property can be used for Stubs and Calls to get and set the Web Service Management configuration and other properties. |
static String |
COOKIE_MAP This 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_ATTACHMENTS This 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_CHUNK This 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_ID This property can be used for Stubs and Call to get and set the Correlation Identifier for JMS endpoints. |
static String |
JMS_TARGET_MESSAGE_ID This property can be used for Stubs and Calls to get the Message Identifier for JMS endpoints. |
static String |
JMS_TARGET_REPLY_TO_FACTORY_NAME This 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_NAME This 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_NAME This 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_NAME This 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_NAME This property can be used for Stubs and Calls to get and set the ReplyTo queue name for a JMS transport. |
static String |
MTOM_SUPPORT This property can be used for Stubs to specify whether the request, when relavant content exists, will be packaged as per MTOM/XOP. |
static String |
SERVICEIMPL_NAME A property to be set in the Properties parameter to indicate the service implementation class name when ServiceFactory.loadService() method is called. |
static String |
SOAP_VERSION This property can be used for Stubs and Calls to get and set SOAP version. |
static String |
WSM_INTERCEPTOR_PIPELINE_CONFIG Deprecated. This property has been deprecated, please use oracle.webservices.ClientConstants.CLIENT_CONFIG. |
Field Detail |
---|
static final String SERVICEIMPL_NAME
Type: java.lang.String
static final String JMS_TARGET_MESSAGE_ID
Type: java.lang.String
static final String JMS_TARGET_CORRELATION_ID
Type: java.lang.String
static final String JMS_TARGET_REPLY_TO_TOPIC_NAME
Type: java.lang.String
static final String JMS_TARGET_REPLY_TO_QUEUE_NAME
Type: java.lang.String
static final String JMS_TARGET_REPLY_TO_FACTORY_NAME
Type: java.lang.String
static final String JMS_TRANSPORT_REPLY_TO_QUEUE_NAME
Type: java.lang.String
static final String JMS_TRANSPORT_REPLY_TO_FACTORY_NAME
Type: java.lang.String
static final String WSM_INTERCEPTOR_PIPELINE_CONFIG
oracle.webservices.ClientConstants.CLIENT_CONFIG
, Constant Field Valuesstatic final String CLIENT_CONFIG
Type: org.w3c.Element
or java.io.File
static final String DIME_ENCODE_MESSAGES_WITH_ATTACHMENTS
Type: java.lang.Boolean
static final String SOAP_VERSION
SOAPVersion
. If not set, the default value is SOAPVersion.SOAP_1_1
.
Type: java.lang.String
static final String DO_NOT_CHUNK
Type: java.lang.Boolean
static final String CHUNK_SIZE
Type: java.lang.Integer
static final String COOKIE_MAP
Type: java.util.Map
static final String CHARACTER_SET_ENCODING
java.nio.charset.Charset
for more information about character set encoding. UTF-8 is the default when this property is not set.
Type: java.lang.String
static final String MTOM_SUPPORT
Type: java.lang.Boolean
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |