- 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 Type: java.lang.String
- 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 Type: java.lang.String
- 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 Type: java.lang.Integer
- 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 Type: java.lang.String
- 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 Type: java.lang.String