Serialized Form


Package org.sape.carboncontrib.exception

Class org.sape.carboncontrib.exception.InvalidConfigurationException extends org.sape.carbon.core.exception.BaseRuntimeException implements Serializable

Class org.sape.carboncontrib.exception.UnsupportedOperationException extends org.sape.carbon.core.exception.BaseRuntimeException implements Serializable


Package org.sape.carboncontrib.security

Class org.sape.carboncontrib.security.User extends Object implements Serializable

Serialized Fields

principal

String principal
Identity of the user for authenticating to a service, usually a username. The format of the principal depends on the authentication scheme. If the principal is unspecified, the behaviour is determined by the service provider.


credentials

String credentials
Credentials of the user for authenticating to a service. The value of this property depends on the authentication scheme. For example, it could be a hashed password, clear-text password, key, certificate, and so on. If this property is unspecified, the behaviour is determined by the service provider.


Package org.sape.smfw.message

Class org.sape.smfw.message.CompositeMessage extends Message implements Serializable

Serialized Fields

messageList

List messageList
List of child messages

Class org.sape.smfw.message.Message extends Object implements Serializable

Serialized Fields

parent

Message parent
Reference to my parent

Class org.sape.smfw.message.VoidMessage extends Message implements Serializable


Package org.sape.smfw.messagingengine

Class org.sape.smfw.messagingengine.MessageHandlerException extends MessagingEngineException implements Serializable

Class org.sape.smfw.messagingengine.MessageReaderException extends MessagingEngineException implements Serializable

Class org.sape.smfw.messagingengine.MessageWriterException extends MessagingEngineException implements Serializable

Class org.sape.smfw.messagingengine.MessagingEngineException extends org.sape.carbon.core.exception.BaseException implements Serializable


Package org.sape.smfw.soapengine

Class org.sape.smfw.soapengine.HeaderAuthenticationHandler extends org.apache.axis.handlers.BasicHandler implements Serializable

Class org.sape.smfw.soapengine.HttpAuthenticationHandler extends org.apache.axis.handlers.BasicHandler implements Serializable

Class org.sape.smfw.soapengine.LogHandler extends org.apache.axis.handlers.BasicHandler implements Serializable


Package org.sape.smfw.xmlutils

Class org.sape.smfw.xmlutils.ParseException extends XmlUtilsException implements Serializable

Class org.sape.smfw.xmlutils.XmlUtilsException extends org.sape.carbon.core.exception.BaseException implements Serializable


Package org.sape.ejbutils.adapters

Class org.sape.ejbutils.adapters.EntityBeanAdapter extends Object implements Serializable

Serialized Fields

ctx

javax.ejb.EntityContext ctx
The EntityContext for this instance of the EntityBean

Class org.sape.ejbutils.adapters.SessionBeanAdapter extends Object implements Serializable

Serialized Fields

ctx

javax.ejb.SessionContext ctx
The SessionContext for this instance of the SessionBean


Package org.sape.ejbutils.homefactory

Class org.sape.ejbutils.homefactory.HomeFactoryException extends org.sape.carbon.core.exception.BaseException implements Serializable

Class org.sape.ejbutils.homefactory.HomeFactoryNamingException extends HomeFactoryException implements Serializable



Copyright 2003 Sapient Corporation. All Rights Reserved.