Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Infrastructure Web Services
12c (12.2.1.3.0)
E98744-01
A C D G H I J M N O P R S T U W 

A

ACCEPT_ENCODING - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the value of http 'ACCEPT_ENCODING' header for SOAP messages send over HTTP.
addReliableMessageListener(ReliableMessageListener) - Method in interface oracle.webservices.rm.ReliableSession
Register a ReliableMessageListener for ReliableEvent notifications from the session instance.
AddressingHelper - Class in oracle.webservices.addressing
A helper class for dealing with ws addressing headers.
AddressingHelper() - Constructor for class oracle.webservices.addressing.AddressingHelper
 
AddressingInfo - Interface in oracle.webservices.addressing
This class stores the addressing information of the request.
ALL_OPERATIONS_ONE_WAY - Static variable in interface oracle.webservices.ClientConstants
This property can be used by Stubs to determine if all the operations in a port are one-way
AsyncWebService - Annotation Type in oracle.webservices.annotations.async
The AsyncWebService annotation indicates that the annotated class is to be exposed as an asynchronous web service.
AsyncWebServiceQueue - Annotation Type in oracle.webservices.annotations.async
The AsyncWebServiceQueue annotation describes the JMS queue that will be used to store the asynchronous requests for later processing.
AsyncWebServiceResponseQueue - Annotation Type in oracle.webservices.annotations.async
The AsyncWebServiceResponseQueue annotation describes the JMS queue that will be used to store the asynchronous responses.

C

CallbackMethod - Annotation Type in oracle.webservices.annotations.async
The CallbackMethod annotation has attributes that are used to create the wsdl:operation in the callback portType of the asynchronous service.
CallbackProperties - Annotation Type in oracle.webservices.annotations.async
Use this annotation to specify a set of key-value pairs that must be set in the message context while sending the asynchronous response to the the Callback service.
CHARACTER_SET_ENCODING - Static variable in interface oracle.webservices.ClientConstants
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.
CHUNK_SIZE - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to get and set the chunk size for SOAP messages sent over HTTP.
clearAllOutgoingAddressingProperties(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
clear out all the previous addressing settings on the outgoing context.
CLIENT_CONFIG - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to get and set the Web Service Management configuration and other properties.
ClientConstants - Interface in oracle.webservices
A class that holds all the constants used by Calls, Stubs, and ServiceFactory to set and get client side properties.
close() - Method in interface oracle.webservices.rm.ReliableSession
Terminate the WS-RM sequence and release any associated resources.
closeSession() - Method in interface oracle.webservices.rm.client.RMSessionLifecycle
Terminate the WS-RM sequence.
ContentNegotiation - Static variable in interface oracle.webservices.ClientConstants
This property can be set on the RequestContext of a Dispatch object to specify which Fast Infoset Content negotiation strategy should be used by the client Possible values are the ones in the enumeration type oracle.webservices.ContentNegotiation.
COOKIE_MAP - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to get and set the Map of cookies used in a session.
createReliableSession(Dispatch<SOAPMessage>, WSRMProtocolVersion) - Method in class oracle.webservices.rm.ReliableSessionFactory
Create a new WS-RM session, and bind it to the specified dispatch.
createReliableSession(Stub) - Method in class oracle.webservices.rm.ReliableSessionFactory
Create a new WS-RM session, and bind it to the specified Stub.
createReliableSession(Stub, WSRMProtocolVersion) - Method in class oracle.webservices.rm.ReliableSessionFactory
Create a new WS-RM session, and bind it to the specified Stub.
createReliableSession(Stub, WSRMProtocolVersion, String) - Method in class oracle.webservices.rm.ReliableSessionFactory
Create a new WS-RM session, and bind it to the specified Stub.

D

DIME_ENCODE_MESSAGES_WITH_ATTACHMENTS - Static variable in interface oracle.webservices.ClientConstants
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.
DISABLE_MUST_UNDERSTAND - Static variable in interface oracle.webservices.ClientConstants
disable must understand checking for client inbound messages true: disable must understand check false (default): not disable must understand check
DO_NOT_CHUNK - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify whether chunking should be used for SOAP messages sent over HTTP.

G

generateNewMessageId() - Static method in class oracle.webservices.addressing.AddressingHelper
Generate a new UUID to be used as a message id
get(String) - Static method in class oracle.webservices.rm.WSRMProtocolVersion
Get the version matching the specified namespace URI.
getAddressingInfo(WebServiceContext) - Static method in class oracle.webservices.addressing.AddressingHelper
create an AddressingInfo Object using the addressing properties that is based on the incoming message In other words, ReplyTO will become to, MsgId will be set in the RelatesTo etc null if no addressing properties are found.
getDispatch() - Method in interface oracle.webservices.addressing.AddressingInfo
Returns a dispatch object will write the proper addressing headers based in the outgoing message.
getInactivityTimeout() - Method in interface oracle.webservices.rm.ReliableSession
 
getInboundSequenceId() - Method in interface oracle.webservices.rm.ReliableSession
Gets the sequence identifier from the current inbound sequence.
getIncomingAction(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
Resturns the message id set in the incoming request/reply in a call back or polling case, this method should only be called when the response becomes available
getIncomingAddressingNamespace(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
returns the addressing namespace used in the incoming soap message header
getIncomingFaultToAddress(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
get the fault to value from the incoming request
getIncomingMessageId(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
Resturns the message id set in the incoming reply in a call back or polling case, this method should only be called when the response becomes available
getIncomingRelatesToMessageId(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
Get the relates to message id set from the incoming reply
getIncomingReplyToAddress(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
get the reply to value from the incoming request
getIncomingToAddress(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
get the to value from the incoming request
getMessageId() - Method in interface oracle.webservices.addressing.AddressingInfo
The message id of the request message.
getMessageStoreName() - Method in interface oracle.webservices.rm.ReliableSession
 
getNamespaceURI() - Method in class oracle.webservices.rm.WSRMProtocolVersion
 
getOutboundSequenceId() - Method in interface oracle.webservices.rm.ReliableSession
Get the sequence identifier from the current outbound sequence.
getOutgoingAction(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
Returns the action value of the outgoing message.
getOutgoingAddressingNamespace(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
returns the addressing namespace used for the outoing message.
getOutgoingMessageId(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
Returns the message id of the outgoing message.
getOutgoingReplyToAddress(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
get the replyToAddress that has been set for an async operation.
getPort(Class<T>) - Method in interface oracle.webservices.addressing.AddressingInfo
Returns a proxy object will write the proper addressing headers based in the outgoing message.
getReplyTo(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
 
getReplyToReferenceParameters(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
 
getSoapVersion() - Method in interface oracle.webservices.rm.ReliableSession
 

H

HTTP_CONN_TIMEOUT - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the connection timeout value of http soap connection in miliseconds.
HTTP_OPNAME_QUERYSTRING_PARAM - Static variable in interface oracle.webservices.ClientConstants
This property can be set on the RequestContext of a Dispatch object to specify that for outbound http get invocations, the operation name must be sent as a query string parameter The value of the property must be the name of the query string parameter to use.
HTTP_READ_TIMEOUT - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the read timeout value of http soap connection * in miliseconds.
HTTPCLIENT_MODULES_REMOVE_LIST - Static variable in interface oracle.webservices.ClientConstants
This property can be used to provide list of HTTPClient modules to be removed from HTTP Connection used for invoking WebService Endpoint.

I

IMPLEMENTATION - Static variable in class oracle.webservices.rm.ReliableSessionFactory
 
isAddressableAcksTo() - Method in interface oracle.webservices.rm.ReliableSession
Determine whether the acknowledgement destination is a address to which a connection can be established.

J

JAXRPC_STUB_INSTANCE - Static variable in interface oracle.webservices.ClientConstants
This property can be used to get the Stub instance from the message context during Stub based client runtime
JMS_TARGET_CORRELATION_ID - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Call to get and set the Correlation Identifier for JMS endpoints.
JMS_TARGET_MESSAGE_ID - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to get the Message Identifier for JMS endpoints.
JMS_TARGET_REPLY_TO_FACTORY_NAME - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to get and set the ReplyTo factory name for JMS endpoints.
JMS_TARGET_REPLY_TO_QUEUE_NAME - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to get and set the ReplyTo queue name for JMS endpoints.
JMS_TARGET_REPLY_TO_TOPIC_NAME - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to get and set the ReplyTo topic name for JMS endpoints.
JMS_TRANSPORT_REPLY_TO_FACTORY_NAME - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to get and set the ReplyTo factory name for a JMS transport.
JMS_TRANSPORT_REPLY_TO_QUEUE_NAME - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to get and set the ReplyTo queue name for a JMS transport.

M

MESSAGE_PROCESSOR_INITIAL_POOL_SIZE - Static variable in annotation type oracle.webservices.annotations.async.AsyncWebServiceQueue
The initial number of message processor instances in the pool to process the asynchronous requests.
MESSAGE_PROCESSOR_INITIAL_POOL_SIZE - Static variable in annotation type oracle.webservices.annotations.async.AsyncWebServiceResponseQueue
The initial number of message processor instances in the pool to send the asynchronous responses.
MESSAGE_PROCESSOR_MAX_POOL_SIZE - Static variable in annotation type oracle.webservices.annotations.async.AsyncWebServiceQueue
The maximum number of message processor instances in the pool to process the asynchronous requests.
MESSAGE_PROCESSOR_MAX_POOL_SIZE - Static variable in annotation type oracle.webservices.annotations.async.AsyncWebServiceResponseQueue
The maximum number of message processor instances in the pool to send the asynchronous responses.
MTOM_DOTNET_HEADER_STYLE - Static variable in interface oracle.webservices.ClientConstants
This property can be used together with "MTOM_SUPPORT" on Stubs to improve interoperability with Microsoft .Net web services with MTOM enabled.
MTOM_SUPPORT - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs to specify whether the request, when relavant content exists, will be packaged as per MTOM/XOP.

N

newAddressingInfoFromString(String) - Static method in class oracle.webservices.addressing.AddressingHelper
create an instance of addressing info from a string
newInstance() - Static method in class oracle.webservices.rm.ReliableSessionFactory
 
newInstance(String) - Static method in class oracle.webservices.rm.ReliableSessionFactory
 

O

open() - Method in interface oracle.webservices.rm.ReliableSession
Initiate the WS-RM sequence for the session.
openSession() - Method in interface oracle.webservices.rm.client.RMSessionLifecycle
Initiate a WS-RM sequence.
oracle.webservices - package oracle.webservices
 
oracle.webservices.addressing - package oracle.webservices.addressing
 
oracle.webservices.annotations - package oracle.webservices.annotations
This package contains the Oracle specific annotations for describing and deploying Web services.
oracle.webservices.annotations.async - package oracle.webservices.annotations.async
 
oracle.webservices.rm - package oracle.webservices.rm
This package contains the classes and interfaces to support reliable SOAP message exchanges using WS-Reliable Messaging.
oracle.webservices.rm.client - package oracle.webservices.rm.client
 

P

POLICY_SUBJECT_RESOURCE_PATTERN - Static variable in interface oracle.webservices.ClientConstants
Defines an indicator that the Policy Subject has been previously registered, this is to support early registration.
PortableWebService - Annotation Type in oracle.webservices.annotations
Marks a Java class as implementing an Oracle Infrastructure Web Service, or a Java interface as defining an Oracle Infrastructure Web Service interface.
PortableWebServiceProvider - Annotation Type in oracle.webservices.annotations
Marks a Java class as implementing an Oracle Infrastructure Web Services Provider.
PREEMPTIVE_BASIC_AUTH - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs to specify whether the request should include http basic authentication header without getting a challenge from the http server.
Property - Annotation Type in oracle.webservices.annotations
Use this annotation to specify the name and value pair that needs to be set in a message context.
PROVIDER_MSG_CONTEXT_PROPS - Static variable in interface oracle.webservices.ClientConstants
This property can be used by dispatch clients to specify a map<String,Object> of properties to be conveyed to the provider implementation during a colocation invocation.
PROXY_AUTH_TYPE - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the type for proxy authentication Examples of the type of authentication are basic, digest, NTLM.
PROXY_HOST - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the host name of the Proxy server
PROXY_PASSWORD - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the password for proxy authentication
PROXY_PORT - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the port of the proxy server
PROXY_REALM - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the realm for proxy authentication
PROXY_USERNAME - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the username for proxy authentication

R

ReliableMessagingConfigurationException - Exception in oracle.webservices.rm
 
ReliableMessagingConfigurationException() - Constructor for exception oracle.webservices.rm.ReliableMessagingConfigurationException
Constructs a new runtime exception with null as its detail message.
ReliableMessagingConfigurationException(String) - Constructor for exception oracle.webservices.rm.ReliableMessagingConfigurationException
Constructs a new runtime exception with the specified detail message.
ReliableSession - Interface in oracle.webservices.rm
This interface provides the ability to work with a WS-RM sequence.
ReliableSessionFactory - Class in oracle.webservices.rm
 
ResponseWebService - Annotation Type in oracle.webservices.annotations.async
Asynchronous Services publish asynchronous BPEL process style WSDL that contains two portTypes.
Retry - Annotation Type in oracle.webservices.annotations.async
This annotation is used to control the behavior of the retry mechanism while processing the asynchronous request from the queue.
RMSessionLifecycle - Interface in oracle.webservices.rm.client
This interface provides the ability for JAX-WS clients to demarcate WS-RM sequence boundaries.
RUN_AS_SYSTEM_USER - Static variable in annotation type oracle.webservices.annotations.async.AsyncWebService
Default security principal to be used to access the protected JMS system resource.
RUN_UNSECURED - Static variable in annotation type oracle.webservices.annotations.async.AsyncWebService
Use this dummy user to indicate that the JMS resources are unprotected.

S

SERVICE_REF_NAME_SUFFIX - Static variable in annotation type oracle.webservices.annotations.async.ResponseWebService
 
SERVICEIMPL_NAME - Static variable in interface oracle.webservices.ClientConstants
A property to be set in the Properties parameter to indicate the service implementation class name when ServiceFactory.loadService() method is called.
setMakeOffer(boolean) - Method in interface oracle.webservices.rm.ReliableSession
Indicate that the WS-RM Source should offer a sequence identifier rather than ask the WS-RM Destination to provide one.
setOutgoingAction(Map<String, Object>, String) - Static method in class oracle.webservices.addressing.AddressingHelper
set the action field of the outgoing addressing properties
setOutgoingAddressingNamespace(Map<String, Object>, String) - Static method in class oracle.webservices.addressing.AddressingHelper
Set the outgoing addressing targetnamespace.
setOutgoingFaultToAddress(Map<String, Object>, String) - Static method in class oracle.webservices.addressing.AddressingHelper
Allows the client to programmatically set the FaultTo address for a fault
setOutgoingFaultToEndpointReference(Map<String, Object>, W3CEndpointReference) - Static method in class oracle.webservices.addressing.AddressingHelper
Allows the client to programmatically set the faultTo EndpointReference containing any ReferenceParameters
setOutgoingMessageId(Map<String, Object>, String) - Static method in class oracle.webservices.addressing.AddressingHelper
sets the message id of the outgoing message
setOutgoingMessageId(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
sets a new message id of the outgoing message by generating a new UUID
setOutgoingRelatesToMessageId(Map<String, Object>, String) - Static method in class oracle.webservices.addressing.AddressingHelper
Sets the relatesTo message id in the outgoing request.
setOutgoingReplyToAddress(Map<String, Object>, String) - Static method in class oracle.webservices.addressing.AddressingHelper
Allows the client to programmatically set the ReplyTo address for an async operation.
setOutgoingReplyToEndpointReference(Map<String, Object>, W3CEndpointReference) - Static method in class oracle.webservices.addressing.AddressingHelper
Allows the client to programmatically set the replyTo EndpointReference containing any ReferenceParameters
setOutgoingToAddress(Map<String, Object>, String) - Static method in class oracle.webservices.addressing.AddressingHelper
Allows the client to programmatically set the To Address for an async operation.
setSoapVersion(String) - Method in interface oracle.webservices.rm.ReliableSession
 
SOAP_VERSION - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to get and set SOAP version.
SOAP_XML_RESPONSE - Static variable in interface oracle.webservices.ClientConstants
This property can be set on Stubs and Calls to direct client-side OraSAAJ to use Scalable DOM (SDOM) when it creates a response soap message.
STREAMING_INCOMING_ATTACHMENTS - Static variable in interface oracle.webservices.ClientConstants
This property can be set on the RequestContext of a Dispatch object and the response SOAPMessage will have streamed attachments
STREAMING_OUTGOING_ATTACHMENTS - Static variable in interface oracle.webservices.ClientConstants
This property can be set on the RequestContext of a Dispatch object and the attachments in the request SOAPMessage will be streamed to the service

T

toSimpleVersionName() - Method in class oracle.webservices.rm.WSRMProtocolVersion
 
toString() - Method in class oracle.webservices.rm.WSRMProtocolVersion
 
TRANSACTIONAL - Static variable in interface oracle.webservices.ClientConstants
This property can be used to enable WS-AtomicTransactions context outflow (for JAX-WS clients only)
TRUST_MANAGER_ARRAY - Static variable in interface oracle.webservices.ClientConstants
This property can be set on the RequestContext of a Dispatch object to specify a TrustManager array to use when making https connections The value of the property must be an array of type javax.net.ssl.TrustManager This can be used to specify custom implementations of TrustManager

U

useDefaultReplyTo(Map<String, Object>) - Static method in class oracle.webservices.addressing.AddressingHelper
Allows the client to specify that the next invocation should send the default replyto in the message so the callback will go back to the current server.

W

WALLET_KEYSTORE_PROVIDER - Static variable in interface oracle.webservices.ClientConstants
The provider for this wallet - defaults to "OraclePKI" - for other providers, the caller will be required to register the provider using Security.addProvider(...)
WALLET_KEYSTORE_TYPE - Static variable in interface oracle.webservices.ClientConstants
The type of keystore for this wallet - "SSO", "PKCS12", "TEXT" are valid values If not provided, defaults to "SSO"
WALLET_LOCATION - Static variable in interface oracle.webservices.ClientConstants
 
WALLET_PASSWORD - Static variable in interface oracle.webservices.ClientConstants
 
WS_SSL_KEY_ALIAS - Static variable in interface oracle.webservices.ClientConstants
This property can be used for client descriptor to set the SSL keystore identity key alias.
WS_SSL_KEYSTORE_LOCATION - Static variable in interface oracle.webservices.ClientConstants
This property can be used for client descriptor to set the SSL keystore uri.
WS_SSL_KEYSTORE_TYPE - Static variable in interface oracle.webservices.ClientConstants
This property can be used for client descriptor to set the SSL keystore type.
WS_SSL_TRUSTSTORE_LOCATION - Static variable in interface oracle.webservices.ClientConstants
This property can be used for client descriptor to set the SSL truststore uri.
WS_SSL_TRUSTSTORE_TYPE - Static variable in interface oracle.webservices.ClientConstants
This property can be used for client descriptor to set the SSL truststore type.
WSA_ACTION - Static variable in interface oracle.webservices.ClientConstants
This property can be used by Stubs and Calls to dynamically set the wsa action used in the next invocation
WSA_FAULT_TO - Static variable in interface oracle.webservices.ClientConstants
This property can be used by Stubs and Calls to dynamically set the faultTo address used in the next invocation
WSA_MESSAGE_ID - Static variable in interface oracle.webservices.ClientConstants
This property can be used by Stubs and Calls to dynamically set the wsa message id used in the next invocation
WSA_RELATES_TO - Static variable in interface oracle.webservices.ClientConstants
This property can be used by Stubs and Calls to dynmaically set the relatesTo address used in the next invocation
WSA_REPLY_TO - Static variable in interface oracle.webservices.ClientConstants
This property can be used by Stubs and Calls to dynamically set the replyTo address used in the next invocation
WSDL_DEFINITION - Static variable in interface oracle.webservices.ClientConstants
This property can be set on the RequestContext of a Dispatch object in order to provide the WSDL Definition (this circumvents the inability to specify a Definition object instead of a wsdl location using the standard JAX-WS API)
WSM_SUBJECT_PRECEDENCE - Static variable in interface oracle.webservices.ClientConstants
This property will be set to false in case the client wants that while creating the SAML token we should not use the SUBJECT that has been formed and instead they want to use the username first that has been sent by the client.
WSRM_1_0 - Static variable in class oracle.webservices.rm.WSRMProtocolVersion
WS-RM 1.0 protocol
WSRM_1_1 - Static variable in class oracle.webservices.rm.WSRMProtocolVersion
WS-RM 1.1 protocol
WSRMProtocolVersion - Class in oracle.webservices.rm
Type-safe enumeration for WS-RM protocol versions.
WSSEC_ENC_KEY_ALIAS - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to dynamically set the alias of the key within the the keystore that will be used for encryption.
WSSEC_ENC_KEY_PASSWORD - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to dynamically set the password for the key within the keystore that will be used for encryption.
WSSEC_KERBEROS_SERVICE_PRINCIPAL - Static variable in interface oracle.webservices.ClientConstants
This property can be used by Stubs and Calls to dynamically set the service principal name when trying access a service that is protected using Kerberos mechanism.
WSSEC_KEYSTORE_LOCATION - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to dynamically set the location of the keystore file.
WSSEC_KEYSTORE_PASSWORD - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to dynamically set the password of the keystore file.
WSSEC_KEYSTORE_TYPE - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Call to dynamically set the type keystore file.
WSSEC_RECIPIENT_KEY_ALIAS - Static variable in interface oracle.webservices.ClientConstants
This property can be used by Stubs and Calls to dynamically set the alias for key within the keystore used to encrypt type outbound message.
WSSEC_SAML_ISSUER_NAME - Static variable in interface oracle.webservices.ClientConstants
This property can be used by Stubs and Calls to dynamically set the SAML issuer name when trying access a service that is protected using SAML mechanism.
WSSEC_SIG_KEY_ALIAS - Static variable in interface oracle.webservices.ClientConstants
This property can be used by Stubs and Calls to dynamically set the alias of the key within the keystore that will be used for digital signatures.
WSSEC_SIG_KEY_PASSWORD - Static variable in interface oracle.webservices.ClientConstants
This property can be used by Stubs and Calls to dynamically set the password of the key within the keystore that will be used for digital signatures.
A C D G H I J M N O P R S T U W 
Skip navigation links
Copyright © 2006, 2018, Oracle and/or its affiliates. All rights reserved.