Skip navigation links

Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3.1.0)

B28977-01


Constant Field Values


Contents

oracle.webservices.*

oracle.webservices.ClientConstants
public static final String CHARACTER_SET_ENCODING "oracle.webservices.charsetEncoding"
public static final String CHUNK_SIZE "oracle.webservices.chunkSize"
public static final String CLIENT_CONFIG "oracle.webservices.client.config"
public static final String COOKIE_MAP "oracle.webservices.cookieMap"
public static final String DIME_ENCODE_MESSAGES_WITH_ATTACHMENTS "oracle.webservices.dimeEncodeMessagesWithAttachments"
public static final String DO_NOT_CHUNK "oracle.webservices.donotChunk"
public static final String JMS_TARGET_CORRELATION_ID "oracle.webservices.ojmsCorrelationId"
public static final String JMS_TARGET_MESSAGE_ID "oracle.webservices.ojmsMessageId"
public static final String JMS_TARGET_REPLY_TO_FACTORY_NAME "oracle.webservices.ojsmReplyToFactoryName"
public static final String JMS_TARGET_REPLY_TO_QUEUE_NAME "oracle.webservices.ojmsReplyToQueueName"
public static final String JMS_TARGET_REPLY_TO_TOPIC_NAME "oracle.webservices.ojmsReplyToTopicName"
public static final String JMS_TRANSPORT_REPLY_TO_FACTORY_NAME "oracle.webservices.transport.ReplyToFactoryName"
public static final String JMS_TRANSPORT_REPLY_TO_QUEUE_NAME "oracle.webservices.transport.ReplyToQueueName"
public static final String MTOM_SUPPORT "oracle.webservices.mtomSupport"
public static final String SERVICEIMPL_NAME "oracle.webservices.serviceImplementationName"
public static final String SOAP_VERSION "oracle.webservices.soapVersion"
public static final String WSM_INTERCEPTOR_PIPELINE_CONFIG "oracle.webservices.dii.interceptor.pipeline.port.config"

oracle.webservices.OracleCall
public static final String ENDPOINT_ADDRESS_PROPERTY "javax.xml.rpc.service.endpoint.address"

oracle.webservices.OracleStub
public static final String CONTENT_TRANSFER_ENCODING "oracle.webservices.contentTransferEncoding"
public static final String ENCODING_STYLE_PROPERTY " oracle.webservices.encodingStyleProperty"
public static final String OPERATION_STYLE_PROPERTY "oracle.webservices.operationStyleProperty"

oracle.webservices.ServerConstants
public static final String HTTP_SERVLET_REQUEST "oracle.webservices.server.HttpServletRequest"

oracle.webservices.provider.ProviderConfig
public static final String PROPAGATE_DYNAMIC_ENDPOINTS "oracle.webservices.provider.propagateDynamicEndpoints"
public static final String VALIDATE_SOAP_SCHEMA "oracle.webservices.provider.validateSoapSchema"

oracle.webservices.provider.transport.HTTPConstants
public static final String HTTP_AUTH_TYPE "transport.http.authType"
public static final String HTTP_CONTENT_LENGTH "transport.http.contentLength"
public static final String HTTP_CONTENT_TYPE "transport.http.contentType"
public static final String HTTP_CONTEXTPATH "transport.http.ContextPath"
public static final String HTTP_COOKIES "transport.http.cookies"
public static final String HTTP_PATH_INFO "transport.http.pathInfo"
public static final String HTTP_PATH_TRANSLATED "transport.http.pathTranslated"
public static final String HTTP_QUERY_STRING "transport.http.remoteUser"
public static final String HTTP_REMOTE_ADDR "transport.http.remoteAddress"
public static final String HTTP_REMOTE_HOST "transport.http.remoteHost"
public static final String HTTP_REMOTE_PORT "transport.http.remotePort"
public static final String HTTP_REMOTE_USER "transport.http.remoteUser"
public static final String HTTP_REQUEST_URI "transport.http.requestUri"
public static final String HTTP_REQUEST_URL "transport.http.requestURL"
public static final String HTTP_SERVLET_PATH "transport.http.servletPath"
public static final String HTTP_SESSION "transport.http.session"
public static final String HTTP_SOAP_ACTION "transport.http.httpSoapAction"
public static final String HTTP_USER_PRINCIPAL "transport.http.userPrincipal"

oracle.webservices.reliability.ReliabilityContext
public static final int ACKNOWLEDGMENT_TYPE_CALLBACK 0
public static final int ACKNOWLEDGMENT_TYPE_CONFIG 3
public static final int ACKNOWLEDGMENT_TYPE_POLL 2
public static final int ACKNOWLEDGMENT_TYPE_SYNCHRONOUS 1

oracle.webservices.reliability.ReliabilityEvent
public static final int TYPE_ACK 0
public static final int TYPE_FAULT 1

oracle.webservices.soap.SOAPVersion
public static final String SOAP_1_1 "soap1.1"
public static final String SOAP_1_2 "soap1.2"

oracle.webservices.wsdl.WSDLFactoryImpl
public static final String WSDL_READ_TIMEOUT "oracle.webservices.wsdl.reader.timeout"

Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.