Serialized Form
-
Package org.apache.xalan.transformer
-
Class org.apache.xalan.transformer.CountersTable
class CountersTable extends Hashtable implements Serializable- serialVersionUID:
- 2159100770924179875L
-
Class org.apache.xalan.transformer.KeyIterator
class KeyIterator extends org.apache.xpath.axes.OneStepIteratorForward implements Serializable- serialVersionUID:
- -1349109910100249661L
-
Serialized Fields
-
m_keyDeclarations
Vector m_keyDeclarations
-
m_name
org.apache.xml.utils.QName m_name
-
-
Class org.apache.xalan.transformer.KeyRefIterator
class KeyRefIterator extends org.apache.xpath.axes.ChildTestIterator implements Serializable- serialVersionUID:
- 3837456451659435102L
-
Serialized Fields
-
m_keyDeclarations
Vector m_keyDeclarations
-
m_keysNodes
org.apache.xml.dtm.DTMIterator m_keysNodes
-
m_name
org.apache.xml.utils.QName m_name
-
m_ref
org.apache.xml.utils.XMLString m_ref
-
-
-
Package org.frankframework.collection
-
Exception org.frankframework.collection.CollectionException
class CollectionException extends IbisException implements Serializable
-
-
Package org.frankframework.configuration
-
Exception org.frankframework.configuration.ClassLoaderException
class ClassLoaderException extends IbisException implements Serializable -
Exception org.frankframework.configuration.ConfigurationException
class ConfigurationException extends IbisException implements Serializable -
Class org.frankframework.configuration.ConfigurationMessageEvent
class ConfigurationMessageEvent extends ApplicationMessageEvent implements Serializable-
Serialized Fields
-
messageKeeperMessage
MessageKeeperMessage messageKeeperMessage
-
-
-
-
Package org.frankframework.core
-
Exception org.frankframework.core.IbisException
class IbisException extends Exception implements Serializable-
Serialized Fields
-
expandedMessage
String expandedMessage
-
-
-
Exception org.frankframework.core.ListenerException
class ListenerException extends IbisException implements Serializable -
Exception org.frankframework.core.ManagedStateException
class ManagedStateException extends IbisException implements Serializable -
Exception org.frankframework.core.MessageBrowseException
class MessageBrowseException extends IbisException implements Serializable -
Exception org.frankframework.core.ParameterException
class ParameterException extends IbisException implements Serializable-
Serialized Fields
-
parameterName
String parameterName
-
-
-
Class org.frankframework.core.PipeLineSession
-
Serialized Fields
-
closeables
Map<AutoCloseable,
String> closeables -
securityHandler
ISecurityHandler securityHandler
-
-
-
Exception org.frankframework.core.PipeRunException
class PipeRunException extends IbisException implements Serializable-
Serialized Fields
-
pipeInError
IPipe pipeInError
-
-
-
Exception org.frankframework.core.PipeStartException
class PipeStartException extends IbisException implements Serializable-
Serialized Fields
-
pipeNameInError
String pipeNameInError
-
-
-
Exception org.frankframework.core.SenderException
class SenderException extends IbisException implements Serializable -
Exception org.frankframework.core.TimeoutException
class TimeoutException extends IbisException implements Serializable -
Exception org.frankframework.core.TransactionException
class TransactionException extends IbisException implements Serializable
-
-
Package org.frankframework.encryption
-
Exception org.frankframework.encryption.EncryptionException
class EncryptionException extends IbisException implements Serializable
-
-
Package org.frankframework.http
-
Class org.frankframework.http.AbstractHttpServlet
class AbstractHttpServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Class org.frankframework.http.HttpListenerServlet
class HttpListenerServlet extends AbstractHttpServlet implements Serializable -
Class org.frankframework.http.PartMessage
class PartMessage extends Message implements Serializable- serialVersionUID:
- 4740404985426114492L
-
Class org.frankframework.http.RestListenerServlet
class RestListenerServlet extends AbstractHttpServlet implements Serializable -
Class org.frankframework.http.RestPublicListenerServlet
class RestPublicListenerServlet extends RestListenerServlet implements Serializable
-
-
Package org.frankframework.http.authentication
-
Exception org.frankframework.http.authentication.HttpAuthenticationException
class HttpAuthenticationException extends IbisException implements Serializable -
Class org.frankframework.http.authentication.OAuthAuthenticationScheme
class OAuthAuthenticationScheme extends org.apache.http.impl.auth.BasicScheme implements Serializable-
Serialized Fields
-
forceRefresh
boolean forceRefresh
-
-
-
-
Package org.frankframework.http.cxf
-
Class org.frankframework.http.cxf.FrankCXFServlet
class FrankCXFServlet extends org.apache.cxf.transport.servlet.CXFServlet implements Serializable -
Class org.frankframework.http.cxf.SoapProviderServlet
class SoapProviderServlet extends AbstractHttpServlet implements Serializable
-
-
Package org.frankframework.http.rest
-
Class org.frankframework.http.rest.ApiListenerServlet
class ApiListenerServlet extends AbstractHttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
authTTL
int authTTL
-
cache
IApiCache cache
-
CorsAllowOrigin
String CorsAllowOrigin
-
CorsExposeHeaders
String CorsExposeHeaders
-
dispatcher
ApiServiceDispatcher dispatcher
-
-
Class org.frankframework.http.rest.ApiPrincipal
class ApiPrincipal extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.frankframework.javascript
-
Exception org.frankframework.javascript.JavascriptException
class JavascriptException extends IbisException implements Serializable- serialVersionUID:
- 5556131300669949855L
-
-
Package org.frankframework.jms
-
Exception org.frankframework.jms.JmsException
class JmsException extends IbisException implements Serializable
-
-
Package org.frankframework.jta
-
Class org.frankframework.jta.AbstractStatusRecordingTransactionManager
class AbstractStatusRecordingTransactionManager extends ThreadConnectableJtaTransactionManager implements Serializable- serialVersionUID:
- 1L
-
Class org.frankframework.jta.ThreadConnectableDataSourceTransactionManager
class ThreadConnectableDataSourceTransactionManager extends org.springframework.jdbc.datasource.DataSourceTransactionManager implements Serializable -
Class org.frankframework.jta.ThreadConnectableJtaTransactionManager
class ThreadConnectableJtaTransactionManager extends org.springframework.transaction.jta.JtaTransactionManager implements Serializable
-
-
Package org.frankframework.jta.narayana
-
Class org.frankframework.jta.narayana.NarayanaJtaTransactionManager
class NarayanaJtaTransactionManager extends AbstractStatusRecordingTransactionManager implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
initialized
boolean initialized
-
recoveryManager
com.arjuna.ats.arjuna.recovery.RecoveryManager recoveryManager
-
-
-
Package org.frankframework.jwt
-
Exception org.frankframework.jwt.AuthorizationException
class AuthorizationException extends IbisException implements Serializable
-
-
Package org.frankframework.lifecycle
-
Class org.frankframework.lifecycle.ApplicationMessageEvent
class ApplicationMessageEvent extends org.springframework.context.event.ApplicationContextEvent implements Serializable-
Serialized Fields
-
log
org.apache.logging.log4j.Logger log
-
messageKeeperMessage
MessageKeeperMessage messageKeeperMessage
-
-
-
Exception org.frankframework.lifecycle.LifecycleException
class LifecycleException extends RuntimeException implements Serializable -
Class org.frankframework.lifecycle.WebContentServlet
class WebContentServlet extends AbstractHttpServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package org.frankframework.management.bus
-
Exception org.frankframework.management.bus.BusException
class BusException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
statusCode
int statusCode
-
-
Class org.frankframework.management.bus.DebuggerStatusChangedEvent
class DebuggerStatusChangedEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
enabled
boolean enabled
-
-
-
-
Package org.frankframework.metrics
-
Class org.frankframework.metrics.PrometheusMeterServlet
class PrometheusMeterServlet extends AbstractHttpServlet implements Serializable-
Serialized Fields
-
prometheusRegistry
io.micrometer.prometheusmetrics.PrometheusMeterRegistry prometheusRegistry
-
-
-
-
Package org.frankframework.monitoring
-
Exception org.frankframework.monitoring.MonitorException
class MonitorException extends IbisException implements Serializable
-
-
Package org.frankframework.monitoring.events
-
Class org.frankframework.monitoring.events.ConsoleMonitorEvent
class ConsoleMonitorEvent extends MonitorEvent implements Serializable -
Class org.frankframework.monitoring.events.FireMonitorEvent
class FireMonitorEvent extends MonitorEvent implements Serializable -
Class org.frankframework.monitoring.events.MonitorEvent
class MonitorEvent extends org.springframework.context.ApplicationEvent implements Serializable -
Class org.frankframework.monitoring.events.RegisterMonitorEvent
class RegisterMonitorEvent extends MonitorEvent implements Serializable
-
-
Package org.frankframework.parameters
-
Class org.frankframework.parameters.ParameterList
-
Serialized Fields
-
index
AtomicInteger index
-
inputValueRequiredForResolution
boolean inputValueRequiredForResolution
-
namesMustBeUnique
boolean namesMustBeUnique
-
-
-
-
Package org.frankframework.pipes
-
Exception org.frankframework.pipes.ForEachChildElementPipe.SaxAbortException
class SaxAbortException extends SaxException implements Serializable -
Exception org.frankframework.pipes.ForEachChildElementPipe.SaxTimeoutException
class SaxTimeoutException extends SaxException implements Serializable
-
-
Package org.frankframework.receivers
-
Class org.frankframework.receivers.MessageWrapper
- serialVersionUID:
- -8251009650246241025L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
message
Message message
-
-
Class org.frankframework.receivers.ResourceLimiter
class ResourceLimiter extends Semaphore implements Serializable-
Serialized Fields
-
maxResourceLimit
int maxResourceLimit
-
-
-
-
Package org.frankframework.scheduler
-
Class org.frankframework.scheduler.IbisJobDetail
class IbisJobDetail extends org.quartz.impl.JobDetailImpl implements Serializable-
Serialized Fields
-
type
IbisJobDetail.JobType type
-
-
-
-
Package org.frankframework.scheduler.job
-
Exception org.frankframework.scheduler.job.JobExecutionException
class JobExecutionException extends IbisException implements Serializable
-
-
Package org.frankframework.stream
-
Class org.frankframework.stream.FileMessage
class FileMessage extends Message implements Serializable- serialVersionUID:
- 5219660236736759665L
-
Class org.frankframework.stream.Message
class Message extends Object implements Serializable- serialVersionUID:
- 437863352486501445L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
closed
boolean closed
-
context
MessageContext context
-
failedToDetermineCharset
boolean failedToDetermineCharset
-
request
Object request
-
requestClass
String requestClass
-
resourcesToClose
Set<AutoCloseable> resourcesToClose
-
-
Class org.frankframework.stream.MessageContext
class MessageContext extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class org.frankframework.stream.PathMessage
class PathMessage extends Message implements Serializable- serialVersionUID:
- -6810228164430433617L
-
Class org.frankframework.stream.SerializableFileReference
class SerializableFileReference extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Method is called by the serialization framework (from java.io.ObjectStreamClass) when deserializing an object.- Parameters:
in
- ObjectInputStream to create object from- Throws:
IOException
- if there is a problem reading from the stream
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
binary
boolean binary
-
charset
String charset
-
size
long size
-
-
Class org.frankframework.stream.UrlMessage
class UrlMessage extends Message implements Serializable- serialVersionUID:
- -8984775227930282095L
-
-
Package org.frankframework.util
-
Class org.frankframework.util.AppConstants
class AppConstants extends PropertyLoader implements Serializable -
Exception org.frankframework.util.DomBuilderException
class DomBuilderException extends IbisException implements Serializable -
Class org.frankframework.util.MessageKeeper
-
Class org.frankframework.util.PropertyLoader
class PropertyLoader extends Properties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rootPropertyFile
String rootPropertyFile
-
-
Class org.frankframework.util.SizeLimitedVector
-
Serialized Fields
-
maxSize
int maxSize
-
-
-
Exception org.frankframework.util.XmlException
class XmlException extends IbisException implements Serializable
-
-
Package org.frankframework.util.flow
-
Exception org.frankframework.util.flow.FlowGenerationException
class FlowGenerationException extends IbisException implements Serializable
-
-
Package org.frankframework.validation
-
Exception org.frankframework.validation.XmlValidatorContentHandler.IllegalRootElementException
class IllegalRootElementException extends SAXException implements Serializable- serialVersionUID:
- 1L
-
Exception org.frankframework.validation.XmlValidatorContentHandler.UnknownNamespaceException
class UnknownNamespaceException extends SAXException implements Serializable- serialVersionUID:
- 1L
-
Exception org.frankframework.validation.XmlValidatorException
class XmlValidatorException extends IbisException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.frankframework.webcontrol
-
Class org.frankframework.webcontrol.RedirectIndexProxy
class RedirectIndexProxy extends AbstractHttpServlet implements Serializable
-
-
Package org.frankframework.xml
-
Exception org.frankframework.xml.SaxException
class SaxException extends SAXException implements Serializable- serialVersionUID:
- -3772313635358961207L
-
Exception org.frankframework.xml.TimeOutSaxException
class TimeOutSaxException extends SaxException implements Serializable
-