Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02
A B C D E F G H I L M N O P R S T U V W

A

AccessPoint - Interface in oracle.sdp.messaging
AccessPoint represents one or more device addresses to receive incoming messages.
AccessPoint.AccessPointType - Enum in oracle.sdp.messaging
 
acknowledge() - Method in interface oracle.sdp.messaging.MessagingClient
Acknowledge all outstanding messages that have been received using any of the receive methods in this class.
ActionOperationType - Enum in oracle.sdp.messaging.userprefs
Enumeration of messaging action types available in DeliveryPreference
addAddress(DeviceAddress) - Method in interface oracle.sdp.messaging.userprefs.UserDevice
 
addAllAddresses(Set<DeviceAddress>) - Method in interface oracle.sdp.messaging.userprefs.UserDevice
 
addAllRecipients(Address[]) - Method in interface oracle.sdp.messaging.Message
Add a set of recipients to the message.
addAllReplyTos(Address[]) - Method in interface oracle.sdp.messaging.Message
Add a set of alternative 'reply to' addresses to the message.
addAllSenders(Address[]) - Method in interface oracle.sdp.messaging.Message
Add a set of sender (from) addresses to the message.
addConnectionEventListener(ConnectionEventListener) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
addDeviceid(String) - Method in interface oracle.sdp.messaging.userprefs.UserRule
Add a new device ID to the rule
addFilterCondition(FilterCondition) - Method in interface oracle.sdp.messaging.userprefs.UserRule
Add a filter condition to the rule
addRecipient(Address) - Method in interface oracle.sdp.messaging.Message
Add a recipient to the message.
addReplyTo(Address) - Method in interface oracle.sdp.messaging.Message
Add an alternative 'reply to' address to the message.
'reply to' address has the same rules and constraints as 'sender address':
1.
Address - Interface in oracle.sdp.messaging
Address represents an address in the SDP Messaging.
AddressType - Enum in oracle.sdp.messaging
AddressType enumerates all available address types in the SDP Messaging.
addSender(Address) - Method in interface oracle.sdp.messaging.Message
Add a sender (from) address to the message.
addUserRule(UserRule) - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
Add a new UserRule to the User Defined Rules
and(MessageFilter) - Method in interface oracle.sdp.messaging.filter.MessageFilter
Not supported at this time.
ANY_MULTIPART_TYPE - Static variable in class oracle.sdp.messaging.util.ContentUtil
ContentType object representing the "multipart/*" MIME type.
ANY_MULTIPART_TYPE - Static variable in class oracle.sdp.parlayx.multimedia_messaging.ContentUtil
ContentType object representing the "multipart/*" MIME type.
ANY_TEXT_TYPE - Static variable in class oracle.sdp.messaging.util.ContentUtil
ContentType object representing the "text/*" MIME type.
ANY_TEXT_TYPE - Static variable in class oracle.sdp.parlayx.multimedia_messaging.ContentUtil
ContentType object representing the "text/*" MIME type.
APPLICATION_INSTANCE_NAME - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
APPLICATION_NAME - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
ApplicationInfo - Class in oracle.sdp.messaging
Holds Client application properties.
ApplicationInfo() - Constructor for class oracle.sdp.messaging.ApplicationInfo
Constructor
ApplicationNotReadyException - Exception in oracle.sdp.messaging
Thrown by an application to indicate that it is not ready to receive asynchronous messages or statuses from SDP Messaging.
ApplicationNotReadyException(String) - Constructor for exception oracle.sdp.messaging.ApplicationNotReadyException
 
ASSERTED_IDENTITY - Static variable in class oracle.sdp.parlayx.ParlayXConstants
Value to pass as an asserted identity header.
associateConnection(Object) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
ASSOCIATED_KEY - Static variable in interface oracle.sdp.messaging.Address
Pre-defined meta data key name for Associated Key.
ATTACHMENT_HEADERS_INBOUND - Static variable in class oracle.sdp.parlayx.ParlayXConstants
Constant used to propagate custom MIME headers for an inbound attachment
ATTACHMENT_HEADERS_OUTBOUND - Static variable in class oracle.sdp.parlayx.ParlayXConstants
Constant used to propagate custom MIME headers for an outbound attachment
ATTR_ADDRESS - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_CARRIER - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_CREATE - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_CREATED - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_DEFAULT - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_DELETE - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_DELIVERYMODE - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_ENCODING - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_GUID - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_ID - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_LASTMODIFIED - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_MODIFY - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_NAME - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_OPERATION - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_REFID - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_USERGUID - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_VALID - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ATTR_VERSION - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 

B

buildAddress(String, String, String) - Static method in class oracle.sdp.messaging.MessagingFactory
Build a Address object.
buildAddress(String, DeliveryType, String) - Static method in class oracle.sdp.messaging.MessagingFactory
Build a Address object.
BusinessRuleTerm - Interface in oracle.sdp.messaging.userprefs
 
ByteArrayDataSource - Class in oracle.sdp.messaging.util
 
ByteArrayDataSource(InputStream, String) - Constructor for class oracle.sdp.messaging.util.ByteArrayDataSource
Create a ByteArrayDataSource using the provided InputStream and contentType.
ByteArrayDataSource(byte[], String) - Constructor for class oracle.sdp.messaging.util.ByteArrayDataSource
Create a ByteArrayDataSource using the provided byte content and contentType.
ByteArrayDataSource - Class in oracle.sdp.parlayx.multimedia_messaging
 
ByteArrayDataSource(InputStream, String) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.ByteArrayDataSource
Create a ByteArrayDataSource using the provided InputStream and contentType.
ByteArrayDataSource(byte[], String) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.ByteArrayDataSource
Create a ByteArrayDataSource using the provided byte content and contentType.

C

cancel(String) - Method in interface oracle.sdp.messaging.driver.DriverConnection
Cancel a message sent.
cancel(String) - Method in interface oracle.sdp.messaging.MessagingClient
Cancel a message previously sent.
CancelResultType - Enum in oracle.sdp.messaging.driver
Enumeration of Cancel Result types.
CapabilityType - Enum in oracle.sdp.messaging.driver
Enumeration of Driver capability types.
CARRIER - Static variable in interface oracle.sdp.messaging.Address
Pre-defined meta data key name for Carrier.
ChargingInformation - Class in org.csapi.schema.parlayx.common.v2_1
Java class for ChargingInformation complex type.
ChargingInformation() - Constructor for class org.csapi.schema.parlayx.common.v2_1.ChargingInformation
 
cleanup() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
clearRecipients() - Method in interface oracle.sdp.messaging.Message
Remove all recipient addresses from the message.
clearReplyTos() - Method in interface oracle.sdp.messaging.Message
Remove all 'reply to' addresses from the message.
clearSenders() - Method in interface oracle.sdp.messaging.Message
Remove all sender addresses from the message.
clone() - Method in interface oracle.sdp.messaging.Address
 
close() - Method in interface oracle.sdp.messaging.driver.DriverConnection
Close this driver connection instance.
close(MessageContext) - Method in class oracle.sdp.parlayx.multimedia_messaging.DummyHandler
 
containsDeviceID(String) - Method in interface oracle.sdp.messaging.userprefs.UserRule
 
containsFilterCondition(FilterCondition) - Method in interface oracle.sdp.messaging.userprefs.UserRule
 
containsUserRule(UserRule) - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
 
ContentUtil - Class in oracle.sdp.messaging.util
 
ContentUtil() - Constructor for class oracle.sdp.messaging.util.ContentUtil
 
ContentUtil - Class in oracle.sdp.parlayx.multimedia_messaging
 
ContentUtil() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.ContentUtil
 
createAccessPoint(AccessPoint.AccessPointType, DeliveryType, String) - Static method in class oracle.sdp.messaging.MessagingFactory
Create a new access point.
createAccessPoint(AccessPoint.AccessPointType, DeliveryType, String, String) - Static method in class oracle.sdp.messaging.MessagingFactory
Create a new access point.
createAccessPoint(Address) - Static method in class oracle.sdp.messaging.MessagingFactory
Create a new access point from an Address object.
createAccessPoint(Address, String) - Static method in class oracle.sdp.messaging.MessagingFactory
Create a new access point from an Address object.
createAddress(String) - Static method in class oracle.sdp.messaging.MessagingFactory
Create a new Address object from address.
createAddress(String[]) - Static method in class oracle.sdp.messaging.MessagingFactory
Create a list of Address objects from addresses.
createBlacklistFilter(String) - Static method in class oracle.sdp.messaging.MessagingFactory
Create a "blacklist" filter.
createChargingInformation() - Method in class org.csapi.schema.parlayx.common.v2_1.ObjectFactory
Create an instance of ChargingInformation
createConnectionFactory(ConnectionManager) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionFactoryBase
 
createConnectionFactory() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionFactoryBase
 
createDeliveryInformation() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.ObjectFactory
Create an instance of DeliveryInformation
createDeviceAddress(UserDevice, String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Create a device address for use in User Delivery Preference.
createGetMessage() - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create an instance of GetMessage
createGetMessage(GetMessage) - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create an instance of JAXBElement<GetMessage>}
createGetMessageDeliveryStatus() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.ObjectFactory
Create an instance of GetMessageDeliveryStatus
createGetMessageDeliveryStatus(GetMessageDeliveryStatus) - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.ObjectFactory
Create an instance of JAXBElement<GetMessageDeliveryStatus>}
createGetMessageDeliveryStatusResponse() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.ObjectFactory
Create an instance of GetMessageDeliveryStatusResponse
createGetMessageDeliveryStatusResponse(GetMessageDeliveryStatusResponse) - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.ObjectFactory
Create an instance of JAXBElement<GetMessageDeliveryStatusResponse>}
createGetMessageResponse() - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create an instance of GetMessageResponse
createGetMessageResponse(GetMessageResponse) - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create an instance of JAXBElement<GetMessageResponse>}
createGetMessageURIs() - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create an instance of GetMessageURIs
createGetMessageURIs(GetMessageURIs) - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create an instance of JAXBElement<GetMessageURIs>}
createGetMessageURIsResponse() - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create an instance of GetMessageURIsResponse
createGetMessageURIsResponse(GetMessageURIsResponse) - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create an instance of JAXBElement<GetMessageURIsResponse>}
createGetReceivedMessages() - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create an instance of GetReceivedMessages
createGetReceivedMessages(GetReceivedMessages) - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create an instance of JAXBElement<GetReceivedMessages>}
createGetReceivedMessagesResponse() - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create an instance of GetReceivedMessagesResponse
createGetReceivedMessagesResponse(GetReceivedMessagesResponse) - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create an instance of JAXBElement<GetReceivedMessagesResponse>}
createMessage() - Static method in class oracle.sdp.messaging.MessagingFactory
Create a new message.
createMessageFilter(String, MessageFilter.FieldType, String, MessageFilter.Action) - Static method in class oracle.sdp.messaging.MessagingFactory
Create a new MessageFilter.
createMessageInfo() - Static method in class oracle.sdp.messaging.MessagingFactory
Create a MessageInfo object.
createMessageQuery() - Static method in class oracle.sdp.messaging.MessagingFactory
Create a new MessagingQuery.
createMessageReference() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.ObjectFactory
Create an instance of MessageReference
createMessageURI() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.ObjectFactory
Create an instance of MessageURI
createMessagingClient(Map<String, Object>) - Static method in class oracle.sdp.messaging.MessagingClientFactory
Create a MessagingClient instance.
createMessagingEJBClient() - Static method in class oracle.sdp.messaging.MessagingClientFactory
Create an EJB (SessionBean) instance of MessagingClient.
createMessagingEJBClient(ApplicationInfo) - Static method in class oracle.sdp.messaging.MessagingClientFactory
Create an EJB (SessionBean) instance of MessagingClient using specified application info.
createNotifyMessageDeliveryReceipt() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.ObjectFactory
Create an instance of NotifyMessageDeliveryReceipt
createNotifyMessageDeliveryReceipt(NotifyMessageDeliveryReceipt) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.ObjectFactory
Create an instance of JAXBElement<NotifyMessageDeliveryReceipt>}
createNotifyMessageDeliveryReceiptResponse() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.ObjectFactory
Create an instance of NotifyMessageDeliveryReceiptResponse
createNotifyMessageDeliveryReceiptResponse(NotifyMessageDeliveryReceiptResponse) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.ObjectFactory
Create an instance of JAXBElement<NotifyMessageDeliveryReceiptResponse>}
createNotifyMessageReception() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.ObjectFactory
Create an instance of NotifyMessageReception
createNotifyMessageReception(NotifyMessageReception) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.ObjectFactory
Create an instance of JAXBElement<NotifyMessageReception>}
createNotifyMessageReceptionResponse() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.ObjectFactory
Create an instance of NotifyMessageReceptionResponse
createNotifyMessageReceptionResponse(NotifyMessageReceptionResponse) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.ObjectFactory
Create an instance of JAXBElement<NotifyMessageReceptionResponse>}
createPolicyException() - Method in class org.csapi.schema.parlayx.common.v2_1.ObjectFactory
Create an instance of PolicyException
createPolicyException(PolicyException) - Method in class org.csapi.schema.parlayx.common.v2_1.ObjectFactory
Create an instance of JAXBElement<PolicyException>}
createRuleSet(String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
 
createSendMessage() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.ObjectFactory
Create an instance of SendMessage
createSendMessage(SendMessage) - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.ObjectFactory
Create an instance of JAXBElement<SendMessage>}
createSendMessageResponse() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.ObjectFactory
Create an instance of SendMessageResponse
createSendMessageResponse(SendMessageResponse) - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.ObjectFactory
Create an instance of JAXBElement<SendMessageResponse>}
createServiceError() - Method in class org.csapi.schema.parlayx.common.v2_1.ObjectFactory
Create an instance of ServiceError
createServiceException() - Method in class org.csapi.schema.parlayx.common.v2_1.ObjectFactory
Create an instance of ServiceException
createServiceException(ServiceException) - Method in class org.csapi.schema.parlayx.common.v2_1.ObjectFactory
Create an instance of JAXBElement<ServiceException>}
createSimpleReference() - Method in class org.csapi.schema.parlayx.common.v2_1.ObjectFactory
Create an instance of SimpleReference
createStartMessageNotification() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.ObjectFactory
Create an instance of StartMessageNotification
createStartMessageNotification(StartMessageNotification) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.ObjectFactory
Create an instance of JAXBElement<StartMessageNotification>}
createStartMessageNotificationResponse() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.ObjectFactory
Create an instance of StartMessageNotificationResponse
createStartMessageNotificationResponse(StartMessageNotificationResponse) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.ObjectFactory
Create an instance of JAXBElement<StartMessageNotificationResponse>}
createStartReceiveMessage() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of StartReceiveMessage
createStartReceiveMessage(StartReceiveMessage) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of JAXBElement<StartReceiveMessage>}
createStartReceiveMessage() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of StartReceiveMessage
createStartReceiveMessage(StartReceiveMessage) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of JAXBElement<StartReceiveMessage>}
createStartReceiveMessageResponse() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of StartReceiveMessageResponse
createStartReceiveMessageResponse(StartReceiveMessageResponse) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of JAXBElement<StartReceiveMessageResponse>}
createStartReceiveMessageResponse() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of StartReceiveMessageResponse
createStartReceiveMessageResponse(StartReceiveMessageResponse) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of JAXBElement<StartReceiveMessageResponse>}
createStatus() - Static method in class oracle.sdp.messaging.driver.StatusFactory
Create a new status object set with the current date.
createStatus(Message, Address, String) - Static method in class oracle.sdp.messaging.driver.StatusFactory
Convenient factory method to create a new sending status object set with the current date, the message id of message, the recipientAddress and the specified gatewayMessageId.
createStopMessageNotification() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.ObjectFactory
Create an instance of StopMessageNotification
createStopMessageNotification(StopMessageNotification) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.ObjectFactory
Create an instance of JAXBElement<StopMessageNotification>}
createStopMessageNotificationResponse() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.ObjectFactory
Create an instance of StopMessageNotificationResponse
createStopMessageNotificationResponse(StopMessageNotificationResponse) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.ObjectFactory
Create an instance of JAXBElement<StopMessageNotificationResponse>}
createStopReceiveMessage() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of StopReceiveMessage
createStopReceiveMessage(StopReceiveMessage) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of JAXBElement<StopReceiveMessage>}
createStopReceiveMessage() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of StopReceiveMessage
createStopReceiveMessage(StopReceiveMessage) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of JAXBElement<StopReceiveMessage>}
createStopReceiveMessageResponse() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of StopReceiveMessageResponse
createStopReceiveMessageResponse(StopReceiveMessageResponse) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of JAXBElement<StopReceiveMessageResponse>}
createStopReceiveMessageResponse() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of StopReceiveMessageResponse
createStopReceiveMessageResponse(StopReceiveMessageResponse) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create an instance of JAXBElement<StopReceiveMessageResponse>}
createTextMessage(String) - Static method in class oracle.sdp.messaging.MessagingFactory
Create a text message with text/plain content type.
createTextMessage(String, String) - Static method in class oracle.sdp.messaging.MessagingFactory
Create a text message with text/plain content type and specified charset.
createTimeMetric() - Method in class org.csapi.schema.parlayx.common.v2_1.ObjectFactory
Create an instance of TimeMetric
createUserDevice(String, String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Create a new user device object.
createUserPrefsServices() - Static method in class oracle.sdp.messaging.userprefs.UserPrefsManager
This method instantiates the appropriate factory implementation based on the configuration provided in the "jndi.properties" file found in the CLASSPATH.
createUserPrefsServices(Hashtable) - Static method in class oracle.sdp.messaging.userprefs.UserPrefsManager
This method creates UserPrefsServices using the specified properties (e.g.
createUserPrefsServicesLocal() - Static method in class oracle.sdp.messaging.userprefs.UserPrefsManager
 
createUserPrefsServicesLocal(Hashtable) - Static method in class oracle.sdp.messaging.userprefs.UserPrefsManager
This method creates UserPrefsServicesLocal using the specified properties (e.g.
createUserRuleSet(String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Create user rule set for the specified user.
createWhitelistFilter(String) - Static method in class oracle.sdp.messaging.MessagingFactory
Create a "whitelist" filter.

D

DEFAULT_ENCODING - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
DEFAULT_SDPM_JNDI_INITIAL_FACTORY - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
DEFAULT_SDPM_JNDI_PROVIDER_URL - Static variable in class oracle.sdp.messaging.ApplicationInfo
The default SDP Messaging Server JNDI Provider URL is empty.
DEFAULT_SDPM_SECURITY_CREDENTIALS - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
DEFAULT_SDPM_SECURITY_PRINCIPAL - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
DEFAULT_SERVER_NAME - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
delete(UserPrefsObject) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Delete the specified UserPrefsObject.
DeleteAddress - Interface in oracle.sdp.messaging.userprefs
Interface that implements the update of the user defined pules after deleting a DeviceAddress
deleteDeviceid(String) - Method in interface oracle.sdp.messaging.userprefs.UserRule
Remove the device id from the device list.
deleteFilterCondition(FilterCondition) - Method in interface oracle.sdp.messaging.userprefs.UserRule
Delete the filter condition from the rule
deleteUserRule(UserRule) - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
Deletes the UserRule from the RuleSet.
deleteUserRuleWithName(String) - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
Deletes the specified rule from the RuleSet.
DeliveryInformation - Class in org.csapi.schema.parlayx.multimedia_messaging.v2_4
Java class for DeliveryInformation complex type.
DeliveryInformation() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.v2_4.DeliveryInformation
 
DeliveryPreference - Interface in oracle.sdp.messaging.userprefs
Interface to get the rule-based user preference devices.
DeliveryStatus - Enum in org.csapi.schema.parlayx.multimedia_messaging.v2_4
Java class for DeliveryStatus.
DeliveryType - Enum in oracle.sdp.messaging
DeliveryType enumerates all available delivery types in the SDP Messaging.
DeviceAddress - Interface in oracle.sdp.messaging.userprefs
This interface represents the physical device.
DriverActivationSpec - Class in oracle.sdp.messaging.driver
Driver Activation Spec, basic implementation.
DriverActivationSpec() - Constructor for class oracle.sdp.messaging.driver.DriverActivationSpec
 
DriverConfigPropertyNames - Enum in oracle.sdp.messaging.driver
Enumeration of required driver configuration properties to be provided by all driver resource adapters.
DriverConnection - Interface in oracle.sdp.messaging.driver
The Messaging driver dispatcher (or Messaging engine) facing driver connection interface.
DriverConnectionFactory - Interface in oracle.sdp.messaging.driver
DriverConnectionFactory provides a client interface for getting connections to an external messaging gateway.
DriverConnectionRequestInfo - Class in oracle.sdp.messaging.driver
 
DriverConnectionRequestInfo(String) - Constructor for class oracle.sdp.messaging.driver.DriverConnectionRequestInfo
 
DriverContext - Interface in oracle.sdp.messaging.driver
Context info passed to Driver.
DriverException - Exception in oracle.sdp.messaging.driver
Messaging Driver Exception.
DriverException(Throwable) - Constructor for exception oracle.sdp.messaging.driver.DriverException
 
DriverException(String) - Constructor for exception oracle.sdp.messaging.driver.DriverException
 
DriverException(String, Throwable) - Constructor for exception oracle.sdp.messaging.driver.DriverException
 
DriverException(DriverExceptionType, Throwable) - Constructor for exception oracle.sdp.messaging.driver.DriverException
 
DriverException(DriverExceptionType, String) - Constructor for exception oracle.sdp.messaging.driver.DriverException
 
DriverException(DriverExceptionType, String, Throwable) - Constructor for exception oracle.sdp.messaging.driver.DriverException
 
DriverExceptionType - Enum in oracle.sdp.messaging.driver
Enumeration of Driver Exception types.
DriverManagedConnection - Interface in oracle.sdp.messaging.driver
This interface extends the JCA SPI ManagedConnection and the Client facing DriverConnection interface to provide a single interface that driver providers can implement to create a container managed connection.
DriverManagedConnectionBase - Class in oracle.sdp.messaging.driver
Base implementation of the DriverManagedConnection interface.
DriverManagedConnectionBase(Properties) - Constructor for class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
DriverManagedConnectionFactoryBase - Class in oracle.sdp.messaging.driver
Base implementation of the DriverManagedConnectionFactory interface.
DriverManagedConnectionFactoryBase() - Constructor for class oracle.sdp.messaging.driver.DriverManagedConnectionFactoryBase
 
DriverManagedConnectionMetaData - Class in oracle.sdp.messaging.driver
 
DriverManagedConnectionMetaData(String, String, String) - Constructor for class oracle.sdp.messaging.driver.DriverManagedConnectionMetaData
 
DriverMetaData - Interface in oracle.sdp.messaging.driver
The driver meta data interface.
DriverResourceAdapter - Interface in oracle.sdp.messaging.driver
This interface defines the specification for a Driver RA implementation.
DriverResourceAdapterBase - Class in oracle.sdp.messaging.driver
Base class for a Driver's ResourceAdapter implementation.
DriverResourceAdapterBase() - Constructor for class oracle.sdp.messaging.driver.DriverResourceAdapterBase
This constructor initializes the base RA.
DummyHandler - Class in oracle.sdp.parlayx.multimedia_messaging
 
DummyHandler() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.DummyHandler
 

E

ELEM_ADDRESS - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ELEM_ADDRESSES - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ELEM_ADDRESSPTR - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ELEM_CONTACTRULE - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ELEM_DESCRIPTION - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ELEM_DEVICE - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ELEM_DEVICES - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ELEM_FILTER - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ELEM_RL - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ELEM_RULESESSION - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ELEM_RULESET - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ELEM_USER - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
ELEM_USERS - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
EMAIL_MODE - Static variable in interface oracle.sdp.messaging.Address
Pre-defined meta data key name for Email Mode.
EMAIL_MODE_BCC - Static variable in interface oracle.sdp.messaging.Address
Pre-defined meta data value for Bcc Email Mode.
EMAIL_MODE_CC - Static variable in interface oracle.sdp.messaging.Address
Pre-defined meta data value for Cc Email Mode.
EMAIL_MODE_TO - Static variable in interface oracle.sdp.messaging.Address
Pre-defined meta data value for To Email Mode.
ENCODING - Static variable in interface oracle.sdp.messaging.Address
Pre-defined meta data key name for charset encoding.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
equals(Object) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionFactoryBase
 
execute() - Method in interface oracle.sdp.messaging.userprefs.DeleteAddress
Commit the changes to the persistence layer after deleting the specified device.
expandAccessPoint(AccessPoint) - Static method in class oracle.sdp.messaging.MessagingFactory
Utility method to generate a list containing the expanded set of addresses from an access point.
expandAccessPoint(AccessPoint, boolean) - Static method in class oracle.sdp.messaging.MessagingFactory
Utility method to generate a list containing the expanded set of addresses from an access point, either with our without keywords included.

F

factoryFilterCondition() - Method in interface oracle.sdp.messaging.userprefs.UserRule
Factory method for the filter conditions
factoryUserRule() - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
Factory method for UserRule classes
FilterCondition - Interface in oracle.sdp.messaging.userprefs
This class represents the conditions defined in the user rules
FilterOperationType - Enum in oracle.sdp.messaging.userprefs
Enumeration describing types of evaluation for each condition of a UserRule
findAllDeviceAddresses(DeliveryType[], String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
 
findDeviceAddress(String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Finds the device address object which contains the specified address value.
findRuleSets(String[]) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Find the rule sets for the specified users.
findUserDevices(String, String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Finds all user devices for a given user id that match the user name name regular expression value.
findUserRuleSets(String[]) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
 
fromValue(String) - Static method in enum org.csapi.schema.parlayx.common.v2_1.TimeMetrics
 
fromValue(String) - Static method in enum org.csapi.schema.parlayx.multimedia_messaging.v2_4.DeliveryStatus
 
fromValue(String) - Static method in enum org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessagePriority
 

G

getAcceptedDate() - Method in interface oracle.sdp.messaging.MessageInfo
Get the date and time when this message was accepted.
getAccessPoints() - Method in interface oracle.sdp.messaging.MessagingClient
Get a list of all access points currently registered by this application.
getAction() - Method in interface oracle.sdp.messaging.filter.MessageFilter
 
getActionOperation() - Method in interface oracle.sdp.messaging.userprefs.UserRule
Get the action operation type of the rule
getAddress() - Method in interface oracle.sdp.messaging.Status
Get address of the status.
getAddress() - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
getAddress() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.DeliveryInformation
Gets the value of the address property.
getAddresses() - Method in interface oracle.sdp.messaging.userprefs.UserDevice
 
getAddresses(DeliveryType) - Method in interface oracle.sdp.messaging.userprefs.UserDevice
 
getAddresses() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage
Gets the value of the addresses property.
getAddressType() - Method in interface oracle.sdp.messaging.Address
Get the address type.
getAddressType(String) - Static method in enum oracle.sdp.messaging.AddressType
Returns the enum constant of this type with the specified name (case insensitive).
getAllHeaderNames() - Method in interface oracle.sdp.messaging.Message
Get all the header names.
getAllNamespaces() - Method in interface oracle.sdp.messaging.MessagingObject
Get all namespaces.
getAmount() - Method in class org.csapi.schema.parlayx.common.v2_1.ChargingInformation
Gets the value of the amount property.
getApplicationInstanceName() - Method in class oracle.sdp.messaging.ApplicationInfo
 
getApplicationInstanceName() - Method in interface oracle.sdp.messaging.MessageInfo
Get the application instance name.
getApplicationName() - Method in class oracle.sdp.messaging.ApplicationInfo
 
getApplicationName() - Method in interface oracle.sdp.messaging.MessageInfo
Get the application name.
getAttachment() - Method in class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageClient
 
getBodyText() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageURI
Gets the value of the bodyText property.
getBootstrapContext() - Method in interface oracle.sdp.messaging.driver.DriverContext
Get the BootstrapContext passed to the resource adapter by the container.
getBusinessRuleTerm() - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Get the business term that is to be used by the condition
getBusinessRuleTerms() - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
 
getBusinessTermName() - Method in interface oracle.sdp.messaging.userprefs.BusinessRuleTerm
 
getBusinessTermName() - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Get the name of the business term
getBusinessTermType() - Method in interface oracle.sdp.messaging.userprefs.BusinessRuleTerm
 
getBusinessTermType() - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Get the type of the business term
getBusinessTermType(String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
 
getBytes() - Method in class oracle.sdp.messaging.util.ByteArrayDataSource
Get the content of this DataSource as a byte array.
getBytes(BodyPart) - Static method in class oracle.sdp.messaging.util.ContentUtil
Get binary (byte array) content from the provided BodyPart.
getBytes(DataHandler) - Static method in class oracle.sdp.messaging.util.ContentUtil
Get binary (byte array) content from the provided DataHandler.
getBytes() - Method in class oracle.sdp.parlayx.multimedia_messaging.ByteArrayDataSource
Get the content of this DataSource as a byte array.
getBytes(BodyPart) - Static method in class oracle.sdp.parlayx.multimedia_messaging.ContentUtil
Get binary (byte array) content from the provided BodyPart.
getBytes(DataHandler) - Static method in class oracle.sdp.parlayx.multimedia_messaging.ContentUtil
Get binary (byte array) content from the provided DataHandler.
getCapability() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
getCapability() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
The driver capability.
getCarrier() - Method in interface oracle.sdp.messaging.Address
Get the address carrier.
getCarrier() - Method in interface oracle.sdp.messaging.MessageInfo
Get the carrier name for the message.
getCarrier() - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
getCharging() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage
Gets the value of the charging property.
getChunkCount() - Method in interface oracle.sdp.messaging.driver.Status
Get the total chunks the message is split into.
getChunkIds() - Method in interface oracle.sdp.messaging.driver.Status
Get the chunk ids for all chunks.
getChunkSize() - Method in interface oracle.sdp.messaging.MessageInfo
Get the message chunk size of the sending request.
getChunkStatuses() - Method in interface oracle.sdp.messaging.driver.Status
Get the sending statuses for all chunks.
getCode() - Method in enum oracle.sdp.messaging.StatusType
 
getCode() - Method in class org.csapi.schema.parlayx.common.v2_1.ChargingInformation
Gets the value of the code property.
getConnection(Subject, ConnectionRequestInfo) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
getContent() - Method in interface oracle.sdp.messaging.Status
Get the status content.
getContent(BodyPart) - Static method in class oracle.sdp.messaging.util.ContentUtil
Get content object from a BodyPart.
getContent(DataHandler, String) - Static method in class oracle.sdp.messaging.util.ContentUtil
Get content object from a DataHandler.
getContent(BodyPart) - Static method in class oracle.sdp.parlayx.multimedia_messaging.ContentUtil
Get content object from a BodyPart.
getContent(DataHandler, String) - Static method in class oracle.sdp.parlayx.multimedia_messaging.ContentUtil
Get content object from a DataHandler.
getContentType() - Method in class oracle.sdp.messaging.util.ByteArrayDataSource
 
getContentType() - Method in class oracle.sdp.messaging.util.StringDataSource
 
getContentType() - Method in class oracle.sdp.parlayx.multimedia_messaging.ByteArrayDataSource
 
getContentType() - Method in class oracle.sdp.parlayx.multimedia_messaging.StringDataSource
 
getCorrelationId() - Method in interface oracle.sdp.messaging.MessageInfo
Get the message correlation id.
getCorrelator() - Method in class org.csapi.schema.parlayx.common.v2_1.SimpleReference
Gets the value of the correlator property.
getCorrelator() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageDeliveryReceipt
Gets the value of the correlator property.
getCorrelator() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageReception
Gets the value of the correlator property.
getCorrelator() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StopMessageNotification
Gets the value of the correlator property.
getCost() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
Get the cost level.
getCost() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Get the cost level.
getCostLevel() - Method in interface oracle.sdp.messaging.MessageInfo
Get the desired cost level of the message.
getCreatedDate() - Method in interface oracle.sdp.messaging.userprefs.UserPrefsObject
 
getCriteria() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
Gets the value of the criteria property.
getCriteria() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
Gets the value of the criteria property.
getCriteria() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StartMessageNotification
Gets the value of the criteria property.
getCurrency() - Method in class org.csapi.schema.parlayx.common.v2_1.ChargingInformation
Gets the value of the currency property.
getDate() - Method in interface oracle.sdp.messaging.Status
Get the date and time when this status was received.
getDateTime() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Gets the value of the dateTime property.
getDefaultAddress(String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
gets the DefaultAddress of the specified user
getDefaultSenderAddress() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
getDefaultSenderAddress() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
getDelay() - Method in interface oracle.sdp.messaging.MessageInfo
Get the delay to send the message.
getDeliveryPreference(String, Hashtable<String, Object>) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
getDeliveryPreference
getDeliveryPreferences(String[], Hashtable<String, Object>) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
getDeliveryPreferences
getDeliveryStatus() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageDeliveryReceipt
Gets the value of the deliveryStatus property.
getDeliveryStatus() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.DeliveryInformation
Gets the value of the deliveryStatus property.
getDeliveryType() - Method in interface oracle.sdp.messaging.AccessPoint
Get the delivery type of the access point.
getDeliveryType() - Method in interface oracle.sdp.messaging.Address
Get the delivery type of this address.
getDeliveryType(String) - Static method in enum oracle.sdp.messaging.DeliveryType
Returns the enum constant of this type with the specified name (case insensitive).
getDeliveryType() - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
getDeliveryTypeFromExternalFormat(String) - Static method in enum oracle.sdp.messaging.DeliveryType
Returns the enum constant of this type with the specified name (case insensitive).
getDescription() - Method in interface oracle.sdp.messaging.userprefs.UserPrefsObject
 
getDescription() - Method in class org.csapi.schema.parlayx.common.v2_1.ChargingInformation
Gets the value of the description property.
getDetail() - Method in exception oracle.sdp.messaging.MessagingException
Get the nested exception.
getDeviceAddresses(String[]) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Get device addresses for the specified address ids.
getDeviceAddresses(String, String[]) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Get device addresses for the specified user and address ids.
getDeviceId() - Method in interface oracle.sdp.messaging.userprefs.UserDevice
Returns the unique id by which it is identified in the persistence store.
getDeviceid() - Method in interface oracle.sdp.messaging.userprefs.UserRule
Get an iterator for the devices selected for the rule
getDevices() - Method in interface oracle.sdp.messaging.userprefs.DeliveryPreference
 
getDriver() - Method in interface oracle.sdp.messaging.MessageInfo
Get driver instance name.
getDriver() - Method in interface oracle.sdp.messaging.Status
Get the name of the reporting driver.
getDriverConnection(String) - Method in interface oracle.sdp.messaging.driver.DriverConnectionFactory
Get a DriverConnection instance given a from-address.
getDriverContext() - Method in interface oracle.sdp.messaging.driver.DriverManagedConnection
Get access to the DriverContext associated with this managed connection.
getDriverContext() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
getDriverContext() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Get the driver context.
getDriverInstanceId() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Get the unique driver instance id.
getDriverProperties() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
Get the driver configuration properties.
getDriverProperties() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionFactoryBase
Get the driver configuration properties from the DriverResourceAdapter instance associated with this managed connection factory.
getDriverResourceAdapterBase() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionFactoryBase
Get access to the DriverResourceAdapterBase instance associated with this managed connection factory.
getEISProductName() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionMetaData
 
getEISProductVersion() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionMetaData
 
getElementList() - Method in interface oracle.sdp.messaging.userprefs.BusinessRuleTerm
 
getEncoding() - Method in interface oracle.sdp.messaging.Address
Get the charset encoding for the device of this address.
getEncoding() - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
getEndpoint() - Method in class org.csapi.schema.parlayx.common.v2_1.SimpleReference
Gets the value of the endpoint property.
getExceptionType() - Method in exception oracle.sdp.messaging.driver.DriverException
 
getExpiration() - Method in interface oracle.sdp.messaging.MessageInfo
Get the expiration of the message.
getFailoverAddress() - Method in interface oracle.sdp.messaging.Address
Get the failover address.
getFailoverOrder() - Method in interface oracle.sdp.messaging.Status
Get the failover order number of this recipient.
getFailoverStatus() - Method in interface oracle.sdp.messaging.Status
A Status object may be chained if the recipient has failover address(es).
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.PolicyException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.PolicyException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ServiceException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ServiceException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.PolicyException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.PolicyException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.ServiceException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.ServiceException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.receive.PolicyException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.receive.PolicyException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.receive.ServiceException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.receive.ServiceException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.send.PolicyException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.send.PolicyException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.send.ServiceException
 
getFaultInfo() - Method in exception oracle.sdp.parlayx.multimedia_messaging.send.ServiceException
 
getFieldName() - Method in interface oracle.sdp.messaging.filter.MessageFilter
 
getFieldType() - Method in interface oracle.sdp.messaging.filter.MessageFilter
 
getFileReferences() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageURI
Gets the value of the fileReferences property.
getFilterCondition() - Method in interface oracle.sdp.messaging.userprefs.UserRule
Get an iterator with the filter conditions of the rule
getFilterOperation() - Method in interface oracle.sdp.messaging.userprefs.UserRule
 
getFilterXml() - Method in interface oracle.sdp.messaging.userprefs.RuleSet
 
getFromAddress() - Method in class oracle.sdp.messaging.driver.DriverConnectionRequestInfo
 
getFromTime() - Method in interface oracle.sdp.messaging.MessageQuery
Get the start date and time for this query.
getGatewayMessageId() - Method in interface oracle.sdp.messaging.MessageInfo
Get the gateway (or driver) assigned id for this message.
getGatewayMessageId() - Method in interface oracle.sdp.messaging.Status
Get the gateway assigned message ID of the status.
getGuid() - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
 
getHeaders() - Method in class oracle.sdp.parlayx.multimedia_messaging.DummyHandler
 
getHeaders() - Method in class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageClient
 
getHighestStatusLevel() - Method in interface oracle.sdp.messaging.MessageInfo
Get the highest status level requested for this message.
getId() - Method in interface oracle.sdp.messaging.Message
Get the message identifier of this message.
getId() - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
getInputStream() - Method in class oracle.sdp.messaging.util.ByteArrayDataSource
 
getInputStream() - Method in class oracle.sdp.messaging.util.StringDataSource
Get an InputStream containing the data for this DataSource.
getInputStream() - Method in class oracle.sdp.parlayx.multimedia_messaging.ByteArrayDataSource
 
getInputStream() - Method in class oracle.sdp.parlayx.multimedia_messaging.StringDataSource
Get an InputStream containing the data for this DataSource.
getInstanceName() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
getInstanceName() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
The driver instance name.
getInterfaceName() - Method in class org.csapi.schema.parlayx.common.v2_1.SimpleReference
Gets the value of the interfaceName property.
getJavaClassName() - Method in class oracle.sdp.messaging.userprefs.RuleTermType
 
getJNDIContext() - Method in interface oracle.sdp.messaging.driver.DriverContext
Get the JNDI Initial Context to perform JNDI lookups.
getJNDIInitialFactory() - Method in class oracle.sdp.messaging.ApplicationInfo
 
getKeyword() - Method in interface oracle.sdp.messaging.AccessPoint
Get the keyword of the access point.
getLastModifiedDate() - Method in interface oracle.sdp.messaging.userprefs.UserPrefsObject
 
getLevel() - Method in enum oracle.sdp.messaging.MessagePriorityType
Get a numeric value for this priority level.
getLocalTransaction() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
getLogWriter() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
getLogWriter() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionFactoryBase
 
getMaxChunks() - Method in interface oracle.sdp.messaging.MessageInfo
Get the maximum message chunks of the sending request.
getMaxConnections() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionMetaData
 
getMessage(String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessage
 
getMessage(String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessage
 
getMessage(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageClient
 
getMessage() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageReception
Gets the value of the message property.
GetMessage - Class in org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local
Java class for getMessage complex type.
GetMessage() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetMessage
 
getMessage() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Gets the value of the message property.
getMessageDeliveryStatus(String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.send.SendMessage
 
getMessageDeliveryStatus(String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.send.SendMessage
 
getMessageDeliveryStatus(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageClient
 
GetMessageDeliveryStatus - Class in org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local
Java class for getMessageDeliveryStatus complex type.
GetMessageDeliveryStatus() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.GetMessageDeliveryStatus
 
GetMessageDeliveryStatusResponse - Class in org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local
Java class for getMessageDeliveryStatusResponse complex type.
GetMessageDeliveryStatusResponse() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.GetMessageDeliveryStatusResponse
 
getMessageFilters() - Method in interface oracle.sdp.messaging.MessagingClient
Get the set of currently registered message filters for this application.
getMessageId() - Method in interface oracle.sdp.messaging.Status
Get Messaging assigned message ID of the status.
getMessageId() - Method in class org.csapi.schema.parlayx.common.v2_1.PolicyException
Gets the value of the messageId property.
getMessageId() - Method in class org.csapi.schema.parlayx.common.v2_1.ServiceError
Gets the value of the messageId property.
getMessageId() - Method in class org.csapi.schema.parlayx.common.v2_1.ServiceException
Gets the value of the messageId property.
getMessageIdentifier() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Gets the value of the messageIdentifier property.
getMessageIDs(MessageQuery) - Method in interface oracle.sdp.messaging.MessagingClient
Get the ids of all sent messages that fit the specified search criteria.
getMessageInfo() - Method in interface oracle.sdp.messaging.Message
Get the MessageInfo object of this message.
getMessageListener() - Method in interface oracle.sdp.messaging.driver.DriverConnection
This provides the ability to a non-JCA driver component to get the callback message listener for inbound messaging (and status reporting) from this driver connection.
getMessageListener() - Method in interface oracle.sdp.messaging.driver.DriverContext
All inbound messages received by the Driver should be delivered to this message listener's onMessage and/or onStatus callback methods.
getMessageListener() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
getMessageListener() - Method in interface oracle.sdp.messaging.MessagingClient
Get a reference to the current default message listener, if any.
getMessageListenerSessionBeanHomeClassName() - Method in class oracle.sdp.messaging.ApplicationInfo
 
getMessageListenerSessionBeanJNDIName() - Method in class oracle.sdp.messaging.ApplicationInfo
 
getMessageNotification() - Method in class oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationService
 
getMessageNotification(WebServiceFeature...) - Method in class oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationService
 
getMessageNotification() - Method in class oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationService
 
getMessageNotification(WebServiceFeature...) - Method in class oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationService
 
getMessageNotificationManager() - Method in class oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerService
 
getMessageNotificationManager(WebServiceFeature...) - Method in class oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerService
 
getMessageNotificationManager() - Method in class oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerService
 
getMessageNotificationManager(WebServiceFeature...) - Method in class oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerService
 
getMessageRefIdentifier() - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetMessage
Gets the value of the messageRefIdentifier property.
getMessageRefIdentifier() - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetMessageURIs
Gets the value of the messageRefIdentifier property.
GetMessageResponse - Class in org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local
Java class for getMessageResponse complex type.
GetMessageResponse() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetMessageResponse
 
getMessageServiceActivationNumber() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
Gets the value of the messageServiceActivationNumber property.
getMessageServiceActivationNumber() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
Gets the value of the messageServiceActivationNumber property.
getMessageServiceActivationNumber() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StartMessageNotification
Gets the value of the messageServiceActivationNumber property.
getMessageServiceActivationNumber() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Gets the value of the messageServiceActivationNumber property.
getMessageType() - Method in interface oracle.sdp.messaging.userprefs.DeliveryPreference
 
getMessageURIs(String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessage
 
getMessageURIs(String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessage
 
getMessageURIs(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageClient
 
GetMessageURIs - Class in org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local
Java class for getMessageURIs complex type.
GetMessageURIs() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetMessageURIs
 
GetMessageURIsResponse - Class in org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local
Java class for getMessageURIsResponse complex type.
GetMessageURIsResponse() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetMessageURIsResponse
 
getMetaData() - Method in interface oracle.sdp.messaging.driver.DriverConnectionFactory
Get the driver meta data.
getMetaData() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
getMetaData(String, String) - Method in interface oracle.sdp.messaging.MessagingObject
Get meta data value by name.
getMetaDataNames(String) - Method in interface oracle.sdp.messaging.MessagingObject
Get all meta data names.
getMetric() - Method in class org.csapi.schema.parlayx.common.v2_1.TimeMetric
Gets the value of the metric property.
getName() - Method in interface oracle.sdp.messaging.Address
Get the (optional) name of the address owner.
getName() - Method in class oracle.sdp.messaging.userprefs.RuleTermType
 
getName() - Method in interface oracle.sdp.messaging.userprefs.UserDevice
 
getName() - Method in class oracle.sdp.messaging.util.ByteArrayDataSource
 
getName() - Method in class oracle.sdp.messaging.util.StringDataSource
 
getName() - Method in class oracle.sdp.parlayx.multimedia_messaging.ByteArrayDataSource
 
getName() - Method in class oracle.sdp.parlayx.multimedia_messaging.StringDataSource
 
getNormalizedValue() - Method in interface oracle.sdp.messaging.Address
Get the normalized address value based on the address type and delivery type of this address.
getOperandOne() - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Get the first operand of the condition
getOperandTwo() - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Get the second operand of the condition
getOutputStream() - Method in class oracle.sdp.messaging.util.ByteArrayDataSource
Get an OutputStream for this DataSource.
getOutputStream() - Method in class oracle.sdp.messaging.util.StringDataSource
Get an OutputStream for this DataSource.
getOutputStream() - Method in class oracle.sdp.parlayx.multimedia_messaging.ByteArrayDataSource
Get an OutputStream for this DataSource.
getOutputStream() - Method in class oracle.sdp.parlayx.multimedia_messaging.StringDataSource
Get an OutputStream for this DataSource.
getPattern() - Method in interface oracle.sdp.messaging.filter.MessageFilter
 
getPort() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManagerClient
 
getPort() - Method in class oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationClient
 
getPort() - Method in class oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerClient
 
getPort() - Method in class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageClient
 
getPort() - Method in class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageClient
 
getPrefsObjectType() - Method in interface oracle.sdp.messaging.userprefs.UserPrefsObject
 
getPrimaryType() - Method in enum oracle.sdp.messaging.StatusType
 
getPriority() - Method in interface oracle.sdp.messaging.MessageInfo
Get the priority of the message.
getPriority() - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetReceivedMessages
Gets the value of the priority property.
getPriority() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage
Gets the value of the priority property.
getPriority() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Gets the value of the priority property.
getProperties() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Get the driver configuration properties.
getProtocol() - Method in interface oracle.sdp.messaging.MessageInfo
Get the protocol for the desired driver that can deliver this message.
getReceiptRequest() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage
Gets the value of the receiptRequest property.
getReceivedMessages(String, MessagePriority) - Method in interface oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessage
 
getReceivedMessages(String, MessagePriority) - Method in interface oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessage
 
getReceivedMessages(String, MessagePriority) - Method in class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageClient
 
GetReceivedMessages - Class in org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local
Java class for getReceivedMessages complex type.
GetReceivedMessages() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetReceivedMessages
 
GetReceivedMessagesResponse - Class in org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local
Java class for getReceivedMessagesResponse complex type.
GetReceivedMessagesResponse() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetReceivedMessagesResponse
 
getReceiveMessage() - Method in class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageService
 
getReceiveMessage(WebServiceFeature...) - Method in class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageService
 
getReceiveMessage() - Method in class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageService
 
getReceiveMessage(WebServiceFeature...) - Method in class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageService
 
getReceiveMessageManager() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManagerService
 
getReceiveMessageManager(WebServiceFeature...) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManagerService
 
getReceiveMessageManager() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManagerService
 
getReceiveMessageManager(WebServiceFeature...) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManagerService
 
getReceivingQueues() - Method in class oracle.sdp.messaging.ApplicationInfo
This getter is for Messaging-internal use.
getReceivingQueuesInfo() - Method in class oracle.sdp.messaging.ApplicationInfo
Get the receiving queues information.
getRecipient() - Method in interface oracle.sdp.messaging.MessageQuery
Get the address of the recipient.
getRecipient() - Method in interface oracle.sdp.messaging.Status
Get the logical recipient for which this status applies.
getRecipients() - Method in interface oracle.sdp.messaging.Message
Get the recipients of the message.
getReference() - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StartMessageNotification
Gets the value of the reference property.
getRegistrationIdentifier() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
Gets the value of the registrationIdentifier property.
getRegistrationIdentifier() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
Gets the value of the registrationIdentifier property.
getRegistrationIdentifier() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StopReceiveMessage
Gets the value of the registrationIdentifier property.
getRegistrationIdentifier() - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StopReceiveMessage
Gets the value of the registrationIdentifier property.
getRegistrationIdentifier() - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetReceivedMessages
Gets the value of the registrationIdentifier property.
getReliability() - Method in interface oracle.sdp.messaging.MessageInfo
Get the reliability type of the message.
getReplyTos() - Method in interface oracle.sdp.messaging.Message
Get a copy of the reply-to addresses.
getRequestIdentifier() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.GetMessageDeliveryStatus
Gets the value of the requestIdentifier property.
getResourceAdapter() - Method in class oracle.sdp.messaging.driver.DriverActivationSpec
 
getResourceAdapter() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionFactoryBase
 
getResult() - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetMessageURIsResponse
Gets the value of the result property.
getResult() - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetReceivedMessagesResponse
Gets the value of the result property.
getResult() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.GetMessageDeliveryStatusResponse
Gets the value of the result property.
getResult() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessageResponse
Gets the value of the result property.
getRL() - Method in interface oracle.sdp.messaging.userprefs.RuleSet
 
getRuleDescription() - Method in interface oracle.sdp.messaging.userprefs.UserRule
 
getRuleName() - Method in interface oracle.sdp.messaging.userprefs.UserRule
 
getRuleSession() - Method in interface oracle.sdp.messaging.userprefs.RuleSet
Get the RuleSession (in serialized form).
getRuleSet(String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Get the rule set for the specified user.
getSecondaryType() - Method in enum oracle.sdp.messaging.StatusType
 
getSecurityCredentials() - Method in class oracle.sdp.messaging.ApplicationInfo
 
getSecurityPrincipal() - Method in class oracle.sdp.messaging.ApplicationInfo
 
getSender() - Method in interface oracle.sdp.messaging.MessageQuery
Get the address of the sender.
getSenderAddress() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage
Gets the value of the senderAddress property.
getSenderAddress() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Gets the value of the senderAddress property.
getSenderAddresses() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
getSenderAddresses() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
getSenders() - Method in interface oracle.sdp.messaging.Message
Get a copy of the from (sender) addresses.
getSendingQueuesInfo() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
The driver sending queues info.
getSendMessage() - Method in class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageService
 
getSendMessage(WebServiceFeature...) - Method in class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageService
 
getSendMessage() - Method in class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageService
 
getSendMessage(WebServiceFeature...) - Method in class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageService
 
getServerJNDIProviderURL() - Method in class oracle.sdp.messaging.ApplicationInfo
 
getSession() - Method in interface oracle.sdp.messaging.MessageInfo
Get the session type.
getSpeed() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
Get the speed level.
getSpeed() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Get the speed level.
getSpeedLevel() - Method in interface oracle.sdp.messaging.MessageInfo
Get the desired speed level of the message.
getStatus(String) - Method in interface oracle.sdp.messaging.driver.DriverConnection
Get the sending status of a message.
getStatus(String) - Method in interface oracle.sdp.messaging.MessagingClient
Get the up-to-date statuses of all recipients of a sent message.
getStatus(String, Address[]) - Method in interface oracle.sdp.messaging.MessagingClient
Get all sending and failover statuses up to date of a set of recipients.
getStatusListener() - Method in interface oracle.sdp.messaging.MessagingClient
Get a reference to the current default status listener, if any.
getStatusListenerSessionBeanHomeClassName() - Method in class oracle.sdp.messaging.ApplicationInfo
 
getStatusListenerSessionBeanJNDIName() - Method in class oracle.sdp.messaging.ApplicationInfo
 
getString(BodyPart) - Static method in class oracle.sdp.messaging.util.ContentUtil
Get String content from the provided BodyPart.
getString(DataHandler) - Static method in class oracle.sdp.messaging.util.ContentUtil
Get String content from the provided DataHandler.
getString() - Method in class oracle.sdp.messaging.util.StringDataSource
Get the content of this DataSource as a String.
getString(BodyPart) - Static method in class oracle.sdp.parlayx.multimedia_messaging.ContentUtil
Get String content from the provided BodyPart.
getString(DataHandler) - Static method in class oracle.sdp.parlayx.multimedia_messaging.ContentUtil
Get String content from the provided DataHandler.
getString() - Method in class oracle.sdp.parlayx.multimedia_messaging.StringDataSource
Get the content of this DataSource as a String.
getSubject() - Method in interface oracle.sdp.messaging.Message
Gets the subject of the message.
getSubject() - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage
Gets the value of the subject property.
getSubject() - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Gets the value of the subject property.
getSuccessStatusType() - Method in interface oracle.sdp.messaging.Address
Get the desired success status type for this address.
getSupportedCarriers() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
getSupportedCarriers() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Get the supported carriers.
getSupportedContentTypes() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
getSupportedContentTypes() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
getSupportedDeliveryTypes() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
getSupportedDeliveryTypes() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
getSupportedDeliveryTypes() - Method in interface oracle.sdp.messaging.MessagingClient
Get a list of the current delivery types supported by the Messaging Server that this client is connected to.
getSupportedProtocols() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
getSupportedProtocols() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Get the supported protocols.
getSupportedStatusTypes() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
getSupportedStatusTypes() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
getSupportedTermTypes() - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
 
getSupportsCancel() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
getSupportsReplace() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
getSupportsStatusPolling() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
getSupportsTracking() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
getTermOperation() - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Get the operation of the condition
getText() - Method in class org.csapi.schema.parlayx.common.v2_1.PolicyException
Gets the value of the text property.
getText() - Method in class org.csapi.schema.parlayx.common.v2_1.ServiceError
Gets the value of the text property.
getText() - Method in class org.csapi.schema.parlayx.common.v2_1.ServiceException
Gets the value of the text property.
getTimeout() - Method in interface oracle.sdp.messaging.Address
Get the delivery timeout in seconds.
getTotalFailovers() - Method in interface oracle.sdp.messaging.Status
Get the total number of failover addresses of this recipient.
getToTime() - Method in interface oracle.sdp.messaging.MessageQuery
Get the end date and time for this query.
getTracking() - Method in interface oracle.sdp.messaging.MessageInfo
Get the tracking type desired in sending the message.
getType() - Method in interface oracle.sdp.messaging.AccessPoint
Get the type of the access point.
getType() - Method in interface oracle.sdp.messaging.Status
Get the status type.
getType() - Method in interface oracle.sdp.messaging.userprefs.BusinessRuleTerm
 
getTypeId() - Method in class oracle.sdp.messaging.userprefs.RuleTermType
 
getUnits() - Method in class org.csapi.schema.parlayx.common.v2_1.TimeMetric
Gets the value of the units property.
getUserDevice() - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
getUserId() - Method in interface oracle.sdp.messaging.userprefs.RuleSet
 
getUserID() - Method in interface oracle.sdp.messaging.userprefs.UserDevice
 
getUserName() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionMetaData
 
getUserRule() - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
 
getUserRuleSet(String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Retrieve the rule set for the specified userID.
getUserRuleSet(String, boolean) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Retrieve the rule set for the specified userID, and specify whether to create a new rule set if one does not already exist.
getValidBusinessTerms() - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
 
getValidOperations() - Method in class oracle.sdp.messaging.userprefs.RuleTermType
 
getValidOperations(String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
 
getValidTerms() - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
 
getValue() - Method in interface oracle.sdp.messaging.AccessPoint
Get the value of the access point.
getValue() - Method in interface oracle.sdp.messaging.Address
Get the address value.
getVariables() - Method in class org.csapi.schema.parlayx.common.v2_1.PolicyException
Gets the value of the variables property.
getVariables() - Method in class org.csapi.schema.parlayx.common.v2_1.ServiceError
Gets the value of the variables property.
getVariables() - Method in class org.csapi.schema.parlayx.common.v2_1.ServiceException
Gets the value of the variables property.
getVersion() - Method in interface oracle.sdp.messaging.MessagingClient
Get the version number of this Messaging Client API.
getVersion() - Method in interface oracle.sdp.messaging.userprefs.UserPrefsObject
 
getWorkingState() - Method in interface oracle.sdp.messaging.driver.DriverConnection
Check if this connection is still able to send (and/or receive) messages.
getWorkingStateListener() - Method in interface oracle.sdp.messaging.driver.DriverContext
All working state changes should be delivered to this listener.
getWorkManager() - Method in interface oracle.sdp.messaging.driver.DriverContext
Provides a handle to a WorkManager instance.
getXAResource() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
getXAResources(ActivationSpec[]) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
getXMLString() - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
 

H

handleFault(SOAPMessageContext) - Method in class oracle.sdp.parlayx.multimedia_messaging.DummyHandler
 
handleMessage(SOAPMessageContext) - Method in class oracle.sdp.parlayx.multimedia_messaging.DummyHandler
 
hashCode() - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionFactoryBase
 
HEADER_CONTENT_DISPOSITION - Static variable in interface oracle.sdp.messaging.Message
 
HEADER_CONTENT_TRANSFER_ENCODING - Static variable in interface oracle.sdp.messaging.Message
 
HEADER_CONTENT_TYPE - Static variable in interface oracle.sdp.messaging.Message
 
HEADER_SDPM_MULTIPLE_PAYLOAD - Static variable in interface oracle.sdp.messaging.Message
An SDP Messaging-specific Header to mark a message containing delivery-type (channel) specific content (payload) as one or more parts of a multipart/alternative MIME message.
HEADER_SDPM_PAYLOAD_PART_DELIVERY_TYPE - Static variable in interface oracle.sdp.messaging.Message
An SDP Messaging-specific Header to use in conjunction with a Message containing the header Message.HEADER_SDPM_MULTIPLE_PAYLOAD.

I

initProcessor(String, DeviceAddress) - Method in interface oracle.sdp.messaging.userprefs.DeleteAddress
Delete the specified address.
isDefault() - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
isEqual(FilterCondition) - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Check if the two filter conditions are the same
isEqual(UserRule) - Method in interface oracle.sdp.messaging.userprefs.UserRule
Check if two objects represent the same rule
isEqual(UserRuleSet) - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
Check if the two objects represents the same rule
isFailureType() - Method in enum oracle.sdp.messaging.StatusType
 
isMultiplePayload() - Method in interface oracle.sdp.messaging.Message
Check if the SDP Messaging-specific multiple payload header flag is set.
isPendingType() - Method in enum oracle.sdp.messaging.StatusType
 
isSameRuleTerm(BusinessRuleTerm) - Method in interface oracle.sdp.messaging.userprefs.BusinessRuleTerm
 
isSameRuleTerm(String) - Method in interface oracle.sdp.messaging.userprefs.BusinessRuleTerm
 
isSameType(RuleTermType) - Method in class oracle.sdp.messaging.userprefs.RuleTermType
 
isSuccessType() - Method in enum oracle.sdp.messaging.StatusType
 
isSupportsCancel() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
isSupportsReplace() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
isSupportsStatusPolling() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
isSupportsTracking() - Method in interface oracle.sdp.messaging.driver.DriverMetaData
 
isValid() - Method in interface oracle.sdp.messaging.userprefs.UserPrefsObject
 
isValidOperation(TermOperationType) - Method in class oracle.sdp.messaging.userprefs.RuleTermType
 
isValidTerm(BusinessRuleTerm) - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Validate if the RuleTerm is a valid business term
isValidTerm(String) - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Validate if the RuleTerm is a valid business term

L

Listener - Interface in oracle.sdp.messaging
 
LISTENER_ACKNOWLEDGEMENT_MODE - Static variable in class oracle.sdp.messaging.MessagingConstants
 
ListenerException - Exception in oracle.sdp.messaging
 
ListenerException() - Constructor for exception oracle.sdp.messaging.ListenerException
 

M

matches(Message) - Method in interface oracle.sdp.messaging.filter.MessageFilter
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionFactoryBase
 
MAX_ADDRESS_LENGTH - Static variable in interface oracle.sdp.messaging.Address
 
MAX_ASSOCIATED_KEY_LENGTH - Static variable in interface oracle.sdp.messaging.Address
 
MAX_DELIVERY_TYPE_LENGTH - Static variable in interface oracle.sdp.messaging.Address
 
MAX_NAME_LENGTH - Static variable in interface oracle.sdp.messaging.Address
 
Message - Interface in oracle.sdp.messaging
Message interface models a MIME style message for the SDP Messaging.
MESSAGE_ID_MAX_LENGTH - Static variable in interface oracle.sdp.messaging.driver.DriverConnection
The maximum length in characters the returned message id can be.
MESSAGE_LISTENER_SESSION_BEAN_HOME_CLASS_NAME - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
MESSAGE_LISTENER_SESSION_BEAN_JNDI_NAME - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
MESSAGE_LISTENER_THREADS - Static variable in class oracle.sdp.messaging.MessagingConstants
 
MessageFilter - Interface in oracle.sdp.messaging.filter
A MessageFilter is used by an application to exercise greater control over what messages are delivered to it.
MessageFilter.Action - Enum in oracle.sdp.messaging.filter
The action to take if this filter matches a message.
MessageFilter.FieldType - Enum in oracle.sdp.messaging.filter
The set of possible message fields against which to match.
MessageInfo - Interface in oracle.sdp.messaging
This interface defines all delivery related properties about the message.
MessageListener - Interface in oracle.sdp.messaging.driver
The driver message listener interface.
MessageNotification - Interface in oracle.sdp.parlayx.multimedia_messaging.notification
 
MessageNotification - Interface in oracle.sdp.parlayx.multimedia_messaging.notification
 
MessageNotificationClient - Class in oracle.sdp.parlayx.multimedia_messaging.notification
 
MessageNotificationClient(Map<String, Object>) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationClient
Construct a client capable of invoking a Parlay X MessageNotification webservice.
MessageNotificationManager - Interface in oracle.sdp.parlayx.multimedia_messaging.notification_manager
 
MessageNotificationManager - Interface in oracle.sdp.parlayx.multimedia_messaging.notification_manager
 
MessageNotificationManagerClient - Class in oracle.sdp.parlayx.multimedia_messaging.notification_manager
 
MessageNotificationManagerClient(Map<String, Object>) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerClient
Construct a client capable of invoking a Parlay X MessageNotificationManager webservice.
MessageNotificationManagerService - Class in oracle.sdp.parlayx.multimedia_messaging.notification_manager
 
MessageNotificationManagerService - Class in oracle.sdp.parlayx.multimedia_messaging.notification_manager
 
MessageNotificationManagerService() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerService
 
MessageNotificationManagerService(URL, QName) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerService
 
MessageNotificationManagerService() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerService
 
MessageNotificationManagerService(URL, QName) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerService
 
MessageNotificationService - Class in oracle.sdp.parlayx.multimedia_messaging.notification
 
MessageNotificationService - Class in oracle.sdp.parlayx.multimedia_messaging.notification
 
MessageNotificationService() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationService
 
MessageNotificationService(URL, QName) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationService
 
MessageNotificationService() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationService
 
MessageNotificationService(URL, QName) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationService
 
MessagePriority - Enum in org.csapi.schema.parlayx.multimedia_messaging.v2_4
Java class for MessagePriority.
MessagePriorityType - Enum in oracle.sdp.messaging
MessagePriorityType enumerates all available priority types for sending messages in the SDP Messaging.
MessageQuery - Interface in oracle.sdp.messaging
Specify search query criteria to find sent messages from the message store.
MessageReference - Class in org.csapi.schema.parlayx.multimedia_messaging.v2_4
Java class for MessageReference complex type.
MessageReference() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
 
MessageReliabilityType - Enum in oracle.sdp.messaging
MessageReliabilityType enumerates all available reliability types for sending messages in the SDP Messaging.
MessageSessionType - Enum in oracle.sdp.messaging
MessageSessionType enumerates all available session types for sending messages (and receiving replies) in the SDP Messaging.
MessageTrackingType - Enum in oracle.sdp.messaging
MessageTrackingType enumerates all available tracking types or levels for sending messages in the SDP Messaging.
MessageURI - Class in org.csapi.schema.parlayx.multimedia_messaging.v2_4
Java class for MessageURI complex type.
MessageURI() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageURI
 
MessagingClient - Interface in oracle.sdp.messaging
Base interface of all SDP Messaging clients: EJB Client, Web Service Client, etc.
MessagingClientFactory - Class in oracle.sdp.messaging
A Factory class for creating Messaging Clients to send and receive messages.
MessagingConstants - Class in oracle.sdp.messaging
 
MessagingConstants() - Constructor for class oracle.sdp.messaging.MessagingConstants
 
MessagingException - Exception in oracle.sdp.messaging
Thrown to indicate any exceptional conditions to the applications using the Messaging API.
MessagingException(String, Throwable) - Constructor for exception oracle.sdp.messaging.MessagingException
Construct a MessagingException with a nested exception, the message will be derived from the nested exception.
MessagingException(String) - Constructor for exception oracle.sdp.messaging.MessagingException
 
MessagingException(Throwable) - Constructor for exception oracle.sdp.messaging.MessagingException
Construct a MessagingException with a nested exception, the message will be derived from the nested exception.
MessagingException(String, String) - Constructor for exception oracle.sdp.messaging.MessagingException
 
MessagingException(String, String, Throwable) - Constructor for exception oracle.sdp.messaging.MessagingException
 
MessagingException(String, String[], Throwable) - Constructor for exception oracle.sdp.messaging.MessagingException
 
MessagingException(String, String[]) - Constructor for exception oracle.sdp.messaging.MessagingException
 
MessagingFactory - Class in oracle.sdp.messaging
MessagingFactory is a factory class to create various messaging objects.
MessagingFactory() - Constructor for class oracle.sdp.messaging.MessagingFactory
 
MessagingObject - Interface in oracle.sdp.messaging
This is the base type for all primary messaging related object types, namely Message, Status and Address.
modifyFilterCondition(FilterCondition) - Method in interface oracle.sdp.messaging.userprefs.UserRule
Modify an existing filter condition
modifyUserRule(UserRule) - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
Modifies and Updatse an already added UserRule
moveDeviceID(int, int) - Method in interface oracle.sdp.messaging.userprefs.UserRule
Move a device id to a different position
moveFilterCondition(int, int) - Method in interface oracle.sdp.messaging.userprefs.UserRule
Move a filter condition to a different position
moveUserRule(int, int) - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
Moves a UserRule to a diferent position

N

NAME - Static variable in interface oracle.sdp.messaging.Address
Pre-defined meta data key name for Name.
NAMESPACE_NOTIFICATION_PREFERENCES - Static variable in interface oracle.sdp.messaging.MessagingObject
The pre-defined namespace for Rule-driven Notification Preferences.
NAMESPACE_SDPM - Static variable in interface oracle.sdp.messaging.MessagingObject
The pre-defined namespace for SDP Messaging.
NoPermissionException - Exception in oracle.sdp.messaging
Thrown to indicate insufficient permission to access the Messaging API.
NoPermissionException(String) - Constructor for exception oracle.sdp.messaging.NoPermissionException
 
notifyMessageDeliveryReceipt(String, DeliveryInformation) - Method in interface oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotification
 
notifyMessageDeliveryReceipt(String, DeliveryInformation) - Method in interface oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotification
 
notifyMessageDeliveryReceipt(String, DeliveryInformation) - Method in class oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationClient
 
NotifyMessageDeliveryReceipt - Class in org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local
Java class for notifyMessageDeliveryReceipt complex type.
NotifyMessageDeliveryReceipt() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageDeliveryReceipt
 
NotifyMessageDeliveryReceiptResponse - Class in org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local
Java class for notifyMessageDeliveryReceiptResponse complex type.
NotifyMessageDeliveryReceiptResponse() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageDeliveryReceiptResponse
 
notifyMessageReception(String, MessageReference) - Method in interface oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotification
 
notifyMessageReception(String, MessageReference) - Method in interface oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotification
 
notifyMessageReception(String, MessageReference) - Method in class oracle.sdp.parlayx.multimedia_messaging.notification.MessageNotificationClient
 
NotifyMessageReception - Class in org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local
Java class for notifyMessageReception complex type.
NotifyMessageReception() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageReception
 
NotifyMessageReceptionResponse - Class in org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local
Java class for notifyMessageReceptionResponse complex type.
NotifyMessageReceptionResponse() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageReceptionResponse
 
NotSupportedException - Exception in oracle.sdp.messaging
Thrown to indicate an unsupported function of the Messaging API.
NotSupportedException(String) - Constructor for exception oracle.sdp.messaging.NotSupportedException
 
NS_URI - Static variable in class oracle.sdp.messaging.userprefs.UserPrefsXMLConstants
 
numArguments() - Method in enum oracle.sdp.messaging.userprefs.TermOperationType
 
NUMBER_RANGE_DELIMITER - Static variable in interface oracle.sdp.messaging.AccessPoint
 

O

ObjectAlreadyExistsException - Exception in oracle.sdp.messaging.userprefs
This exception should be thrown when an attempt is made to create an existing object
ObjectAlreadyExistsException(String) - Constructor for exception oracle.sdp.messaging.userprefs.ObjectAlreadyExistsException
Construct an ObjectAlreadyExistsException object from a resource ID of UMS, which is in SDP-nnnnn format.
ObjectAlreadyExistsException(String, Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.ObjectAlreadyExistsException
 
ObjectAlreadyExistsException(Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.ObjectAlreadyExistsException
 
ObjectAlreadyExistsException(String, String, Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.ObjectAlreadyExistsException
 
ObjectAlreadyExistsException(String, String[], Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.ObjectAlreadyExistsException
 
ObjectFactory - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
This object contains factory methods for each Java content interface and Java element interface generated in the oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager package.
ObjectFactory - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
This object contains factory methods for each Java content interface and Java element interface generated in the oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager package.
ObjectFactory() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
ObjectFactory() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
ObjectFactory - Class in org.csapi.schema.parlayx.common.v2_1
This object contains factory methods for each Java content interface and Java element interface generated in the org.csapi.schema.parlayx.common.v2_1 package.
ObjectFactory() - Constructor for class org.csapi.schema.parlayx.common.v2_1.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.csapi.schema.parlayx.common.v2_1
ObjectFactory - Class in org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local
This object contains factory methods for each Java content interface and Java element interface generated in the org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local package.
ObjectFactory() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local
ObjectFactory - Class in org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local
This object contains factory methods for each Java content interface and Java element interface generated in the org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local package.
ObjectFactory() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local
ObjectFactory - Class in org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local
This object contains factory methods for each Java content interface and Java element interface generated in the org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local package.
ObjectFactory() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local
ObjectFactory - Class in org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local
This object contains factory methods for each Java content interface and Java element interface generated in the org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local package.
ObjectFactory() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local
ObjectFactory - Class in org.csapi.schema.parlayx.multimedia_messaging.v2_4
This object contains factory methods for each Java content interface and Java element interface generated in the org.csapi.schema.parlayx.multimedia_messaging.v2_4 package.
ObjectFactory() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.v2_4.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.csapi.schema.parlayx.multimedia_messaging.v2_4
ObjectNotFoundException - Exception in oracle.sdp.messaging.userprefs
This exception should be thrown when an object that should be present is not found.
ObjectNotFoundException(String) - Constructor for exception oracle.sdp.messaging.userprefs.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.ObjectNotFoundException
 
ObjectNotFoundException(String, String) - Constructor for exception oracle.sdp.messaging.userprefs.ObjectNotFoundException
 
ObjectNotFoundException(String, String, Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.ObjectNotFoundException
 
ObjectNotFoundException(Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.ObjectNotFoundException
 
onCommand(MessagingObject) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
onMessage(Message) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Message callback entry point.
onMessage(Message) - Method in interface oracle.sdp.messaging.driver.MessageListener
The on-message call-back.
onMessage(Message, Serializable) - Method in interface oracle.sdp.messaging.Listener
Callback method to process an incoming message.
onStatus(Status) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
onStatus(Status) - Method in interface oracle.sdp.messaging.driver.MessageListener
The on-status call-back.
onStatus(Status, Serializable) - Method in interface oracle.sdp.messaging.Listener
Callback method to process an incoming status.
onWorkingStateChanged(WorkingStateType) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
onWorkingStateChanged(WorkingStateType) - Method in interface oracle.sdp.messaging.driver.WorkingStateListener
Callback to indicate change in working state.
or(MessageFilter) - Method in interface oracle.sdp.messaging.filter.MessageFilter
Not supported at this time.
oracle.sdp.messaging - package oracle.sdp.messaging
 
oracle.sdp.messaging.driver - package oracle.sdp.messaging.driver
 
oracle.sdp.messaging.filter - package oracle.sdp.messaging.filter
 
oracle.sdp.messaging.userprefs - package oracle.sdp.messaging.userprefs
 
oracle.sdp.messaging.util - package oracle.sdp.messaging.util
 
oracle.sdp.parlayx - package oracle.sdp.parlayx
 
oracle.sdp.parlayx.multimedia_messaging - package oracle.sdp.parlayx.multimedia_messaging
 
oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager - package oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
 
oracle.sdp.parlayx.multimedia_messaging.notification - package oracle.sdp.parlayx.multimedia_messaging.notification
 
oracle.sdp.parlayx.multimedia_messaging.notification_manager - package oracle.sdp.parlayx.multimedia_messaging.notification_manager
 
oracle.sdp.parlayx.multimedia_messaging.receive - package oracle.sdp.parlayx.multimedia_messaging.receive
 
oracle.sdp.parlayx.multimedia_messaging.send - package oracle.sdp.parlayx.multimedia_messaging.send
 

P

ParlayXConstants - Class in oracle.sdp.parlayx
 
ParlayXConstants() - Constructor for class oracle.sdp.parlayx.ParlayXConstants
 
POLICIES - Static variable in class oracle.sdp.parlayx.ParlayXConstants
Set of Web Service Policies to attach to this endpoint.
POLICY_ATTACHMENT_MODE - Static variable in class oracle.sdp.parlayx.ParlayXConstants
Policy attachment mode.
PolicyException - Exception in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
 
PolicyException - Exception in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
 
PolicyException(String, PolicyException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.PolicyException
 
PolicyException(String, PolicyException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.PolicyException
 
PolicyException(String, PolicyException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.PolicyException
 
PolicyException(String, PolicyException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.PolicyException
 
PolicyException - Exception in oracle.sdp.parlayx.multimedia_messaging.notification_manager
 
PolicyException - Exception in oracle.sdp.parlayx.multimedia_messaging.notification_manager
 
PolicyException(String, PolicyException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.PolicyException
 
PolicyException(String, PolicyException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.PolicyException
 
PolicyException(String, PolicyException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.PolicyException
 
PolicyException(String, PolicyException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.PolicyException
 
PolicyException - Exception in oracle.sdp.parlayx.multimedia_messaging.receive
 
PolicyException - Exception in oracle.sdp.parlayx.multimedia_messaging.receive
 
PolicyException(String, PolicyException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.receive.PolicyException
 
PolicyException(String, PolicyException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.receive.PolicyException
 
PolicyException(String, PolicyException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.receive.PolicyException
 
PolicyException(String, PolicyException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.receive.PolicyException
 
PolicyException - Exception in oracle.sdp.parlayx.multimedia_messaging.send
 
PolicyException - Exception in oracle.sdp.parlayx.multimedia_messaging.send
 
PolicyException(String, PolicyException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.send.PolicyException
 
PolicyException(String, PolicyException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.send.PolicyException
 
PolicyException(String, PolicyException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.send.PolicyException
 
PolicyException(String, PolicyException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.send.PolicyException
 
PolicyException - Class in org.csapi.schema.parlayx.common.v2_1
Java class for PolicyException complex type.
PolicyException() - Constructor for class org.csapi.schema.parlayx.common.v2_1.PolicyException
 
processHttpServletRequest(HttpServletRequest, HttpServletResponse) - Method in interface oracle.sdp.messaging.driver.DriverConnection
This is a helper method defined for drivers that have HTTP based protocols, and use a servlet to process incoming HTTP requests.
processHttpServletRequest(HttpServletRequest, HttpServletResponse) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 

R

receive() - Method in interface oracle.sdp.messaging.MessagingClient
Synchronously receive messages.
receive(AccessPoint) - Method in interface oracle.sdp.messaging.MessagingClient
Perform a synchronous receive operation for a particular AccessPoint registered by this client.
RECEIVE_ACKNOWLEDGEMENT_MODE - Static variable in class oracle.sdp.messaging.MessagingConstants
 
ReceiveMessage - Interface in oracle.sdp.parlayx.multimedia_messaging.receive
 
ReceiveMessage - Interface in oracle.sdp.parlayx.multimedia_messaging.receive
 
ReceiveMessageClient - Class in oracle.sdp.parlayx.multimedia_messaging.receive
 
ReceiveMessageClient(Map<String, Object>) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageClient
Construct a client capable of invoking a Parlay X ReceiveMessage webservice.
ReceiveMessageManager - Interface in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
 
ReceiveMessageManager - Interface in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
 
ReceiveMessageManagerClient - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
 
ReceiveMessageManagerClient(Map<String, Object>) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManagerClient
Construct a client capable of invoking a Oracle Parlay X extension ReceiveMessageManager webservice.
ReceiveMessageManagerService - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
 
ReceiveMessageManagerService - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
 
ReceiveMessageManagerService() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManagerService
 
ReceiveMessageManagerService(URL, QName) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManagerService
 
ReceiveMessageManagerService() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManagerService
 
ReceiveMessageManagerService(URL, QName) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManagerService
 
ReceiveMessageService - Class in oracle.sdp.parlayx.multimedia_messaging.receive
 
ReceiveMessageService - Class in oracle.sdp.parlayx.multimedia_messaging.receive
 
ReceiveMessageService() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageService
 
ReceiveMessageService(URL, QName) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageService
 
ReceiveMessageService() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageService
 
ReceiveMessageService(URL, QName) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.receive.ReceiveMessageService
 
RECEIVING_QUEUES_INFO - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
registerAccessPoint(AccessPoint) - Method in interface oracle.sdp.messaging.MessagingClient
Register an access point for receiving messages.
registerAccessPoint(AccessPoint, Listener, Serializable) - Method in interface oracle.sdp.messaging.MessagingClient
Register an access point, specifying a MessageListener callback object.
registerAccessPoints(AccessPoint[]) - Method in interface oracle.sdp.messaging.MessagingClient
Register a set of access points.
registerDriverInfo() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Register this driver's information with an Messaging engine.
registerMessageFilter(MessageFilter) - Method in interface oracle.sdp.messaging.MessagingClient
Register a message filter.
registerMessageFilters(MessageFilter[]) - Method in interface oracle.sdp.messaging.MessagingClient
Register a set of message filters.
registerMessageListener(MessageListener) - Method in interface oracle.sdp.messaging.driver.DriverConnection
This provides the ability to a client of this connection to register a callback message listener for inbound messages.
reload(UserPrefsObject) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
 
remove(MessagingClient) - Static method in class oracle.sdp.messaging.MessagingClientFactory
Remove this Messaging Client instance.
removeAddress(DeviceAddress) - Method in interface oracle.sdp.messaging.userprefs.UserDevice
 
removeAllAddresses() - Method in interface oracle.sdp.messaging.userprefs.UserDevice
Empties the list of addresses
removeConnection(DriverConnection) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
Remove a client connection instance associated with this managed connection.
removeConnectionEventListener(ConnectionEventListener) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
removeRecipient(Address) - Method in interface oracle.sdp.messaging.Message
Remove a recipient from the message.
removeReplyTo(Address) - Method in interface oracle.sdp.messaging.Message
Remove a 'reply to' address from the message.
removeRuleSet(String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
Remove the rule set for the specified user.
removeSender(Address) - Method in interface oracle.sdp.messaging.Message
Remove a sender address from the message.
removeUserRuleSet(String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
 
replace(String, Message) - Method in interface oracle.sdp.messaging.driver.DriverConnection
Replace a message sent.
replace(String, Message) - Method in interface oracle.sdp.messaging.MessagingClient
Replace a message previously submitted to the gateway for sending with a new Message.
RuleSet - Interface in oracle.sdp.messaging.userprefs
This interface represents the RuleSet that is associated with each user.
RuleTermType - Class in oracle.sdp.messaging.userprefs
 
RuleTermType() - Constructor for class oracle.sdp.messaging.userprefs.RuleTermType
 
ruleTermTypeFactory(String) - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
 

S

save(UserPrefsObject) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsServices
 
SDPM_JNDI_INITIAL_FACTORY - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
SDPM_SECURITY_CREDENTIALS - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
SDPM_SECURITY_PRINCIPAL - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
SDPM_SERVER_JNDI_PROVIDER_URL - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
SECURITY_PRINCIPAL_ANY - Static variable in class oracle.sdp.messaging.MessagingConstants
 
send(Message) - Method in interface oracle.sdp.messaging.driver.DriverConnection
Send a message with this driver.
send(Message) - Method in interface oracle.sdp.messaging.MessagingClient
Send a message.
send(Message, Listener, Serializable) - Method in interface oracle.sdp.messaging.MessagingClient
Send a message, specifying a StatusListener callback object.
SendMessage - Interface in oracle.sdp.parlayx.multimedia_messaging.send
 
SendMessage - Interface in oracle.sdp.parlayx.multimedia_messaging.send
 
sendMessage(List<String>, String, String, MessagePriority, ChargingInformation, SimpleReference) - Method in interface oracle.sdp.parlayx.multimedia_messaging.send.SendMessage
 
sendMessage(List<String>, String, String, MessagePriority, ChargingInformation, SimpleReference) - Method in interface oracle.sdp.parlayx.multimedia_messaging.send.SendMessage
 
sendMessage(List<String>, String, String, MessagePriority, ChargingInformation, SimpleReference) - Method in class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageClient
 
SendMessage - Class in org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local
Java class for sendMessage complex type.
SendMessage() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage
 
SendMessageClient - Class in oracle.sdp.parlayx.multimedia_messaging.send
 
SendMessageClient(Map<String, Object>) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageClient
Construct a client capable of invoking a Parlay X SendMessage webservice.
SendMessageResponse - Class in org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local
Java class for sendMessageResponse complex type.
SendMessageResponse() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessageResponse
 
SendMessageService - Class in oracle.sdp.parlayx.multimedia_messaging.send
 
SendMessageService - Class in oracle.sdp.parlayx.multimedia_messaging.send
 
SendMessageService() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageService
 
SendMessageService(URL, QName) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageService
 
SendMessageService() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageService
 
SendMessageService(URL, QName) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageService
 
SERVICE_PROVIDER - Static variable in class oracle.sdp.parlayx.ParlayXConstants
JAX-WS Service provider to use.
ServiceError - Class in org.csapi.schema.parlayx.common.v2_1
Java class for ServiceError complex type.
ServiceError() - Constructor for class org.csapi.schema.parlayx.common.v2_1.ServiceError
 
ServiceException - Exception in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
 
ServiceException - Exception in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
 
ServiceException(String, ServiceException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ServiceException
 
ServiceException(String, ServiceException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ServiceException
 
ServiceException(String, ServiceException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ServiceException
 
ServiceException(String, ServiceException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ServiceException
 
ServiceException - Exception in oracle.sdp.parlayx.multimedia_messaging.notification_manager
 
ServiceException - Exception in oracle.sdp.parlayx.multimedia_messaging.notification_manager
 
ServiceException(String, ServiceException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.ServiceException
 
ServiceException(String, ServiceException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.ServiceException
 
ServiceException(String, ServiceException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.ServiceException
 
ServiceException(String, ServiceException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.ServiceException
 
ServiceException - Exception in oracle.sdp.parlayx.multimedia_messaging.receive
 
ServiceException - Exception in oracle.sdp.parlayx.multimedia_messaging.receive
 
ServiceException(String, ServiceException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.receive.ServiceException
 
ServiceException(String, ServiceException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.receive.ServiceException
 
ServiceException(String, ServiceException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.receive.ServiceException
 
ServiceException(String, ServiceException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.receive.ServiceException
 
ServiceException - Exception in oracle.sdp.parlayx.multimedia_messaging.send
 
ServiceException - Exception in oracle.sdp.parlayx.multimedia_messaging.send
 
ServiceException(String, ServiceException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.send.ServiceException
 
ServiceException(String, ServiceException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.send.ServiceException
 
ServiceException(String, ServiceException) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.send.ServiceException
 
ServiceException(String, ServiceException, Throwable) - Constructor for exception oracle.sdp.parlayx.multimedia_messaging.send.ServiceException
 
ServiceException - Class in org.csapi.schema.parlayx.common.v2_1
Java class for ServiceException complex type.
ServiceException() - Constructor for class org.csapi.schema.parlayx.common.v2_1.ServiceException
 
setAcceptedDate(Calendar) - Method in interface oracle.sdp.messaging.MessageInfo
Set the date and time when this message was accepted.
setActionOperation(ActionOperationType) - Method in interface oracle.sdp.messaging.userprefs.UserRule
Set the action operation type of the rule
setAddress(Address) - Method in interface oracle.sdp.messaging.driver.Status
Set the recipient address associated with this status.
setAddress(String) - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
setAddress(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.DeliveryInformation
Sets the value of the address property.
setAddressType(AddressType) - Method in interface oracle.sdp.messaging.Address
Set the address type.
setAmount(BigDecimal) - Method in class org.csapi.schema.parlayx.common.v2_1.ChargingInformation
Sets the value of the amount property.
setApplicationInstanceName(String) - Method in class oracle.sdp.messaging.ApplicationInfo
 
setApplicationInstanceName(String) - Method in interface oracle.sdp.messaging.MessageInfo
Set the application instance name.
setApplicationName(String) - Method in class oracle.sdp.messaging.ApplicationInfo
 
setApplicationName(String) - Method in interface oracle.sdp.messaging.MessageInfo
Set the application name.
setAttachment(DataHandler, MimeHeaders) - Method in class oracle.sdp.parlayx.multimedia_messaging.send.SendMessageClient
 
setBodyText(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageURI
Sets the value of the bodyText property.
setCapability(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
The driver capability.
setCarrier(String) - Method in interface oracle.sdp.messaging.Address
Set the (optional) address carrier.
setCarrier(String) - Method in interface oracle.sdp.messaging.MessageInfo
Set the carrier name for the desired driver that can deliver this message.
setCarrier(String) - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
setCharging(ChargingInformation) - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage
Sets the value of the charging property.
setChunkCount(int) - Method in interface oracle.sdp.messaging.driver.Status
Set the total chunks the message is split into.
setChunkIds(String[]) - Method in interface oracle.sdp.messaging.driver.Status
Set the ids for all chunks.
setChunkSize(int) - Method in interface oracle.sdp.messaging.MessageInfo
Set the message chunk size of the sending request.
setChunkStatuses(Status[]) - Method in interface oracle.sdp.messaging.driver.Status
Set the sending statuses for all chunks.
setCode(String) - Method in class org.csapi.schema.parlayx.common.v2_1.ChargingInformation
Sets the value of the code property.
setContent(String) - Method in interface oracle.sdp.messaging.driver.Status
Set the status content.
setContent(Object, String) - Method in interface oracle.sdp.messaging.Message
A convenience method for setting this message's content and Content-Type.
setCorrelationId(String) - Method in interface oracle.sdp.messaging.MessageInfo
Set the message correlation id.
setCorrelator(String) - Method in class org.csapi.schema.parlayx.common.v2_1.SimpleReference
Sets the value of the correlator property.
setCorrelator(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageDeliveryReceipt
Sets the value of the correlator property.
setCorrelator(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageReception
Sets the value of the correlator property.
setCorrelator(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StopMessageNotification
Sets the value of the correlator property.
setCost(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Set the cost level.
setCostLevel(int) - Method in interface oracle.sdp.messaging.MessageInfo
Set the desired sending cost level of the message.
setCriteria(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
Sets the value of the criteria property.
setCriteria(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
Sets the value of the criteria property.
setCriteria(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StartMessageNotification
Sets the value of the criteria property.
setCurrency(String) - Method in class org.csapi.schema.parlayx.common.v2_1.ChargingInformation
Sets the value of the currency property.
setDate(Calendar) - Method in interface oracle.sdp.messaging.driver.Status
Set the date and time this status was generated.
setDateTime(XMLGregorianCalendar) - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Sets the value of the dateTime property.
setDefault(boolean) - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
setDefaultSenderAddress(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
The default sender address.
setDelay(int) - Method in interface oracle.sdp.messaging.MessageInfo
Set the delay to send the message.
setDeliveryStatus(DeliveryInformation) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageDeliveryReceipt
Sets the value of the deliveryStatus property.
setDeliveryStatus(DeliveryStatus) - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.DeliveryInformation
Sets the value of the deliveryStatus property.
setDeliveryType(DeliveryType) - Method in interface oracle.sdp.messaging.Address
Set the delivery type of this address.
setDeliveryType(DeliveryType) - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
setDescription(String) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsObject
 
setDescription(String) - Method in class org.csapi.schema.parlayx.common.v2_1.ChargingInformation
Sets the value of the description property.
setDriver(String) - Method in interface oracle.sdp.messaging.driver.Status
Set the name of the reporting driver.
setDriver(String) - Method in interface oracle.sdp.messaging.MessageInfo
For a sending message, set the desired name of the driver that should deliver the message.
setDriverContext(DriverContext) - Method in interface oracle.sdp.messaging.driver.DriverManagedConnection
Set the DriverContext instance associated with this managed connection.
setDriverContext(DriverContext) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
setEncoding(String) - Method in interface oracle.sdp.messaging.Address
Set the (optional) charset encoding for the device of this address.
setEncoding(String) - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
setEndpoint(String) - Method in class org.csapi.schema.parlayx.common.v2_1.SimpleReference
Sets the value of the endpoint property.
setExpiration(int) - Method in interface oracle.sdp.messaging.MessageInfo
Set the expiration of the message.
setFailoverAddress(Address) - Method in interface oracle.sdp.messaging.Address
Set failover address.
setFaultInfo(PolicyException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.PolicyException
 
setFaultInfo(PolicyException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.PolicyException
 
setFaultInfo(ServiceException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ServiceException
 
setFaultInfo(ServiceException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ServiceException
 
setFaultInfo(PolicyException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.PolicyException
 
setFaultInfo(PolicyException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.PolicyException
 
setFaultInfo(ServiceException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.ServiceException
 
setFaultInfo(ServiceException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.notification_manager.ServiceException
 
setFaultInfo(PolicyException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.receive.PolicyException
 
setFaultInfo(PolicyException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.receive.PolicyException
 
setFaultInfo(ServiceException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.receive.ServiceException
 
setFaultInfo(ServiceException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.receive.ServiceException
 
setFaultInfo(PolicyException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.send.PolicyException
 
setFaultInfo(PolicyException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.send.PolicyException
 
setFaultInfo(ServiceException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.send.ServiceException
 
setFaultInfo(ServiceException) - Method in exception oracle.sdp.parlayx.multimedia_messaging.send.ServiceException
 
setFilterOperation(FilterOperationType) - Method in interface oracle.sdp.messaging.userprefs.UserRule
Set the filter operation of the rule to either ALL_CONDITIONS or ANY_CONDITION
setFilterTerm(String) - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Set the business term that is to be used by the condition
setFilterXml(String) - Method in interface oracle.sdp.messaging.userprefs.RuleSet
Set the filter (RuleSet) in XML form.
setFromAddress(String) - Method in class oracle.sdp.messaging.driver.DriverConnectionRequestInfo
 
setFromTime(Calendar) - Method in interface oracle.sdp.messaging.MessageQuery
Set the start date and time for this query.
setGatewayMessageId(String) - Method in interface oracle.sdp.messaging.driver.Status
Set the message id assigned by the gateway/driver.
setGatewayMessageId(String) - Method in interface oracle.sdp.messaging.MessageInfo
Set the gateway (or driver) assigned id for this message.
setHighestStatusLevel(StatusType) - Method in interface oracle.sdp.messaging.MessageInfo
Set the highest status level requested for this message.
setId(String) - Method in interface oracle.sdp.messaging.Message
Set the message identifier of this message.
setInstanceName(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
The driver instance name.
setInterfaceName(String) - Method in class org.csapi.schema.parlayx.common.v2_1.SimpleReference
Sets the value of the interfaceName property.
setJNDIInitialFactory(String) - Method in class oracle.sdp.messaging.ApplicationInfo
The Messaging Client library uses the JNDI InitialFactory to connect to the JNDI naming context of the Messaging Server on behalf of the application.
setLogWriter(PrintWriter) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionBase
 
setLogWriter(PrintWriter) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionFactoryBase
 
setMaxChunks(int) - Method in interface oracle.sdp.messaging.MessageInfo
Set the maximum message chunks of the sending request.
setMaxConnections(int) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionMetaData
 
setMessage(MessageReference) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification.v2_4.local.NotifyMessageReception
Sets the value of the message property.
setMessage(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Sets the value of the message property.
setMessageId(String) - Method in interface oracle.sdp.messaging.driver.Status
Set the message id of the corresponding message for which this status report is for.
setMessageId(String) - Method in class org.csapi.schema.parlayx.common.v2_1.PolicyException
Sets the value of the messageId property.
setMessageId(String) - Method in class org.csapi.schema.parlayx.common.v2_1.ServiceError
Sets the value of the messageId property.
setMessageId(String) - Method in class org.csapi.schema.parlayx.common.v2_1.ServiceException
Sets the value of the messageId property.
setMessageIdentifier(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Sets the value of the messageIdentifier property.
setMessageInfo(MessageInfo) - Method in interface oracle.sdp.messaging.Message
Set a MessageInfo object which specifies various delivery-related properties that may be used by SDP Messaging.
setMessageListener(Listener) - Method in interface oracle.sdp.messaging.MessagingClient
Set a default message listener.
setMessageListenerSessionBeanHomeClassName(String) - Method in class oracle.sdp.messaging.ApplicationInfo
 
setMessageListenerSessionBeanJNDIName(String) - Method in class oracle.sdp.messaging.ApplicationInfo
 
setMessageRefIdentifier(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetMessage
Sets the value of the messageRefIdentifier property.
setMessageRefIdentifier(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetMessageURIs
Sets the value of the messageRefIdentifier property.
setMessageServiceActivationNumber(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
Sets the value of the messageServiceActivationNumber property.
setMessageServiceActivationNumber(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
Sets the value of the messageServiceActivationNumber property.
setMessageServiceActivationNumber(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StartMessageNotification
Sets the value of the messageServiceActivationNumber property.
setMessageServiceActivationNumber(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Sets the value of the messageServiceActivationNumber property.
setMetaData(String, String, String) - Method in interface oracle.sdp.messaging.MessagingObject
Set meta data value by name.
setMetric(TimeMetrics) - Method in class org.csapi.schema.parlayx.common.v2_1.TimeMetric
Sets the value of the metric property.
setMultiplePayload(boolean) - Method in interface oracle.sdp.messaging.Message
An SDP Messaging-specific header flag to mark a message containing delivery-type (channel) specific content (payload) as one or more parts of a multipart/alternative MIME message.
setName(String) - Method in interface oracle.sdp.messaging.Address
Set the (optional) name of the address owner.
setName(String) - Method in interface oracle.sdp.messaging.userprefs.UserDevice
 
setName(String) - Method in class oracle.sdp.messaging.util.ByteArrayDataSource
 
setName(String) - Method in class oracle.sdp.messaging.util.StringDataSource
 
setName(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.ByteArrayDataSource
 
setName(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.StringDataSource
 
setOperandOne(Object) - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Set the first operand of the condition
setOperandTwo(Object) - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Set the second operand of the condition
setPriority(MessagePriorityType) - Method in interface oracle.sdp.messaging.MessageInfo
Set the priority of the message.
setPriority(MessagePriority) - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetReceivedMessages
Sets the value of the priority property.
setPriority(MessagePriority) - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage
Sets the value of the priority property.
setPriority(MessagePriority) - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Sets the value of the priority property.
setProtocol(String) - Method in interface oracle.sdp.messaging.MessageInfo
Set the protocol name for the desired driver that can deliver this message.
setReceiptRequest(SimpleReference) - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage
Sets the value of the receiptRequest property.
setReceivingQueues(ArrayList<QueueInfo>) - Method in class oracle.sdp.messaging.ApplicationInfo
This setter is for Messaging-internal use.
setReceivingQueuesInfo(String) - Method in class oracle.sdp.messaging.ApplicationInfo
Set the receiving queues information.
setRecipient(Address) - Method in interface oracle.sdp.messaging.MessageQuery
Set the address of the recipient.
setReference(SimpleReference) - Method in class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StartMessageNotification
Sets the value of the reference property.
setRegistrationIdentifier(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
Sets the value of the registrationIdentifier property.
setRegistrationIdentifier(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
Sets the value of the registrationIdentifier property.
setRegistrationIdentifier(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StopReceiveMessage
Sets the value of the registrationIdentifier property.
setRegistrationIdentifier(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StopReceiveMessage
Sets the value of the registrationIdentifier property.
setRegistrationIdentifier(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetReceivedMessages
Sets the value of the registrationIdentifier property.
setReliability(MessageReliabilityType) - Method in interface oracle.sdp.messaging.MessageInfo
Set the desired reliability type of the message.
setRequestIdentifier(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.GetMessageDeliveryStatus
Sets the value of the requestIdentifier property.
setResourceAdapter(ResourceAdapter) - Method in class oracle.sdp.messaging.driver.DriverActivationSpec
 
setResourceAdapter(ResourceAdapter) - Method in class oracle.sdp.messaging.driver.DriverManagedConnectionFactoryBase
 
setResult(MessageURI) - Method in class org.csapi.schema.parlayx.multimedia_messaging.receive.v2_4.local.GetMessageURIsResponse
Sets the value of the result property.
setResult(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessageResponse
Sets the value of the result property.
setRL(String) - Method in interface oracle.sdp.messaging.userprefs.RuleSet
Set the RuleSet in RL (Rule Language) form.
setRuleDescription(String) - Method in interface oracle.sdp.messaging.userprefs.UserRule
Set the description of the rule
setRuleName(String) - Method in interface oracle.sdp.messaging.userprefs.UserRule
Set the name of the rule
setRuleSession(byte[]) - Method in interface oracle.sdp.messaging.userprefs.RuleSet
Set the RuleSession (in serialized form) This method is called only if the "optimizeRuleSession" flag is set.
setSecurityCredentials(String) - Method in class oracle.sdp.messaging.ApplicationInfo
The Messaging Client library uses the Messaging Security Crendentials to access the JNDI naming context of the Messaging Server, as well as for the required security context to access the Messaging APIs on behalf of the application.
setSecurityPrincipal(String) - Method in class oracle.sdp.messaging.ApplicationInfo
The Messaging Client library uses the Messaging Security Principal to access the JNDI naming context of the Messaging Server, as well as for the required security context to access the Messaging APIs on behalf of the application.
setSender(Address) - Method in interface oracle.sdp.messaging.MessageQuery
Set the address of the sender.
setSenderAddress(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage
Sets the value of the senderAddress property.
setSenderAddress(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Sets the value of the senderAddress property.
setSenderAddresses(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
The list of sender addresses that the driver supports.
setSendingQueuesInfo(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
The information of the queues that this driver's DriverDispatcherBean MDB instances are listening to for sending messages.
setServerJNDIProviderURL(String) - Method in class oracle.sdp.messaging.ApplicationInfo
The Messaging Client library uses the Messaging Server JNDI Provider URL to access the JNDI naming context of the Messaging Server on behalf of the application.
setSession(MessageSessionType) - Method in interface oracle.sdp.messaging.MessageInfo
Sets the desired session type.
setSpeed(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Set the speed level.
setSpeedLevel(int) - Method in interface oracle.sdp.messaging.MessageInfo
Set the desired sending speed level of the message.
setStatusListener(Listener) - Method in interface oracle.sdp.messaging.MessagingClient
Set a default status listener.
setStatusListenerSessionBeanHomeClassName(String) - Method in class oracle.sdp.messaging.ApplicationInfo
 
setStatusListenerSessionBeanJNDIName(String) - Method in class oracle.sdp.messaging.ApplicationInfo
 
setSubject(String) - Method in interface oracle.sdp.messaging.Message
Sets the subject of the message.
setSubject(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.send.v2_4.local.SendMessage
Sets the value of the subject property.
setSubject(String) - Method in class org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessageReference
Sets the value of the subject property.
setSuccessStatusType(StatusType) - Method in interface oracle.sdp.messaging.Address
Set the desired success status type for this address.
setSupportedCarriers(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Set the supported carriers.
setSupportedContentTypes(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
The supported content types.
setSupportedDeliveryTypes(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
The supported delivery types.
setSupportedProtocols(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Set the supported protocols.
setSupportedStatusTypes(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
The types of status supported by the driver.
setSupportsCancel(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Indicates whether the driver supports the message cancel operation.
setSupportsReplace(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Indicates whether the driver supports the message replace operation.
setSupportsStatusPolling(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
For certain protocols, an active polling of the remote gateway must be performed to check the status of a message previously sent.
setSupportsTracking(String) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
Indicates whether the driver supports status tracking.
setTermOperation(TermOperationType) - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Sets the operation of the condition
setText(String) - Method in class org.csapi.schema.parlayx.common.v2_1.PolicyException
Sets the value of the text property.
setText(String) - Method in class org.csapi.schema.parlayx.common.v2_1.ServiceError
Sets the value of the text property.
setText(String) - Method in class org.csapi.schema.parlayx.common.v2_1.ServiceException
Sets the value of the text property.
setTimeout(int) - Method in interface oracle.sdp.messaging.Address
Set the delivery timeout in seconds.
setToTime(Calendar) - Method in interface oracle.sdp.messaging.MessageQuery
Set the end date and time for this query.
setTracking(MessageTrackingType) - Method in interface oracle.sdp.messaging.MessageInfo
Set the desired tracking type in sending the message.
setType(StatusType) - Method in interface oracle.sdp.messaging.driver.Status
Set the status type.
For a list of supported types see StatusType.
setUnits(int) - Method in class org.csapi.schema.parlayx.common.v2_1.TimeMetric
Sets the value of the units property.
setValid(boolean) - Method in interface oracle.sdp.messaging.userprefs.UserPrefsObject
 
setValue(String) - Method in interface oracle.sdp.messaging.Address
Set the address value.
SimpleReference - Class in org.csapi.schema.parlayx.common.v2_1
Java class for SimpleReference complex type.
SimpleReference() - Constructor for class org.csapi.schema.parlayx.common.v2_1.SimpleReference
 
sizeDeviceID() - Method in interface oracle.sdp.messaging.userprefs.UserRule
Query the number of devices in the rule
sizeFilterCondition() - Method in interface oracle.sdp.messaging.userprefs.UserRule
Query the number of filter conditions
sizeUserRule() - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
 
start(BootstrapContext) - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
startDriver(DriverContext) - Method in interface oracle.sdp.messaging.driver.DriverResourceAdapter
The DriverResourceAdapterBase calls this method to start the driver RA.
startMessageNotification(SimpleReference, String, String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManager
 
startMessageNotification(SimpleReference, String, String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManager
 
startMessageNotification(SimpleReference, String, String) - Method in class oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerClient
 
StartMessageNotification - Class in org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local
Java class for startMessageNotification complex type.
StartMessageNotification() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StartMessageNotification
 
StartMessageNotificationResponse - Class in org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local
Java class for startMessageNotificationResponse complex type.
StartMessageNotificationResponse() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StartMessageNotificationResponse
 
startReceiveMessage(String, String, String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManager
 
startReceiveMessage(String, String, String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManager
 
startReceiveMessage(String, String, String) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManagerClient
 
StartReceiveMessage - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
Java class for startReceiveMessage complex type.
StartReceiveMessage - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
Java class for startReceiveMessage complex type.
StartReceiveMessage() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
 
StartReceiveMessage() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessage
 
StartReceiveMessageResponse - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
Java class for startReceiveMessageResponse complex type.
StartReceiveMessageResponse - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
Java class for startReceiveMessageResponse complex type.
StartReceiveMessageResponse() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessageResponse
 
StartReceiveMessageResponse() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StartReceiveMessageResponse
 
Status - Interface in oracle.sdp.messaging.driver
Status allows a driver to report the delivery status of a sent message.
Status - Interface in oracle.sdp.messaging
Status reports the delivery status of a sent message.
STATUS_LISTENER_SESSION_BEAN_HOME_CLASS_NAME - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
STATUS_LISTENER_SESSION_BEAN_JNDI_NAME - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
STATUS_LISTENER_THREADS - Static variable in class oracle.sdp.messaging.MessagingConstants
 
StatusFactory - Class in oracle.sdp.messaging.driver
Status Factory available to drivers to create Status objects.
StatusFactory() - Constructor for class oracle.sdp.messaging.driver.StatusFactory
 
StatusType - Enum in oracle.sdp.messaging
StatusType enumerates all available status types in the SDP Messaging.
stop() - Method in class oracle.sdp.messaging.driver.DriverResourceAdapterBase
 
stopDriver() - Method in interface oracle.sdp.messaging.driver.DriverResourceAdapter
The DriverResourceAdapterBase calls this method to allow the driver RA to perform any clean up before stopping.
stopMessageNotification(String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManager
 
stopMessageNotification(String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManager
 
stopMessageNotification(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.notification_manager.MessageNotificationManagerClient
 
StopMessageNotification - Class in org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local
Java class for stopMessageNotification complex type.
StopMessageNotification() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StopMessageNotification
 
StopMessageNotificationResponse - Class in org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local
Java class for stopMessageNotificationResponse complex type.
StopMessageNotificationResponse() - Constructor for class org.csapi.schema.parlayx.multimedia_messaging.notification_manager.v2_5.local.StopMessageNotificationResponse
 
stopReceiveMessage(String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManager
 
stopReceiveMessage(String) - Method in interface oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManager
 
stopReceiveMessage(String) - Method in class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.ReceiveMessageManagerClient
 
StopReceiveMessage - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
Java class for stopReceiveMessage complex type.
StopReceiveMessage - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
Java class for stopReceiveMessage complex type.
StopReceiveMessage() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StopReceiveMessage
 
StopReceiveMessage() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StopReceiveMessage
 
StopReceiveMessageResponse - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
Java class for stopReceiveMessageResponse complex type.
StopReceiveMessageResponse - Class in oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager
Java class for stopReceiveMessageResponse complex type.
StopReceiveMessageResponse() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StopReceiveMessageResponse
 
StopReceiveMessageResponse() - Constructor for class oracle.sdp.parlayx.multimedia_messaging.extension.receive_manager.StopReceiveMessageResponse
 
StringDataSource - Class in oracle.sdp.messaging.util
 
StringDataSource(String, String) - Constructor for class oracle.sdp.messaging.util.StringDataSource
Create a StringDataSource with the provided String content and contentType.
StringDataSource(byte[], String) - Constructor for class oracle.sdp.messaging.util.StringDataSource
Create a StringDataSource using the provided byte array.
StringDataSource(InputStream, String) - Constructor for class oracle.sdp.messaging.util.StringDataSource
Create a StringDataSource using the provided InputStream.
StringDataSource - Class in oracle.sdp.parlayx.multimedia_messaging
 
StringDataSource(String, String) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.StringDataSource
Create a StringDataSource with the provided String content and contentType.
StringDataSource(byte[], String) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.StringDataSource
Create a StringDataSource using the provided byte array.
StringDataSource(InputStream, String) - Constructor for class oracle.sdp.parlayx.multimedia_messaging.StringDataSource
Create a StringDataSource using the provided InputStream.

T

TermOperationType - Enum in oracle.sdp.messaging.userprefs
Enumeration describing the available operations for conditions in UserRule For each operation, the required number of operands are also specified.
TEXT_PLAIN_TYPE - Static variable in class oracle.sdp.messaging.util.ContentUtil
 
TimeMetric - Class in org.csapi.schema.parlayx.common.v2_1
Java class for TimeMetric complex type.
TimeMetric() - Constructor for class org.csapi.schema.parlayx.common.v2_1.TimeMetric
 
TimeMetrics - Enum in org.csapi.schema.parlayx.common.v2_1
Java class for TimeMetrics.
toExternalFormat() - Method in interface oracle.sdp.messaging.Address
Get a string representation of this address, ie.
toExternalFormat() - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
toString() - Method in class oracle.sdp.messaging.ApplicationInfo
 
toXML(Document) - Method in interface oracle.sdp.messaging.userprefs.DeviceAddress
 
toXML(Document) - Method in interface oracle.sdp.messaging.userprefs.RuleSet
This method is used by the provisioning classes
toXML(Document) - Method in interface oracle.sdp.messaging.userprefs.UserDevice
 

U

unregisterAccessPoint(AccessPoint) - Method in interface oracle.sdp.messaging.MessagingClient
Unregister an access point.
unregisterAccessPoints(AccessPoint[]) - Method in interface oracle.sdp.messaging.MessagingClient
Unregister a set of access points.
unregisterMessageFilter(MessageFilter) - Method in interface oracle.sdp.messaging.MessagingClient
Remove a message filter from the current filter chain.
unregisterMessageFilters(MessageFilter[]) - Method in interface oracle.sdp.messaging.MessagingClient
Remove a set of message filters from the current filter chain.
unregisterMessageListener() - Method in interface oracle.sdp.messaging.driver.DriverConnection
This removes a previously registered message listener from this connection.
UserDevice - Interface in oracle.sdp.messaging.userprefs
This class represents the logical user device.
UserPrefsException - Exception in oracle.sdp.messaging.userprefs
Generic exception that wraps specific system level or implementation exceptions.
UserPrefsException(String) - Constructor for exception oracle.sdp.messaging.userprefs.UserPrefsException
Construct a UserPrefsException object from a resource ID of UMS, which is in SDP-nnnnn format.
UserPrefsException(Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.UserPrefsException
Construct a UserPrefsException object from a Throwable object.
UserPrefsException(String, Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.UserPrefsException
Construct a UserPrefsException object from a Throwable object and a resource ID of UMS.
UserPrefsException(String, String) - Constructor for exception oracle.sdp.messaging.userprefs.UserPrefsException
Construct a UserPrefsException object from a resource ID of UMS and an argument string.
UserPrefsException(String, String, Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.UserPrefsException
Construct a UserPrefsException object from a resource ID of UMS, an argument string and a Throwable object..
UserPrefsException(String, String[], Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.UserPrefsException
Construct a UserPrefsException object from a resource ID of UMS, an array of argument strings and a Throwable object.
UserPrefsException(String, String[]) - Constructor for exception oracle.sdp.messaging.userprefs.UserPrefsException
Construct a UserPrefsException object from a resource ID of UMS, and an array of argument strings.
UserPrefsManager - Class in oracle.sdp.messaging.userprefs
This is the main entry point class that is used to create the reference to the appropriate factory.
UserPrefsObject - Interface in oracle.sdp.messaging.userprefs
This is the base class for ruleSet, DeviceAddress, and UserDevice.
UserPrefsObject.PrefsObjectType - Enum in oracle.sdp.messaging.userprefs
 
UserPrefsServices - Interface in oracle.sdp.messaging.userprefs
This is the root interface for creating, deleting, and finding the user extension objects such as devices, addresses, rulesets, etc.
UserPrefsStorageException - Exception in oracle.sdp.messaging.userprefs
 
UserPrefsStorageException(String) - Constructor for exception oracle.sdp.messaging.userprefs.UserPrefsStorageException
 
UserPrefsStorageException(String, Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.UserPrefsStorageException
 
UserPrefsStorageException(Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.UserPrefsStorageException
 
UserPrefsXMLConstants - Class in oracle.sdp.messaging.userprefs
 
UserRule - Interface in oracle.sdp.messaging.userprefs
This Interface represents each of the user defined rules
UserRuleSet - Interface in oracle.sdp.messaging.userprefs
This Interface represent all the User Defined Rules for a given guid
UserRuleSetValidationException - Exception in oracle.sdp.messaging.userprefs
Exception thrown when an invalid state is found in the User Defined Rules.
UserRuleSetValidationException(String) - Constructor for exception oracle.sdp.messaging.userprefs.UserRuleSetValidationException
 
UserRuleSetValidationException(Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.UserRuleSetValidationException
 
UserRuleSetValidationException(String, Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.UserRuleSetValidationException
 
UserRuleSetValidationException(String, String) - Constructor for exception oracle.sdp.messaging.userprefs.UserRuleSetValidationException
 
UserRuleSetValidationException(String, String, Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.UserRuleSetValidationException
 
UserRuleSetValidationException(String, String[], Throwable) - Constructor for exception oracle.sdp.messaging.userprefs.UserRuleSetValidationException
 
UserRuleSetValidationException(String, String[]) - Constructor for exception oracle.sdp.messaging.userprefs.UserRuleSetValidationException
 

V

validate() - Method in class oracle.sdp.messaging.driver.DriverActivationSpec
 
validate() - Method in interface oracle.sdp.messaging.userprefs.FilterCondition
Check that the Object is valid
validate() - Method in interface oracle.sdp.messaging.userprefs.UserRule
 
validate() - Method in interface oracle.sdp.messaging.userprefs.UserRuleSet
Check that the Object is valid
value() - Method in enum org.csapi.schema.parlayx.common.v2_1.TimeMetrics
 
value() - Method in enum org.csapi.schema.parlayx.multimedia_messaging.v2_4.DeliveryStatus
 
value() - Method in enum org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessagePriority
 
valueOf(String) - Static method in enum oracle.sdp.messaging.AccessPoint.AccessPointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.AddressType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.DeliveryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.driver.CancelResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.driver.CapabilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.driver.DriverConfigPropertyNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.driver.DriverExceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.driver.WorkingStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.filter.MessageFilter.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.filter.MessageFilter.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.MessagePriorityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.MessageReliabilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.MessageSessionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.MessageTrackingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.StatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.userprefs.ActionOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.userprefs.FilterOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.userprefs.TermOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.sdp.messaging.userprefs.UserPrefsObject.PrefsObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.csapi.schema.parlayx.common.v2_1.TimeMetrics
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.csapi.schema.parlayx.multimedia_messaging.v2_4.DeliveryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessagePriority
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.sdp.messaging.AccessPoint.AccessPointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.AddressType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.DeliveryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.driver.CancelResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.driver.CapabilityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.driver.DriverConfigPropertyNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.driver.DriverExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.driver.WorkingStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.filter.MessageFilter.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.filter.MessageFilter.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.MessagePriorityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.MessageReliabilityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.MessageSessionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.MessageTrackingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.StatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.userprefs.ActionOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.userprefs.FilterOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.userprefs.TermOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.sdp.messaging.userprefs.UserPrefsObject.PrefsObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.csapi.schema.parlayx.common.v2_1.TimeMetrics
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.csapi.schema.parlayx.multimedia_messaging.v2_4.DeliveryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.csapi.schema.parlayx.multimedia_messaging.v2_4.MessagePriority
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class oracle.sdp.messaging.ApplicationInfo
 
VERSION_NUMBER - Static variable in interface oracle.sdp.messaging.MessagingClient
The Messaging Client API version number.

W

WorkingStateListener - Interface in oracle.sdp.messaging.driver
Driver Working State listener.
WorkingStateType - Enum in oracle.sdp.messaging.driver
 
writeTo(OutputStream) - Method in class oracle.sdp.messaging.util.ByteArrayDataSource
 
writeTo(OutputStream) - Method in class oracle.sdp.parlayx.multimedia_messaging.ByteArrayDataSource
 

A B C D E F G H I L M N O P R S T U V W
Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

Copyright © 2010 Oracle and/or its affiliates. All rights reserved.