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

A

addChild(Message) - Method in class org.sape.smfw.message.CompositeMessage
 
addChild(Message) - Method in class org.sape.smfw.message.Message
Adds the supplied message as a child of this message.
addProperty(String, Object) - Method in class org.sape.smfw.messagingengine.MessageContext
Adds a property to the context.
addUserHeader(User) - Method in class org.sape.smfw.soapengine.MessageClient
Adds a user header to each outgoing message we generate.

B

BUF_LEN - Static variable in class org.sape.carboncontrib.security.User
 
BUF_LEN - Static variable in class org.sape.carboncontrib.utils.ClassUtils
 
BUF_LEN - Static variable in class org.sape.carboncontrib.utils.DateTimeUtils
Buffer length for string buffer manipulation
BUF_LEN - Static variable in class org.sape.carboncontrib.utils.StringUtils
 
BUF_LEN - Static variable in class org.sape.sqlutils.ResultSetHelper
 
BooleanDeserializer - class org.sape.smfw.xmlutils.BooleanDeserializer.
A deserializer for XML Schema "boolean" datatype.
BooleanDeserializer() - Constructor for class org.sape.smfw.xmlutils.BooleanDeserializer
 
BooleanSerializer - class org.sape.smfw.xmlutils.BooleanSerializer.
A serializer for XML Schema "boolean" datatype.
BooleanSerializer() - Constructor for class org.sape.smfw.xmlutils.BooleanSerializer
 
bind(PreparedStatement, int, boolean) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Binds a boolean to a PreparedStatement.
bind(PreparedStatement, int, Boolean) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Binds a Boolean to a PreparedStatement.
bind(PreparedStatement, int, int) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Binds a int to a PreparedStatement.
bind(PreparedStatement, int, Integer) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Binds an Integer to a PreparedStatement.
bind(PreparedStatement, int, long) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Binds a long to a PreparedStatement.
bind(PreparedStatement, int, Long) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Binds a Long to a PreparedStatement.
bind(PreparedStatement, int, double) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Binds a double to a PreparedStatement.
bind(PreparedStatement, int, Double) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Binds a Double to a PreparedStatement.
bind(PreparedStatement, int, BigDecimal) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Binds a BigDecimal to a PreparedStatement.
bind(PreparedStatement, int, String) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Binds a String to a PreparedStatement.
bindDate(PreparedStatement, int, Date) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Converts a java.util.Date to a java.sql.Date and binds it to a PreparedStatement.
bindDate(PreparedStatement, int, Date, Calendar) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Converts a java.util.Date to a java.sql.Date and binds it to a PreparedStatement.
bindTimestamp(PreparedStatement, int, Date) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Converts a java.util.Date to a java.sql.Timestamp and binds it to a PreparedStatement.
bindTimestamp(PreparedStatement, int, Date, Calendar) - Static method in class org.sape.sqlutils.PreparedStatementHelper
Converts a java.util.Date to a java.sql.Timestamp and binds it to a PreparedStatement.

C

ClassUtils - class org.sape.carboncontrib.utils.ClassUtils.
Class and ClassLoader utilities.
ClassUtils() - Constructor for class org.sape.carboncontrib.utils.ClassUtils
 
CompareHelper - class org.sape.carboncontrib.utils.CompareHelper.
Helper class for comparing objects.
CompareHelper() - Constructor for class org.sape.carboncontrib.utils.CompareHelper
 
CompositeMessage - class org.sape.smfw.message.CompositeMessage.
A message consisting of child messages.
CompositeMessage() - Constructor for class org.sape.smfw.message.CompositeMessage
Constructor for CompositeMessage.
CompositeMessageHandler - class org.sape.smfw.messagingengine.CompositeMessageHandler.
MessageHandler for a CompositeMessage.
CompositeMessageHandler() - Constructor for class org.sape.smfw.messagingengine.CompositeMessageHandler
 
Constants - class org.sape.smfw.soapengine.Constants.
Package constants.
Constants() - Constructor for class org.sape.smfw.soapengine.Constants
 
calendar - Static variable in class org.sape.smfw.xmlutils.DateDeserializer
 
calendar - Static variable in class org.sape.smfw.xmlutils.DateSerializer
 
call - Variable in class org.sape.smfw.soapengine.MessageClient
The call object used to send the SOAP request to the server
classLoader - Variable in class org.sape.smfw.messagingengine.MessageHandlerFactory
ClassLoader to use for creating message handlers
compare(Comparable, Comparable) - Static method in class org.sape.carboncontrib.utils.CompareHelper
Compares the supplied objects.
convertToString(Collection) - Static method in class org.sape.carboncontrib.utils.StringUtils
Returns a string representation of a collection of objects.
convertToString(Collection, String) - Static method in class org.sape.carboncontrib.utils.StringUtils
Returns a string representation of a collection of objects.
createMessageHandler(Message) - Method in class org.sape.smfw.messagingengine.MessageContext
Convenience method to create a MessageHandler for the supplied message.
createMessageHandler(Message) - Method in class org.sape.smfw.messagingengine.MessageHandlerFactory
Creates a MessageHandler for the supplied message
credentials - Variable in class org.sape.carboncontrib.security.User
Credentials of the user for authenticating to a service.
ctx - Variable in class org.sape.ejbutils.adapters.EntityBeanAdapter
The EntityContext for this instance of the EntityBean
ctx - Variable in class org.sape.ejbutils.adapters.SessionBeanAdapter
The SessionContext for this instance of the SessionBean

D

DATE_PATTERN - Static variable in class org.sape.carboncontrib.utils.DateTimeUtils
Date pattern.
DATE_TIME_PATTERN - Static variable in class org.sape.carboncontrib.utils.DateTimeUtils
DateTime pattern.
DATE_TIME_TZ_PATTERN - Static variable in class org.sape.carboncontrib.utils.DateTimeUtils
DateTimeTz pattern.
DateDeserializer - class org.sape.smfw.xmlutils.DateDeserializer.
A deserializer for XML Schema "date" datatype.
DateDeserializer() - Constructor for class org.sape.smfw.xmlutils.DateDeserializer
 
DateSerializer - class org.sape.smfw.xmlutils.DateSerializer.
A serializer for XML Schema "date" datatype.
DateSerializer() - Constructor for class org.sape.smfw.xmlutils.DateSerializer
 
DateTimeDeserializer - class org.sape.smfw.xmlutils.DateTimeDeserializer.
A deserializer for XML Schema "dateTime" datatype.
DateTimeDeserializer() - Constructor for class org.sape.smfw.xmlutils.DateTimeDeserializer
 
DateTimeSerializer - class org.sape.smfw.xmlutils.DateTimeSerializer.
A serializer for XML Schema "dateTime" datatype.
DateTimeSerializer() - Constructor for class org.sape.smfw.xmlutils.DateTimeSerializer
 
DateTimeUtils - class org.sape.carboncontrib.utils.DateTimeUtils.
Date and Time utilities.
DateTimeUtils() - Constructor for class org.sape.carboncontrib.utils.DateTimeUtils
 
defaultMessageHandlerConfigurationName - Static variable in class org.sape.smfw.soapengine.MessageService
Default MessageHandlerConfiguration name
defaultMessagingEngineConfigurationName - Static variable in class org.sape.smfw.soapengine.MessageService
Default MessagingEngineConfiguration name
destroy() - Method in class org.sape.smfw.soapengine.MessageService
 

E

EntityBeanAdapter - class org.sape.ejbutils.adapters.EntityBeanAdapter.
Provides default implementations of the EJB callback methods for an Entity Bean.
EntityBeanAdapter() - Constructor for class org.sape.ejbutils.adapters.EntityBeanAdapter
 
ejbActivate() - Method in class org.sape.ejbutils.adapters.EntityBeanAdapter
Default implementation of ejbActivate().
ejbActivate() - Method in class org.sape.ejbutils.adapters.SessionBeanAdapter
Default implementation of ejbActivate().
ejbCreate() - Method in class org.sape.ejbutils.adapters.SessionBeanAdapter
Default implementation of ejbCreate().
ejbLoad() - Method in class org.sape.ejbutils.adapters.EntityBeanAdapter
Default implementation of ejbLoad().
ejbPassivate() - Method in class org.sape.ejbutils.adapters.EntityBeanAdapter
Default implementation of ejbPassivate().
ejbPassivate() - Method in class org.sape.ejbutils.adapters.SessionBeanAdapter
Default implementation of ejbPassivate().
ejbRemove() - Method in class org.sape.ejbutils.adapters.EntityBeanAdapter
Default implementation of ejbRemove().
ejbRemove() - Method in class org.sape.ejbutils.adapters.SessionBeanAdapter
Default implementation of ejbRemove().
ejbStore() - Method in class org.sape.ejbutils.adapters.EntityBeanAdapter
Default implementation of ejbStore().
elementToMessage(MessageReader, SOAPBodyElement) - Static method in class org.sape.smfw.soapengine.Translator
Converts a SOAPBodyElement to a Message
elementsToMessage(MessageReader, Vector) - Static method in class org.sape.smfw.soapengine.Translator
Converts a one element Vector of SOAPBodyElements to a Message

F

FileUtils - class org.sape.carboncontrib.utils.FileUtils.
File and directory utilities.
FileUtils() - Constructor for class org.sape.carboncontrib.utils.FileUtils
 
findHome(User, String, String) - Static method in class org.sape.ejbutils.homefactory.HomeFactory
Finds the Home interface for an EJB using the supplied parameters.
formatGmtDate(Date) - Static method in class org.sape.carboncontrib.utils.DateTimeUtils
Formats a java.util.Date as a GMT date.
formatGmtDateTime(Date) - Static method in class org.sape.carboncontrib.utils.DateTimeUtils
Formats a java.util.Date as a GMT date and time.
formatGmtDateTimeTz(Date) - Static method in class org.sape.carboncontrib.utils.DateTimeUtils
Formats a java.util.Date as a GMT date, time and timezone.
fromXml(String) - Static method in class org.sape.smfw.xmlutils.BooleanDeserializer
 
fromXml(String) - Static method in class org.sape.smfw.xmlutils.DateDeserializer
 
fromXml(String) - Static method in class org.sape.smfw.xmlutils.DateTimeDeserializer
 
fromXmlHelper(String, boolean) - Static method in class org.sape.smfw.xmlutils.DateTimeDeserializer
 
fromXmlToCalendar(String) - Static method in class org.sape.smfw.xmlutils.DateTimeDeserializer
 

G

GMT - Static variable in class org.sape.carboncontrib.utils.DateTimeUtils
GMT TimeZone ID
getBooleanFromChar(ResultSet, String) - Static method in class org.sape.sqlutils.ResultSetHelper
Converts a 'Y' or 'N' character stored in the database to a boolean.
getCall() - Method in class org.sape.smfw.soapengine.MessageClient
Returns the Call object used to send the SOAP request
getChildElementValue(MessageElement, String) - Method in class org.sape.smfw.soapengine.HeaderAuthenticationHandler
Returns the value of the child element with the specified QName.
getClassLoaderHierarchy(Class) - Static method in class org.sape.carboncontrib.utils.ClassUtils
Returns the ClassLoader hierarchy for the supplied class as a string.
getColumnNames(ResultSet) - Static method in class org.sape.sqlutils.ResultSetHelper
Returns the column names in the supplied ResultSet.
getCredentials() - Method in class org.sape.carboncontrib.security.User
Returns the user's credentials.
getCtx() - Method in class org.sape.ejbutils.adapters.EntityBeanAdapter
Returns the EntityContext
getCurrentDirectory() - Static method in class org.sape.carboncontrib.utils.FileUtils
Returns the current directory as a string.
getDate(ResultSet, String) - Static method in class org.sape.sqlutils.ResultSetHelper
Converts a java.sql.Date object stored in the database to a java.util.Date object.
getGmtDateFormat() - Static method in class org.sape.carboncontrib.utils.DateTimeUtils
Returns a SimpleDateFormat for GMT time zone and DATE_PATTERN pattern
getGmtDateTimeFormat() - Static method in class org.sape.carboncontrib.utils.DateTimeUtils
Returns a SimpleDateFormat for GMT time zone and DATE_TIME_PATTERN pattern
getGmtDateTimeTzFormat() - Static method in class org.sape.carboncontrib.utils.DateTimeUtils
Returns a SimpleDateFormat for GMT time zone and DATE_TIME_TZ_PATTERN pattern
getInitialContext(User, String) - Static method in class org.sape.carboncontrib.jndi.InitialContextHelper
Gets the JNDI initial context for the supplied provider name.
getInitialContextFactory() - Method in interface org.sape.carboncontrib.jndi.JndiProvider
Returns the initialContextFactory.
getJndiProvider() - Method in interface org.sape.carboncontrib.jndi.JndiProviderConfiguration
Returns a Map from JNDI provider names to JndiProviders.
getJndiProvider(String) - Method in interface org.sape.carboncontrib.jndi.JndiProviderConfiguration
Returns the JndiProviders associated with the supplied name.
getMessageHandlerConfigurationName() - Method in class org.sape.smfw.soapengine.MessageService
Returns the MessageHandlerConfiguration name for this service.
getMessageHandlerFactory() - Method in class org.sape.smfw.messagingengine.MessageContext
Returns the MessageHandlerFactory for this context
getMessageList() - Method in class org.sape.smfw.message.CompositeMessage
Returns the messageList.
getMessageReaderClassName() - Method in interface org.sape.smfw.messagingengine.MessagingEngineConfiguration
Returns the class name of the MessageReader implementation.
getMessageWriterClassName() - Method in interface org.sape.smfw.messagingengine.MessagingEngineConfiguration
Returns the class name of the MessageWriter implementation.
getMessagingEngineConfigurationName() - Method in class org.sape.smfw.soapengine.MessageService
Returns the MessagingEngineConfiguration name for this service.
getMethodName(SOAPMessage) - Static method in class org.sape.smfw.soapengine.LogHandler
Returns the method name of a SOAP message
getParent() - Method in class org.sape.smfw.message.Message
Returns the parent.
getPrincipal() - Method in class org.sape.carboncontrib.security.User
Returns the user's principal.
getProperties() - Method in class org.sape.smfw.messagingengine.MessageContext
Get the properties associated with this context
getProperty(String) - Method in class org.sape.smfw.messagingengine.MessageContext
Gets a property from the context.
getSeverity() - Method in class org.sape.carboncontrib.exception.InvalidConfigurationException
 
getSeverity() - Method in class org.sape.carboncontrib.exception.UnsupportedOperationException
 
getSeverity() - Method in class org.sape.ejbutils.homefactory.HomeFactoryException
 
getSeverity() - Method in class org.sape.smfw.messagingengine.MessagingEngineException
 
getSeverity() - Method in class org.sape.smfw.xmlutils.XmlUtilsException
 
getSimpleDateFormat(TimeZone, String) - Static method in class org.sape.carboncontrib.utils.DateTimeUtils
Returns a SimpleDateFormat for the specified time zone and formatting pattern (as specified by SimpleDateFormat).
getString() - Method in interface org.sape.carboncontrib.config.StringMap
Returns the StringMap as a java.util.Map.
getString(String) - Method in interface org.sape.carboncontrib.config.StringMap
Returns the string value associated with the supplied key.
getTimestamp(ResultSet, String) - Static method in class org.sape.sqlutils.ResultSetHelper
Converts a java.sql.Timestamp object stored in the database to a java.util.Date object.
getUrl() - Method in interface org.sape.carboncontrib.jndi.JndiProvider
Returns the provider URL.
getUser() - Method in class org.sape.smfw.messagingengine.MessageContext
Returns the User who sent the request

H

HTTP_SERVLET_REQUEST_PROPERTY_NAME - Static variable in class org.sape.smfw.messagingengine.MessageContext
Property name of the HttpServletRequest object stored in the MessageContext
HeaderAuthenticationHandler - class org.sape.smfw.soapengine.HeaderAuthenticationHandler.
Extracts a User object from the "user" header and stores it in the SOAP MessageContext.
HeaderAuthenticationHandler() - Constructor for class org.sape.smfw.soapengine.HeaderAuthenticationHandler
 
HomeFactory - class org.sape.ejbutils.homefactory.HomeFactory.
HomeFactory is a helper class for finding EJB home interfaces using RMI-JRMP.
HomeFactory() - Constructor for class org.sape.ejbutils.homefactory.HomeFactory
Private Constructor: Don't let anyone instantiate this class
HomeFactoryException - exception org.sape.ejbutils.homefactory.HomeFactoryException.
Package level exception for org.sape.ejbutils.homefactory.
HomeFactoryException(Class, String) - Constructor for class org.sape.ejbutils.homefactory.HomeFactoryException
Creates a HomeFactoryException.
HomeFactoryException(Class, String, Throwable) - Constructor for class org.sape.ejbutils.homefactory.HomeFactoryException
Creates a HomeFactoryException.
HomeFactoryNamingException - exception org.sape.ejbutils.homefactory.HomeFactoryNamingException.
Thrown when a javax.naming.NamingException occurs.
HomeFactoryNamingException(Class, String) - Constructor for class org.sape.ejbutils.homefactory.HomeFactoryNamingException
Creates a HomeFactoryNamingException.
HomeFactoryNamingException(Class, String, Throwable) - Constructor for class org.sape.ejbutils.homefactory.HomeFactoryNamingException
Creates a HomeFactoryNamingException.
HttpAuthenticationHandler - class org.sape.smfw.soapengine.HttpAuthenticationHandler.
Extracts a User object from the HTTP request.
HttpAuthenticationHandler() - Constructor for class org.sape.smfw.soapengine.HttpAuthenticationHandler
 
handleMessage(MessageContext, Message) - Method in class org.sape.smfw.messagingengine.CompositeMessageHandler
Creates a MessageHandler for each child message and calls its handleMessage() method.
handleMessage(MessageContext, Message) - Method in interface org.sape.smfw.messagingengine.MessageHandler
Handles the supplied message and returns the response message.

I

InitialContextHelper - class org.sape.carboncontrib.jndi.InitialContextHelper.
A helper class to create InitialContext objects required for JNDI lookups.
InitialContextHelper() - Constructor for class org.sape.carboncontrib.jndi.InitialContextHelper
Private Constructor: Don't let anyone instantiate this class
InvalidConfigurationException - exception org.sape.carboncontrib.exception.InvalidConfigurationException.
Thrown when one or more configuration values are found to be erroneous.
InvalidConfigurationException(Class, String) - Constructor for class org.sape.carboncontrib.exception.InvalidConfigurationException
Creates a InvalidConfigurationException.
InvalidConfigurationException(Class, String, Throwable) - Constructor for class org.sape.carboncontrib.exception.InvalidConfigurationException
Creates a InvalidConfigurationException.
id() - Method in class org.sape.ejbutils.adapters.EntityBeanAdapter
Returns a string representation of the primary key of this entity bean.
init(Object) - Method in class org.sape.smfw.soapengine.MessageService
 
initMessageContext() - Method in class org.sape.smfw.soapengine.MessageService
Initializes the MessageContext.
initMessagingEngine() - Method in class org.sape.smfw.soapengine.MessageService
Initializes the MessageReader and the MessageWriter.
invoke(MessageContext) - Method in class org.sape.smfw.soapengine.HeaderAuthenticationHandler
 
invoke(MessageContext) - Method in class org.sape.smfw.soapengine.HttpAuthenticationHandler
 
invoke(MessageContext) - Method in class org.sape.smfw.soapengine.LogHandler
 
iterator() - Method in class org.sape.smfw.message.CompositeMessage
 
iterator() - Method in class org.sape.smfw.message.Message
Returns an iterator on the child messages.

J

JndiProvider - interface org.sape.carboncontrib.jndi.JndiProvider.
Stores information about a JNDI provider.
JndiProviderConfiguration - interface org.sape.carboncontrib.jndi.JndiProviderConfiguration.
Configuration for JNDI providers.

L

LINE_SEPARATOR - Static variable in class org.sape.carboncontrib.utils.StringUtils
 
LogHandler - class org.sape.smfw.soapengine.LogHandler.
Logs received messages when called before the pivot point and transmitted messages when called after the pivot point.
LogHandler() - Constructor for class org.sape.smfw.soapengine.LogHandler
 
log - Static variable in class org.sape.carboncontrib.jndi.InitialContextHelper
 
log - Static variable in class org.sape.carboncontrib.utils.DateTimeUtils
 
log - Static variable in class org.sape.ejbutils.adapters.EntityBeanAdapter
 
log - Static variable in class org.sape.ejbutils.adapters.SessionBeanAdapter
 
log - Static variable in class org.sape.ejbutils.homefactory.HomeFactory
 
log - Static variable in class org.sape.smfw.messagingengine.CompositeMessageHandler
 
log - Static variable in class org.sape.smfw.messagingengine.MessageHandlerFactory
 
log - Static variable in class org.sape.smfw.soapengine.HeaderAuthenticationHandler
 
log - Static variable in class org.sape.smfw.soapengine.HttpAuthenticationHandler
 
log - Static variable in class org.sape.smfw.soapengine.LogHandler
 
log - Static variable in class org.sape.smfw.soapengine.MessageClient
 
log - Static variable in class org.sape.smfw.soapengine.MessageService
 
log - Static variable in class org.sape.smfw.soapengine.Translator
 
log - Static variable in class org.sape.sqlutils.ResultSetHelper
 

M

Message - class org.sape.smfw.message.Message.
The base class representing any message between a source and a sink.
Message() - Constructor for class org.sape.smfw.message.Message
Constructor for Message.
MessageClient - class org.sape.smfw.soapengine.MessageClient.
MessageClient provides the functionality to send messages to a MessageService.
MessageClient(String, MessageContext, MessageReader, MessageWriter) - Constructor for class org.sape.smfw.soapengine.MessageClient
Constructs a MessageClient object.
MessageContext - class org.sape.smfw.messagingengine.MessageContext.
The MessageContext stores the configuration of the messaging engine as well as the processing state of a message.
MessageContext(MessageHandlerFactory) - Constructor for class org.sape.smfw.messagingengine.MessageContext
Constructs a MessageContext
MessageHandler - interface org.sape.smfw.messagingengine.MessageHandler.
An interface to handle a message and return a response.
MessageHandlerException - exception org.sape.smfw.messagingengine.MessageHandlerException.
Exception thrown when the MessageHandler encounters a problem.
MessageHandlerException(Class, String) - Constructor for class org.sape.smfw.messagingengine.MessageHandlerException
Creates a MessageHandlerException.
MessageHandlerException(Class, String, Throwable) - Constructor for class org.sape.smfw.messagingengine.MessageHandlerException
Creates a MessageHandlerException.
MessageHandlerFactory - class org.sape.smfw.messagingengine.MessageHandlerFactory.
A factory class that creates MessageHandlers for the supplied messages.
MessageHandlerFactory(StringMap, ClassLoader) - Constructor for class org.sape.smfw.messagingengine.MessageHandlerFactory
Constructs a MessageHandlerFactory.
MessageReader - interface org.sape.smfw.messagingengine.MessageReader.
An interface for reading messages.
MessageReaderException - exception org.sape.smfw.messagingengine.MessageReaderException.
Exception thrown when the MessageReader encounters a problem.
MessageReaderException(Class, String) - Constructor for class org.sape.smfw.messagingengine.MessageReaderException
Creates a MessageReaderException.
MessageReaderException(Class, String, Throwable) - Constructor for class org.sape.smfw.messagingengine.MessageReaderException
Creates a MessageReaderException.
MessageService - class org.sape.smfw.soapengine.MessageService.
A convenience Web service supplied by the SOAP engine.
MessageService() - Constructor for class org.sape.smfw.soapengine.MessageService
 
MessageWriter - interface org.sape.smfw.messagingengine.MessageWriter.
An interface for writing messages.
MessageWriterException - exception org.sape.smfw.messagingengine.MessageWriterException.
Exception thrown when the MessageWriter encounters a problem.
MessageWriterException(Class, String) - Constructor for class org.sape.smfw.messagingengine.MessageWriterException
Creates a MessageWriterException.
MessageWriterException(Class, String, Throwable) - Constructor for class org.sape.smfw.messagingengine.MessageWriterException
Creates a MessageWriterException.
MessagingEngineConfiguration - interface org.sape.smfw.messagingengine.MessagingEngineConfiguration.
Configuration for the messaging engine.
MessagingEngineException - exception org.sape.smfw.messagingengine.MessagingEngineException.
Package level exception for org.sape.smfw.messagingengine.
MessagingEngineException(Class, String) - Constructor for class org.sape.smfw.messagingengine.MessagingEngineException
Creates a MessagingEngineException.
MessagingEngineException(Class, String, Throwable) - Constructor for class org.sape.smfw.messagingengine.MessagingEngineException
Creates a MessagingEngineException.
messageContext - Variable in class org.sape.smfw.soapengine.MessageClient
The MessageContext for this client
messageContext - Variable in class org.sape.smfw.soapengine.MessageService
The MessageContext for this service
messageHandlerFactory - Variable in class org.sape.smfw.messagingengine.MessageContext
The MessageHandlerFactory for this context
messageList - Variable in class org.sape.smfw.message.CompositeMessage
List of child messages
messageReader - Variable in class org.sape.smfw.soapengine.MessageClient
The MessageReader used to receive messages
messageReader - Variable in class org.sape.smfw.soapengine.MessageService
The MessageReader used to receive messages
messageToElement(MessageWriter, Message) - Static method in class org.sape.smfw.soapengine.Translator
Converts a Message to a SOAPBodyElement.
messageToElements(MessageWriter, Message) - Static method in class org.sape.smfw.soapengine.Translator
Converts a Message to a one element SOAPBodyElement[].
messageToHandlerMap - Variable in class org.sape.smfw.messagingengine.MessageHandlerFactory
Maps Message class names to MessageHandler class names.
messageWriter - Variable in class org.sape.smfw.soapengine.MessageClient
The MessageWriter used to send messages
messageWriter - Variable in class org.sape.smfw.soapengine.MessageService
The MessageWriter used to send messages

N

nl - Static variable in class org.sape.carboncontrib.utils.StringUtils
String representing a newline for this platform

O

org.sape.carboncontrib.config - package org.sape.carboncontrib.config
 
org.sape.carboncontrib.exception - package org.sape.carboncontrib.exception
 
org.sape.carboncontrib.jndi - package org.sape.carboncontrib.jndi
 
org.sape.carboncontrib.security - package org.sape.carboncontrib.security
 
org.sape.carboncontrib.utils - package org.sape.carboncontrib.utils
 
org.sape.ejbutils.adapters - package org.sape.ejbutils.adapters
 
org.sape.ejbutils.homefactory - package org.sape.ejbutils.homefactory
 
org.sape.smfw.message - package org.sape.smfw.message
 
org.sape.smfw.messagingengine - package org.sape.smfw.messagingengine
 
org.sape.smfw.soapengine - package org.sape.smfw.soapengine
 
org.sape.smfw.xmlutils - package org.sape.smfw.xmlutils
 
org.sape.sqlutils - package org.sape.sqlutils
 

P

ParseException - exception org.sape.smfw.xmlutils.ParseException.
Exception thrown by Deserializer when parsing fails.
ParseException(Class, String) - Constructor for class org.sape.smfw.xmlutils.ParseException
Creates a ParseException.
ParseException(Class, String, Throwable) - Constructor for class org.sape.smfw.xmlutils.ParseException
Creates a ParseException.
PreparedStatementHelper - class org.sape.sqlutils.PreparedStatementHelper.
A helper class to bind values to a PreparedStatement.
PreparedStatementHelper() - Constructor for class org.sape.sqlutils.PreparedStatementHelper
 
parent - Variable in class org.sape.smfw.message.Message
Reference to my parent
parseGmtDate(String) - Static method in class org.sape.carboncontrib.utils.DateTimeUtils
Parses a GMT date to java.util.Date.
parseGmtDateTime(String) - Static method in class org.sape.carboncontrib.utils.DateTimeUtils
Parses a GMT date time to java.util.Date.
parseGmtDateTimeTz(String) - Static method in class org.sape.carboncontrib.utils.DateTimeUtils
Parses a GMT date, time, timezone to java.util.Date.
principal - Variable in class org.sape.carboncontrib.security.User
Identity of the user for authenticating to a service, usually a username.
processMessage(SOAPBodyElement[]) - Method in class org.sape.smfw.soapengine.MessageService
Processes the Message imbedded in the SOAP body.
properties - Variable in class org.sape.smfw.messagingengine.MessageContext
A map to store properties related to this context
providerConfigName - Static variable in class org.sape.carboncontrib.jndi.InitialContextHelper
 

R

ResultSetHelper - class org.sape.sqlutils.ResultSetHelper.
Translates database values to application values.
ResultSetHelper() - Constructor for class org.sape.sqlutils.ResultSetHelper
 
readMessage(Reader) - Method in interface org.sape.smfw.messagingengine.MessageReader
Reads a Message from the supplied reader.
removeProperty(String) - Method in class org.sape.smfw.messagingengine.MessageContext
Removes a property to the context.

S

SessionBeanAdapter - class org.sape.ejbutils.adapters.SessionBeanAdapter.
Provides default implementations of the EJB callback methods for a Session Bean.
SessionBeanAdapter() - Constructor for class org.sape.ejbutils.adapters.SessionBeanAdapter
 
StringMap - interface org.sape.carboncontrib.config.StringMap.
A map that maps string keys to string values.
StringUtils - class org.sape.carboncontrib.utils.StringUtils.
String related utilities.
StringUtils() - Constructor for class org.sape.carboncontrib.utils.StringUtils
 
sendMessage(Message) - Method in class org.sape.smfw.soapengine.MessageClient
Sends a message to a Web service and returns the response.
setCall(Call) - Method in class org.sape.smfw.soapengine.MessageClient
Sets the Call object used to send the SOAP request
setCredentials(String) - Method in class org.sape.carboncontrib.security.User
Sets the credentials.
setEntityContext(EntityContext) - Method in class org.sape.ejbutils.adapters.EntityBeanAdapter
The container calls this method after creating the EntityBean to set its EntityContext.
setJndiProvider(Map) - Method in interface org.sape.carboncontrib.jndi.JndiProviderConfiguration
Sets the JndiProviderConfiguration using the supplied java.util.Map.
setJndiProvider(String, JndiProvider) - Method in interface org.sape.carboncontrib.jndi.JndiProviderConfiguration
Sets the JndiProvider associated supplied name.
setMessageHandlerFactory(MessageHandlerFactory) - Method in class org.sape.smfw.messagingengine.MessageContext
Sets the MessageHandlerFactory for this context
setMessageList(List) - Method in class org.sape.smfw.message.CompositeMessage
Sets the messageList.
setParent(Message) - Method in class org.sape.smfw.message.Message
Sets the parent.
setPrincipal(String) - Method in class org.sape.carboncontrib.security.User
Sets the principal.
setProperties(Map) - Method in class org.sape.smfw.messagingengine.MessageContext
Set the properties associated with this context
setSessionContext(SessionContext) - Method in class org.sape.ejbutils.adapters.SessionBeanAdapter
The container calls this method after creating the SessionBean to set its SessionContext.
setString(String, String) - Method in interface org.sape.carboncontrib.config.StringMap
Sets the value associated supplied key.
setString(Map) - Method in interface org.sape.carboncontrib.config.StringMap
Sets the StringMap using the supplied java.util.Map.
setUser(User) - Method in class org.sape.smfw.messagingengine.MessageContext
Sets the User who sent the request

T

Translator - class org.sape.smfw.soapengine.Translator.
Translates between SOAPBodyElements and Messages.
Translator() - Constructor for class org.sape.smfw.soapengine.Translator
 
toString() - Method in class org.sape.carboncontrib.security.User
Returns a String object representing the user.
toString(SOAPMessage) - Static method in class org.sape.smfw.soapengine.LogHandler
Returns the string representation of a SOAP message
toXml(boolean) - Static method in class org.sape.smfw.xmlutils.BooleanSerializer
 
toXml(Date) - Static method in class org.sape.smfw.xmlutils.DateSerializer
 
toXml(Calendar) - Static method in class org.sape.smfw.xmlutils.DateSerializer
 
toXml(Date) - Static method in class org.sape.smfw.xmlutils.DateTimeSerializer
 
toXml(Calendar) - Static method in class org.sape.smfw.xmlutils.DateTimeSerializer
 

U

USER_NS - Static variable in class org.sape.smfw.soapengine.Constants
User namespace
USER_PROPERTY_NAME - Static variable in class org.sape.smfw.soapengine.Constants
Property name of the User object stored in org.apache.axis.MessageContext
UnsupportedOperationException - exception org.sape.carboncontrib.exception.UnsupportedOperationException.
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException(Class, String) - Constructor for class org.sape.carboncontrib.exception.UnsupportedOperationException
Creates a UnsupportedOperationException.
UnsupportedOperationException(Class, String, Throwable) - Constructor for class org.sape.carboncontrib.exception.UnsupportedOperationException
Creates a UnsupportedOperationException.
User - class org.sape.carboncontrib.security.User.
An object containing properties of a system user.
User() - Constructor for class org.sape.carboncontrib.security.User
Default Constructor.
User(String, String) - Constructor for class org.sape.carboncontrib.security.User
Constructs a User object using the supplied principal and credentials.
unsetEntityContext() - Method in class org.sape.ejbutils.adapters.EntityBeanAdapter
Unset the associated entity context.
user - Variable in class org.sape.smfw.messagingengine.MessageContext
The user who sent the request

V

VoidMessage - class org.sape.smfw.message.VoidMessage.
An empty message.
VoidMessage() - Constructor for class org.sape.smfw.message.VoidMessage
Constructor for VoidMessage.

W

writeMessage(Writer, Message) - Method in interface org.sape.smfw.messagingengine.MessageWriter
Writes a message to the supplied writer.

X

XmlUtilsException - exception org.sape.smfw.xmlutils.XmlUtilsException.
Package level exception for org.sape.smfw.xmlutils.
XmlUtilsException(Class, String) - Constructor for class org.sape.smfw.xmlutils.XmlUtilsException
Creates a XmlUtilsException.
XmlUtilsException(Class, String, Throwable) - Constructor for class org.sape.smfw.xmlutils.XmlUtilsException
Creates a XmlUtilsException.

Z

zulu - Static variable in class org.sape.smfw.xmlutils.DateDeserializer
 
zulu - Static variable in class org.sape.smfw.xmlutils.DateSerializer
 
zulu - Static variable in class org.sape.smfw.xmlutils.DateTimeDeserializer
 
zulu - Static variable in class org.sape.smfw.xmlutils.DateTimeSerializer
 

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

Copyright 2003 Sapient Corporation. All Rights Reserved.