- CallbackManagementPolicy - Annotation Type in oracle.webservices.annotations.async
-
Deprecated.
As of 12.1.2, replaced by @oracle.wsm.metadata.annotation.CallbackPolicySet (used with @oracle.wsm.metadata.annotation.PolicyReference)
- 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.
- CallbackMtomPolicy - Annotation Type in oracle.webservices.annotations.async
-
Deprecated.
As of 12.1.2, replaced by @oracle.wsm.metadata.annotation.CallbackPolicySet (used with @oracle.wsm.metadata.annotation.PolicyReference)
- 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.
- CallbackSecurityPolicy - Annotation Type in oracle.webservices.annotations.async
-
Deprecated.
As of 12.1.2, replaced by @oracle.wsm.metadata.annotation.CallbackPolicySet (used with @oracle.wsm.metadata.annotation.PolicyReference)
- 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.