Skip navigation links

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

B28977-01

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


S

SAMLTokenCallback - Class in oracle.webservices.security.callback
 
SAMLTokenCallback() - Constructor for class oracle.webservices.security.callback.SAMLTokenCallback
Constructor
SAMLTokenCallback(String) - Constructor for class oracle.webservices.security.callback.SAMLTokenCallback
Constructor
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.
sendingLastMessageInGroup(boolean) - Method in interface oracle.webservices.reliability.ReliabilityContext
Flags the next message as the last in the group.
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.
ServerConstants - Interface in oracle.webservices
A class that holds all the constants used to set and get server side properties.
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.
setAcknowledgmentType(int) - Method in interface oracle.webservices.reliability.ReliabilityContext
Sets the type of acknowledgement: synchronous, asynchronous (callback), or poll.
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.
setBinaryToken(byte[]) - Method in interface oracle.webservices.security.callback.BinaryTokenCallback
Set binary token
setBinaryToken(byte[]) - Method in class oracle.webservices.security.callback.X509TokenCallback
Set the binary token
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.
setDataHandler(DataHandler) - Method in interface oracle.webservices.soap.OracleSOAPElement
Sets the given DataHandler object as the data handler for this OracleSOAPElement object.
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
setDuplicateEliminationEnabled(boolean) - Method in interface oracle.webservices.reliability.ReliabilityContext
Enables duplicate elimination for this context.
setExpiryTime(long) - Method in interface oracle.webservices.reliability.ReliabilityContext
Sets the expiry time for messages in this context.
setFaultCode(Name) - Method in interface oracle.webservices.soap.FaultValue12
Sets fault code on 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.
setGlobalConfig(String, Element, boolean) - Method in interface oracle.webservices.management.InterceptorConfig
Set the global configuration for the specified interceptor.
setGroupMaxExpiryTime(long) - Method in interface oracle.webservices.reliability.ReliabilityContext
Sets the max expiry time for messages in a group.
setGroupMaxIdleTime(long) - Method in interface oracle.webservices.reliability.ReliabilityContext
Sets the max idle time for messages in a group.
setGuaranteedDeliveryEnabled(boolean) - Method in interface oracle.webservices.reliability.ReliabilityContext
Enables guaranteed delivery for this context.
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.
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.
setOperationConfig(String, OperationId, Element, boolean) - Method in interface oracle.webservices.management.InterceptorConfig
Set the operation-level configuration for the specified interceptor.
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.
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.
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
setReplyToURL(String) - Method in interface oracle.webservices.reliability.ReliabilityContext
Sets the URL to which asynchronous replies will be sent.
setRuntimeData(WebServiceEndpointRuntimeData) - Method in interface oracle.webservices.WebServiceEndpointInfo
Associate the specified runtime data with this endpoint.
setSoapActionRequired(boolean) - Method in interface oracle.webservices.wsdl.SOAP12Operation
Sets the soapActionRequired attribute on the soap12:operation.
setSubjectName(String) - Method in class oracle.webservices.security.callback.SAMLTokenCallback
Set the assertion subject name in the callback
setUse(String) - Method in interface oracle.webservices.WebServiceOperationInfo
Set the "use" for this operation.
setXMLToken(Element) - Method in class oracle.webservices.security.callback.SAMLTokenCallback
Set the assertion in the callback
setXMLToken(Element) - Method in interface oracle.webservices.security.callback.XMLTokenCallback
Set XML token
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_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_VERSION - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to get and set SOAP version.
SOAPElementSerializer - Interface in oracle.webservices.databinding
The SOAPElementSerializer interface defines the base interface for pluggable customer serializers of Oracle JAX-RPC implementation.
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.
startMessageOrdering() - Method in interface oracle.webservices.reliability.ReliabilityContext
Creates a new group in which message ordering is enabled.
store() - Method in interface oracle.webservices.management.InterceptorConfig
Store the current configuration.
streamResponseAttachment() - Method in interface oracle.webservices.OracleCall
Enables streaming of response attachment.

Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.

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