Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02

A B C D E F G H I J K L M N O P R S T U V W X


S

Schema - Annotation Type in oracle.webservices.annotations
The Schema annotation provides additional Oracle specific annotations for defining the schema properties of a Web service.
Schema.ElementForm - Enum in oracle.webservices.annotations
The Schema.ElementForm annotation defines the element forms that can be used in a Schema annotated Web service.
SDODatabinding - Annotation Type in oracle.webservices.annotations
The SDODatabinding annotation provides configuration for a jaxws service that uses SDO databinding
SecurityPolicies - Annotation Type in oracle.webservices.annotations
 
SecurityPolicy - Annotation Type in oracle.webservices.annotations
 
send(Object) - Method in class oracle.webservices.addressing.AddressingMessage
Deprecated. This method will send the message to the specified endpoint.
send(Object, String, String) - Method in class oracle.webservices.addressing.AddressingMessage
Deprecated. This method will send the message to the specified endpoint, supplying HTTP Authentication username and password.
SerializationException - Exception in oracle.webservices.model
This exception to returned by operations that perform either serialization or deserialization of the model.
SerializationException(Exception) - Constructor for exception oracle.webservices.model.SerializationException
Creates a new exception.
serialize(QName, Object) - Method in interface oracle.webservices.databinding.SOAPElementSerializer
The serialize method is implemented to marshall a JAVA Object to a XML fragment of SAAJ SOAPElement instance.
serialize(MessagePrototype, Object, EnvelopeBuilder) - Method in interface oracle.webservices.mdds.EnvelopeSerializer
 
Serializer - Interface in oracle.webservices.model
Implementations of this interface are responsible for creating, marshalling and unmarshalling components and extensions.
ServerConstants - Interface in oracle.webservices
A class that holds all the constants used to set and get server side properties.
Service - Interface in oracle.webservices.model
Implementations of this interface represent WSDL services within the model.
SERVICE_COMPONENT_TYPE - Static variable in interface oracle.webservices.model.Service
The component type name for services in the model.
SERVICE_REF_NAME_SUFFIX - Static variable in annotation type oracle.webservices.annotations.async.ResponseWebService
 
ServiceClientFactory - Class in oracle.webservices
ServiceClientFactory creates JAX-WS client objects, including dispatches and proxies, with Oracle JRF proprietary features.
ServiceClientFactory(URL, QName, Definition, ConnectionConfig, Class<?>) - Constructor for class oracle.webservices.ServiceClientFactory
The constructor for an ServiceClientFactory
ServiceClientFactory() - Constructor for class oracle.webservices.ServiceClientFactory
The standard constructor for an ServiceClientFactory
ServiceClientFactory(Class<?>) - Constructor for class oracle.webservices.ServiceClientFactory
The standard constructor for an ServiceClientFactory
ServiceClientFactory(URL, QName, Class<?>) - Constructor for class oracle.webservices.ServiceClientFactory
The standard constructor for an ServiceClientFactory
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.
ServiceInvocationInfo - Interface in oracle.webservices
This interface can be implemented to provide additional information about a service at runtime - currently it is used by the ProviderConfig as a way to provide information about dynamic providers.
SERVICENAME_KEY - Static variable in interface oracle.webservices.portability.WSILPlatformAdapter
 
Servlet - Interface in oracle.webservices.portability
Created by IntelliJ IDEA.
SERVLET_CONTEXT - Static variable in class oracle.webservices.provider.transport.HTTPConstants
Property name for the servlet context.
ServletMapping - Interface in oracle.webservices.portability
 
SessionManager - Interface in oracle.webservices.portability
 
setAction(String) - Method in class oracle.webservices.addressing.AddressingMessage
Deprecated.  
setAction(String) - Method in class oracle.webservices.enumeration.EnumerateMessage
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate
setAction(String) - Method in class oracle.webservices.enumeration.EnumerateResponseMessage
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/EnumerateResponse
setAction(String) - Method in class oracle.webservices.enumeration.EnumerationEndMessage
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/EnumerationEnd
setAction(String) - Method in class oracle.webservices.enumeration.GetStatusMessage
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/GetStatus
setAction(String) - Method in class oracle.webservices.enumeration.GetStatusResponseMessage
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/GetStatusResponse
setAction(String) - Method in class oracle.webservices.enumeration.PullMessage
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull
setAction(String) - Method in class oracle.webservices.enumeration.PullResponseMessage
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/PullResponse
setAction(String) - Method in class oracle.webservices.enumeration.ReleaseMessage
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/Release
setAction(String) - Method in class oracle.webservices.enumeration.ReleaseResponseMessage
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/ReleaseResponse
setAction(String) - Method in class oracle.webservices.enumeration.RenewMessage
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/Renew
setAction(String) - Method in class oracle.webservices.enumeration.RenewResponseMessage
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/RenewResponse
setAction(String) - Method in class oracle.webservices.transfer.TransferCreate
Overwrite setAction() so that actoin is always CREATE_ACTION_URI
setAction(String) - Method in class oracle.webservices.transfer.TransferCreateResponse
Overwrite setAction() so that actoin is always CREATE_RESPONSE_ACTION_URI
setAction(String) - Method in class oracle.webservices.transfer.TransferDelete
Overwrite setAction() so that actoin is always DELETE_ACTION_URI
setAction(String) - Method in class oracle.webservices.transfer.TransferDeleteResponse
Overwrite setAction() so that actoin is always DELETE_RESPONSE_ACTION_URI
setAction(String) - Method in class oracle.webservices.transfer.TransferGet
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/transfer/Get
setAction(String) - Method in class oracle.webservices.transfer.TransferGetResponse
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponse.
setAction(String) - Method in class oracle.webservices.transfer.TransferPut
Overwrite setAction() so that actoin is always PUT_ACTION_URI
setAction(String) - Method in class oracle.webservices.transfer.TransferPutResponse
Overwrite setAction() so that actoin is always PUT_RESPONSE_ACTION_URI
setAddressUrl(String) - Method in interface oracle.webservices.model.http.HttpPort
Sets the HTTP endpoint address URL for this port.
setAddressUrl(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the SOAP endpoint address URL for this port.
setAnonymous(boolean) - Method in interface oracle.webservices.mdds.ArrayPrototype
Sets the serialization hint that this array is "anonymous", meaning that the array itself should not generate start and end tags around the contained data.
setAtt(String, Object) - Method in interface oracle.webservices.mdds.adt.ComplexNode
 
setAttribute(String, Object) - Method in interface oracle.webservices.ConversationSession
 
setAttribute(QName, Object) - Method in class oracle.webservices.databinding.AttributeMap
Adds an attribute to this AttributeMap or replace an existing attribute with the same QName.
setAuthorizationPrompter(AuthorizationPrompter) - Method in interface oracle.webservices.ConnectionConfig
The authorization prompter used for HTTP authentication.
setAuthorizationPrompter(AuthorizationPrompter) - Method in class oracle.webservices.ConnectionConfigBean
The authorization prompter used for HTTP authentication.
setBindingName(QName) - Method in interface oracle.webservices.model.Port
Gets the binding QName for this port.
setClientTransportFactory(ClientTransportFactory) - Method in interface oracle.webservices.OracleCall
Sets the ClientTransportFactory that will be used to create ClientTransport objects to send and receive SOAP messages.
setCode(String) - Method in class oracle.webservices.enumeration.datatype.EnumerationEnd
Sets the value of the code property.
setConnectionConfig(ConnectionConfig) - Method in interface oracle.webservices.provider.ProviderConfig
 
setContent(Object) - Method in interface oracle.webservices.mdds.adt.ComplexNode
 
setDataHandler(DataHandler) - Method in interface oracle.webservices.soap.OracleSOAPElement
Sets the given DataHandler object as the data handler for this OracleSOAPElement object.
setDeploymentContext(Context) - Method in interface oracle.webservices.portability.ContainerWebServicesDescriptor
 
setDestination(JmsAddress) - Method in class oracle.webservices.transport.JmsClientTransportFactory
Set the jms address of the queue that used to send soap messages to the server
setDialect(String) - Method in class oracle.webservices.enumeration.datatype.FilterType
Sets the value of the dialect property.
setDontProxyForList(List<String>) - Method in interface oracle.webservices.ConnectionConfig
Sets the list of hosts that should not use a the proxy specified by the setProxyAddress method.
setDontProxyForList(List<String>) - Method in class oracle.webservices.ConnectionConfigBean
 
setEndOfSequence(boolean) - Method in class oracle.webservices.enumeration.datatype.PullResponse
Sets the value of the endOfSequence property.
setEndTo(EndpointReference) - Method in class oracle.webservices.enumeration.datatype.Enumerate
Sets the value of the endTo property.
setEnumerate(Enumerate) - Method in class oracle.webservices.enumeration.EnumerateMessage
Set the enumerate.
setEnumerateResponse(EnumerateResponse) - Method in class oracle.webservices.enumeration.EnumerateResponseMessage
Set the EnumerateResponse.
setEnumerationContext(EnumerationContextType) - Method in class oracle.webservices.enumeration.datatype.EnumerateResponse
Sets the value of the enumerationContext property.
setEnumerationContext(EnumerationContextType) - Method in class oracle.webservices.enumeration.datatype.EnumerationEnd
Sets the value of the enumerationContext property.
setEnumerationContext(EnumerationContextType) - Method in class oracle.webservices.enumeration.datatype.GetStatus
Sets the value of the enumerationContext property.
setEnumerationContext(EnumerationContextType) - Method in class oracle.webservices.enumeration.datatype.Pull
Sets the value of the enumerationContext property.
setEnumerationContext(EnumerationContextType) - Method in class oracle.webservices.enumeration.datatype.PullResponse
Sets the value of the enumerationContext property.
setEnumerationContext(EnumerationContextType) - Method in class oracle.webservices.enumeration.datatype.Release
Sets the value of the enumerationContext property.
setEnumerationContext(EnumerationContextType) - Method in class oracle.webservices.enumeration.datatype.Renew
Sets the value of the enumerationContext property.
setEnumerationContext(EnumerationContextType) - Method in class oracle.webservices.enumeration.datatype.RenewResponse
Sets the value of the enumerationContext property.
setEnumerationEnd(EnumerationEnd) - Method in class oracle.webservices.enumeration.EnumerationEndMessage
Set the EnumerationEnd.
setErrorHandler(MddsErrorHandler) - Method in class oracle.webservices.mdds.MddsModelFactory
Set the error handler for this factory.
setExpires(String) - Method in class oracle.webservices.enumeration.datatype.Enumerate
Sets the value of the expires property.
setExpires(String) - Method in class oracle.webservices.enumeration.datatype.EnumerateResponse
Sets the value of the expires property.
setExpires(String) - Method in class oracle.webservices.enumeration.datatype.GetStatusResponse
Sets the value of the expires property.
setExpires(String) - Method in class oracle.webservices.enumeration.datatype.Renew
Sets the value of the expires property.
setExpires(String) - Method in class oracle.webservices.enumeration.datatype.RenewResponse
Sets the value of the expires property.
setFaultCode(Name) - Method in interface oracle.webservices.soap.FaultValue12
Sets fault code on FaultValue12
setFaultCode(QName) - Method in interface oracle.webservices.soap.FaultValue12
 
setFaultCode(String) - Method in interface oracle.webservices.soap.FaultValue12
Sets fault code on FaultValue12
setFaultText(String) - Method in interface oracle.webservices.soap.FaultText12
Set the text node content for the FaultText12 element.
setFaultTo(String) - Method in class oracle.webservices.addressing.AddressingMessage
Deprecated.  
setFaultTo(URI) - Method in class oracle.webservices.addressing.AddressingMessage
Deprecated.  
setFilter(FilterType) - Method in class oracle.webservices.enumeration.datatype.Enumerate
Sets the value of the filter property.
setFrom(String) - Method in class oracle.webservices.addressing.AddressingMessage
Deprecated.  
setFrom(URI) - Method in class oracle.webservices.addressing.AddressingMessage
Deprecated.  
setGetStatus(GetStatus) - Method in class oracle.webservices.enumeration.GetStatusMessage
Set the GetStatus.
setGetStatusResponse(GetStatusResponse) - Method in class oracle.webservices.enumeration.GetStatusResponseMessage
Set the GetStatusResponse.
setGlobalConfig(String, Element, boolean) - Method in interface oracle.webservices.management.InterceptorConfig
Set the global configuration for the specified interceptor.
setHeaderPart(int, ComplexNode) - Method in interface oracle.webservices.mdds.adt.MessageNode
 
setInputMessage(Message) - Method in interface oracle.webservices.model.Operation
Sets the input message component for this operation.
setInternal(WebServicesDescriptor) - Method in interface oracle.webservices.portability.ContainerWebServicesDescriptor
 
setInvocation(Invocation) - Method in interface oracle.webservices.portability.DeploymentAdapter
 
setItems(ItemListType) - Method in class oracle.webservices.enumeration.datatype.PullResponse
Sets the value of the items property.
setJndiConnectionFactoryName(String) - Method in class oracle.webservices.transport.JmsAddress
Set the jndi name of the connection factory
setJndiDestinationName(String) - Method in class oracle.webservices.transport.JmsAddress
Set the jndi name of the jms destination
setKeepSocketAlive(boolean) - Method in interface oracle.webservices.OracleCall
Sets the HTTP socket keep-alive flag.
setKeyPassword(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the key password.
setKeyStore(KeyStore, String) - Method in interface oracle.webservices.ConnectionConfig
The keystore to use for secure connections
setKeyStore(File, String, String, String) - Method in interface oracle.webservices.ConnectionConfig
Sets the keystore information for secure connections
setKeyStore(KeyStore, String) - Method in class oracle.webservices.ConnectionConfigBean
The keystore to use for secure connections
setKeyStore(File, String, String, String) - Method in class oracle.webservices.ConnectionConfigBean
Sets the keystore information for secure connections
setKeyStoreFileName(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the key store file name.
setKeyStoreKeyType(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the key store key type.
setKeyStorePassword(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the key store password.
setKeyStoreType(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the key store type.
setLang(String) - Method in class oracle.webservices.enumeration.datatype.LanguageSpecificStringType
Sets the value of the lang property.
setLocale(Locale) - Method in interface oracle.webservices.soap.FaultReason12
 
setLocale(Locale) - Method in interface oracle.webservices.soap.FaultText12
Sets the Locale (xml:lang attribute) for the FaultText12 element
setLoggingLevel(Level) - Method in interface oracle.webservices.WebServiceEndpointInfo
Set the logging level for this endpoint.
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.
setMaxCharacters(BigInteger) - Method in class oracle.webservices.enumeration.datatype.Pull
Sets the value of the maxCharacters property.
setMaxElements(BigInteger) - Method in class oracle.webservices.enumeration.datatype.Pull
Sets the value of the maxElements property.
setMaxInactiveInterval(int) - Method in interface oracle.webservices.ConversationSession
 
setMaxTime(Duration) - Method in class oracle.webservices.enumeration.datatype.Pull
Sets the value of the maxTime property.
setMessageID(String) - Method in class oracle.webservices.addressing.AddressingMessage
Deprecated.  
setMessageQName(QName) - Method in interface oracle.webservices.model.Message
Sets the QName of the <message> associated with this input or output message
setMtomSupport(boolean) - Method in interface oracle.webservices.provider.ProviderConfig
 
setMtomSupport(String, boolean) - Method in interface oracle.webservices.provider.ProviderConfig
 
setOperationConfig(String, OperationId, Element, boolean) - Method in interface oracle.webservices.management.InterceptorConfig
Set the operation-level configuration for the specified interceptor.
setOption(String, Object) - Method in class oracle.webservices.mdds.MddsModelFactory
Set an option for this factory.
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.
setOutputMessage(Message) - Method in interface oracle.webservices.model.Operation
Sets the output message component for this operation.
setPart(String, Object) - Method in interface oracle.webservices.mdds.adt.ComplexNode
 
setPassword(String) - Method in interface oracle.webservices.model.soap.SoapPort
 
setPipeline(PortId, String[], boolean) - Method in interface oracle.webservices.management.InterceptorConfig
Configure the interceptor pipeline.
setPortConfig(String, PortId, Element, boolean) - Method in interface oracle.webservices.management.InterceptorConfig
Set the port-level configuration for the specified interceptor.
setPortName(QName) - Method in interface oracle.webservices.OracleCall
Set the QName of the port that the call will be made to.
setPortTypeName(QName) - Method in interface oracle.webservices.model.Port
 
setProperty(String, Object) - Method in class oracle.webservices.provider.MessageContext
Set the name and value of a property.
setProperty(String, String) - Method in interface oracle.webservices.provider.ProviderConfig
Set a property.
setProxyAddress(InetSocketAddress) - Method in interface oracle.webservices.ConnectionConfig
The proxy server address
setProxyAddress(InetSocketAddress) - Method in class oracle.webservices.ConnectionConfigBean
The proxy server address
setProxyAuthType(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the proxy authentication type to be used to override default settings.
setProxyHost(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the proxy host that should be used to override the default proxy settings.
setProxyPassword(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the proxy password that will be used to override default settings if set.
setProxyPort(int) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the proxy port that should be used to override the default proxy settings.
setProxyRealm(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the proxy authentication realm to be used to override default settings.
setProxyUsername(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the proxy username that will be used to override default settings.
setPull(Pull) - Method in class oracle.webservices.enumeration.PullMessage
Set the Pull.
setPullResponse(PullResponse) - Method in class oracle.webservices.enumeration.PullResponseMessage
Set the PullResponse.
setRelease(Release) - Method in class oracle.webservices.enumeration.ReleaseMessage
Set the Release.
setRenew(Renew) - Method in class oracle.webservices.enumeration.RenewMessage
Set the Renew.
setRenewResponse(RenewResponse) - Method in class oracle.webservices.enumeration.RenewResponseMessage
Set the RenewResponse.
setReplyTo(String) - Method in class oracle.webservices.addressing.AddressingMessage
Deprecated.  
setReplyTo(URI) - Method in class oracle.webservices.addressing.AddressingMessage
Deprecated.  
setReplyTo(JmsAddress) - Method in class oracle.webservices.transport.JmsClientTransportFactory
Set the jms address of the queue that used to send response soap messages back to the client
setRequestAttachmentsIterator(Iterator) - Method in interface oracle.webservices.OracleCall
Set an iterator of StreamedAttachments to send with the request.
setRequestSoapXml(String) - Method in class oracle.webservices.provider.MessageContext
 
setResponseSoapXml(String) - Method in class oracle.webservices.provider.MessageContext
 
setRuntimeData(WebServiceEndpointRuntimeData) - Method in interface oracle.webservices.WebServiceEndpointInfo
Associate the specified runtime data with this endpoint.
setServiceDelegate(Object, Class<?>) - Static method in class oracle.webservices.ServiceClientFactory
 
setServiceInvocationInfo(ServiceInvocationInfo) - Method in interface oracle.webservices.provider.ProviderConfig
 
setSoapAction(String) - Method in interface oracle.webservices.model.soap.SoapOperation
Sets the SOAP Action setting for this extension's port.
setSoapActionRequired(boolean) - Method in interface oracle.webservices.wsdl.SOAP12Operation
Sets the soapActionRequired attribute on the soap12:operation.
setSOAPVersion(boolean) - Static method in class oracle.webservices.addressing.AddressingMessage
Deprecated. Select the version of SOAP to create message
setSoapVersion(String) - Method in interface oracle.webservices.rm.ReliableSession
 
setSocketFactory(SocketFactory) - Method in interface oracle.webservices.ConnectionConfig
The SocketFactory to use for unsecure connections
setSocketFactory(SocketFactory) - Method in class oracle.webservices.ConnectionConfigBean
The SocketFactory to use for unsecure connections
setSSLSocketFactory(SSLSocketFactory) - Method in interface oracle.webservices.ConnectionConfig
The SSLSocketFactory to use for secure connections
setSSLSocketFactory(SSLSocketFactory) - Method in class oracle.webservices.ConnectionConfigBean
The SSLSocketFactory to use for secure connections
setStreamRequestAttachments(boolean) - Method in interface oracle.webservices.provider.ProviderConfig
 
setStreamRequestAttachments(String, boolean) - Method in interface oracle.webservices.provider.ProviderConfig
 
setStreamResponseAttachments(boolean) - Method in interface oracle.webservices.OracleCall
Enable/disable streaming of response attachment.
setStreamResponseAttachments(boolean) - Method in interface oracle.webservices.provider.ProviderConfig
 
setStreamResponseAttachments(String, boolean) - Method in interface oracle.webservices.provider.ProviderConfig
 
setTimeout(Integer) - Method in interface oracle.webservices.ConnectionConfig
The timeout value for connections and reads.
setTimeout(Integer) - Method in class oracle.webservices.ConnectionConfigBean
The timeout value for connections and reads.
setTimezoneIdThreadLocal(String) - Static method in enum oracle.webservices.mdds.TimezoneSetting
 
setTimezonePrefThreadLocal(TimezoneSetting) - Static method in enum oracle.webservices.mdds.TimezoneSetting
 
setTo(String) - Method in class oracle.webservices.addressing.AddressingMessage
Deprecated.  
setTo(URI) - Method in class oracle.webservices.addressing.AddressingMessage
Deprecated.  
setTrustManager(TrustManager) - Method in interface oracle.webservices.ConnectionConfig
 
setTrustManager(TrustManager) - Method in class oracle.webservices.ConnectionConfigBean
 
setTrustManagers(TrustManager[]) - Method in interface oracle.webservices.ConnectionConfig
 
setTrustManagers(TrustManager[]) - Method in class oracle.webservices.ConnectionConfigBean
 
setTrustStore(KeyStore) - Method in interface oracle.webservices.ConnectionConfig
The trust store for secure connections.
setTrustStore(File, String, String) - Method in interface oracle.webservices.ConnectionConfig
The trust store for secure connections
setTrustStore(KeyStore) - Method in class oracle.webservices.ConnectionConfigBean
The trust store for secure connections.
setTrustStore(File, String, String) - Method in class oracle.webservices.ConnectionConfigBean
The trust store for secure connections
setTrustStoreFileName(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the trust store file name.
setTrustStoreKeyType(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the trust store key type.
setTrustStorePassword(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the trust store password.
setTrustStoreType(String) - Method in interface oracle.webservices.model.soap.SoapPort
Sets the trust store type.
setupExecutionContext(String, WebServiceEndpointInfo, String) - Method in interface oracle.webservices.portability.ProviderPlatformAdapter
 
setURLPattern(String) - Method in interface oracle.webservices.portability.ServletMapping
 
setUse(String) - Method in interface oracle.webservices.WebServiceOperationInfo
Set the "use" for this operation.
setUsername(String) - Method in interface oracle.webservices.model.soap.SoapPort
 
setValue(String) - Method in class oracle.webservices.enumeration.datatype.LanguageSpecificStringType
Sets the value of the value property.
setValues(Object) - Method in interface oracle.webservices.mdds.adt.ArrayNode
 
setWebserviceDescriptor(WebServicesDescriptor) - Method in interface oracle.webservices.portability.EjbAdapter
 
setWebServicesDescriptor(ContainerWebServicesDescriptor) - Method in interface oracle.webservices.portability.WarModuleRuntime
 
setWireStyle(AsyncConfig.WireStyle) - Method in interface oracle.webservices.async.AsyncConfig
This method allows the user to indicate which asynchrounos style to use over the wire.
setXMLStreamReader(XMLStreamReader) - Method in interface oracle.webservices.soap.LazyElement
Set the XMLStream reader on the lazy element.
shouldCollectChildNamespaces() - Method in interface oracle.webservices.mdds.EnvelopeBuilder
 
SOAP12Operation - Interface in oracle.webservices.wsdl
This class stores additional information on a Soap 1.2 operation that is not contained in a Soap 1.1 operation.
SOAP_11 - Static variable in interface oracle.webservices.mdds.MessagePrototype
 
SOAP_12 - Static variable in interface oracle.webservices.mdds.MessagePrototype
 
SOAP_1_1 - Static variable in interface oracle.webservices.soap.SOAPVersion
Constant for SOAP 1.1 Protocol.
SOAP_1_2 - Static variable in interface oracle.webservices.soap.SOAPVersion
Constant for SOAP 1.2 Protoocol.
SOAP_BODY_STREAMING - Static variable in interface oracle.webservices.soap.UserConstants
Property specifying whether the SOAP Body must be streamed (parsed "lazily").
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.
SOAPElementSerializer - Interface in oracle.webservices.databinding
The SOAPElementSerializer interface defines the base interface for pluggable customer serializers of Oracle JAX-RPC implementation.
SOAPFaultException - Exception in oracle.webservices
This class is intended to implement javax.xml.ws.soap.SOAPFaultException which wraps a javax.xml.soap.SOAPFault instance.
SOAPFaultException(SOAPFault) - Constructor for exception oracle.webservices.SOAPFaultException
 
SOAPFaultException(SOAPMessage) - Constructor for exception oracle.webservices.SOAPFaultException
 
SoapOperation - Interface in oracle.webservices.model.soap
Implementing classes store the information required to model SOAP specific operation information.
SoapPort - Interface in oracle.webservices.model.soap
Implementing classes store the information required to model SOAP specific port information.
SOAPUtil - Class in oracle.webservices
A SOAP utility class
SOAPUtil() - Constructor for class oracle.webservices.SOAPUtil
 
SOAPVersion - Interface in oracle.webservices.soap
Constants representing SOAP Versions available to platform.
startBody() - Method in interface oracle.webservices.mdds.EnvelopeBuilder
 
startElement(String, String) - Method in interface oracle.webservices.mdds.EnvelopeBuilder
 
startEnvelope(int) - Method in interface oracle.webservices.mdds.EnvelopeBuilder
 
startHeaders() - Method in interface oracle.webservices.mdds.EnvelopeBuilder
 
store() - Method in interface oracle.webservices.management.InterceptorConfig
Store the current configuration.
storeModel(Model, Document) - Method in class oracle.webservices.model.Factory
Serializes the model to a DOM element.
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 Type: java.lang.Boolean
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 Type: java.lang.Boolean
streamResponseAttachment() - Method in interface oracle.webservices.OracleCall
Deprecated.  
STYLE_DOCUMENT - Static variable in interface oracle.webservices.mdds.TopLevelPrototype
 
STYLE_RPC - Static variable in interface oracle.webservices.mdds.TopLevelPrototype
 

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.

A B C D E F G H I J K L M N O P R S T U V W X