Skip navigation links
Red Hat JBoss Enterprise Application Platform 7.2.0.Beta

Red Hat JBoss Enterprise Application Platform 7.2.0.Beta public API

Module com.fasterxml.jackson.core.jackson-annotations 
Package Description
com.fasterxml.jackson.annotation
Public core annotations, most of which are used to configure how Data Mapping/Binding works.
Module com.fasterxml.jackson.core.jackson-core 
Package Description
com.fasterxml.jackson.core
Main public API classes of the core streaming JSON processor: most importantly JsonFactory used for constructing JSON parser (JsonParser) and generator (JsonGenerator) instances.
com.fasterxml.jackson.core.async
Package that contains abstractions needed to support optional non-blocking decoding (parsing) functionality.
com.fasterxml.jackson.core.base
Base classes used by concrete Parser and Generator implementations; contain functionality that is not specific to JSON or input abstraction (byte vs char).
com.fasterxml.jackson.core.filter  
com.fasterxml.jackson.core.format
Package that contains interfaces needed for dynamic, pluggable format (auto)detection; as well as basic utility classes for simple format detection functionality.
com.fasterxml.jackson.core.io  
com.fasterxml.jackson.core.json
JSON-specific parser and generator implementation classes that Jackson defines and uses.
com.fasterxml.jackson.core.json.async
Non-blocking ("async") JSON parser implementation.
com.fasterxml.jackson.core.sym
Internal implementation classes for efficient handling of of symbols in JSON (field names in Objects)
com.fasterxml.jackson.core.type
Contains classes needed for type introspection, mostly used by data binding functionality.
com.fasterxml.jackson.core.util
Utility classes used by Jackson Core functionality.
Module com.fasterxml.jackson.core.jackson-databind 
Package Description
com.fasterxml.jackson.databind
Basic data binding (mapping) functionality that allows for reading JSON content into Java Objects (POJOs) and JSON Trees (JsonNode), as well as writing Java Objects and trees as JSON.
com.fasterxml.jackson.databind.annotation
Annotations that directly depend on classes in databinding bundle (not just Jackson core) and cannot be included in Jackson core annotations package (because it cannot have any external dependencies).
com.fasterxml.jackson.databind.cfg
Package that contains most of configuration-related classes; exception being couple of most-commonly used configuration things (like Feature enumerations) that are at the main level (com.fasterxml.jackson.databind).
com.fasterxml.jackson.databind.deser
Contains implementation classes of deserialization part of data binding.
com.fasterxml.jackson.databind.deser.impl
Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces.
com.fasterxml.jackson.databind.deser.std
Contains public standard implementations of abstraction that Jackson uses.
com.fasterxml.jackson.databind.exc  
com.fasterxml.jackson.databind.ext
Contains extended support for "external" packages: things that may or may not be present in runtime environment, but that are commonly enough used so that explicit support can be added.
com.fasterxml.jackson.databind.introspect
Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations.
com.fasterxml.jackson.databind.jsonFormatVisitors
com.fasterxml.jackson.databind.jsonschema
Classes needed for JSON schema support (currently just ability to generate schemas using serialization part of data mapping)
com.fasterxml.jackson.databind.jsontype
Package that contains interfaces that define how to implement functionality for dynamically resolving type during deserialization.
com.fasterxml.jackson.databind.jsontype.impl
Package that contains standard implementations for TypeResolverBuilder and TypeIdResolver.
com.fasterxml.jackson.databind.module
Package that contains classes and interfaces to help implement custom extension Modules (which are registered using ObjectMapper.registerModule(com.fasterxml.jackson.databind.Module).
com.fasterxml.jackson.databind.node
Contains concrete JsonNode implementations Jackson uses for the Tree model.
com.fasterxml.jackson.databind.ser
Contains implementation classes of serialization part of data binding.
com.fasterxml.jackson.databind.ser.impl
Contains implementation classes of serialization part of data binding.
com.fasterxml.jackson.databind.ser.std  
com.fasterxml.jackson.databind.type
Package that contains concrete implementations of JavaType, as well as the factory (TypeFactory) for constructing instances from various input data types (like Class, Type) and programmatically (for structured types, arrays, Lists and Maps).
com.fasterxml.jackson.databind.util
Utility classes for Mapper package.
Module com.fasterxml.jackson.datatype.jackson-datatype-jdk8 
Package Description
com.fasterxml.jackson.datatype.jdk8  
Module com.fasterxml.jackson.datatype.jackson-datatype-jsr310 
Package Description
com.fasterxml.jackson.datatype.jsr310  
com.fasterxml.jackson.datatype.jsr310.deser  
com.fasterxml.jackson.datatype.jsr310.deser.key  
com.fasterxml.jackson.datatype.jsr310.ser  
com.fasterxml.jackson.datatype.jsr310.ser.key  
Module com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider 
Package Description
com.fasterxml.jackson.jaxrs.annotation
Package that contains annotations applicable to all content types.
com.fasterxml.jackson.jaxrs.base  
com.fasterxml.jackson.jaxrs.base.nocontent  
com.fasterxml.jackson.jaxrs.cfg  
com.fasterxml.jackson.jaxrs.json
Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType).
com.fasterxml.jackson.jaxrs.json.annotation
Package that contains annotations specific to JSON dataformat.
com.fasterxml.jackson.jaxrs.util
Miscellaneous helper classes used by providers.
com.fasterxml.jackson.module.jaxb
Package that contains support for using JAXB annotations for configuring Jackson data-binding aspects.
com.fasterxml.jackson.module.jaxb.deser  
com.fasterxml.jackson.module.jaxb.ser  
Module io.undertow.core 
Package Description
io.undertow  
io.undertow.attribute  
io.undertow.channels  
io.undertow.client  
io.undertow.client.ajp  
io.undertow.client.http  
io.undertow.client.http2  
io.undertow.conduits  
io.undertow.connector  
io.undertow.io  
io.undertow.predicate  
io.undertow.protocols.ajp  
io.undertow.protocols.alpn  
io.undertow.protocols.http2  
io.undertow.protocols.ssl  
io.undertow.security.api  
io.undertow.security.handlers  
io.undertow.security.idm  
io.undertow.security.impl  
io.undertow.server  
io.undertow.server.handlers  
io.undertow.server.handlers.accesslog  
io.undertow.server.handlers.builder  
io.undertow.server.handlers.cache  
io.undertow.server.handlers.encoding  
io.undertow.server.handlers.error  
io.undertow.server.handlers.form  
io.undertow.server.handlers.proxy  
io.undertow.server.handlers.proxy.mod_cluster  
io.undertow.server.handlers.resource  
io.undertow.server.handlers.sse  
io.undertow.server.protocol  
io.undertow.server.protocol.ajp  
io.undertow.server.protocol.framed  
io.undertow.server.protocol.http  
io.undertow.server.protocol.http2  
io.undertow.server.protocol.proxy  
io.undertow.server.session  
io.undertow.util  
io.undertow.websockets  
io.undertow.websockets.client  
io.undertow.websockets.core  
io.undertow.websockets.core.function  
io.undertow.websockets.core.protocol  
io.undertow.websockets.core.protocol.version07  
io.undertow.websockets.core.protocol.version08  
io.undertow.websockets.core.protocol.version13  
io.undertow.websockets.extensions  
io.undertow.websockets.spi  
Module io.undertow.servlet 
Package Description
io.undertow.servlet  
io.undertow.servlet.api  
io.undertow.servlet.attribute  
io.undertow.servlet.compat.rewrite  
io.undertow.servlet.core  
io.undertow.servlet.handlers  
io.undertow.servlet.handlers.security  
io.undertow.servlet.osgi  
io.undertow.servlet.predicate  
io.undertow.servlet.spec  
io.undertow.servlet.sse  
io.undertow.servlet.util  
io.undertow.servlet.websockets  
Module javax.activation.api 
Package Description
com.sun.activation.registries  
com.sun.activation.viewers  
javax.activation
The JavaBeans(TM) Activation Framework is used by the JavaMail(TM) API to manage MIME data.
Module javax.annotation.api 
Package Description
javax.annotation
This package defines the common annotations.
javax.annotation.security
This package contains the security common annotations.
javax.annotation.sql  
Module javax.batch.api 
Package Description
javax.batch.api
Provides APIs used by Batch artifacts.
javax.batch.api.chunk
Provides APIs used by artifacts in a Batch chunk step.
javax.batch.api.chunk.listener
Provides APIs defining listener artifacts for a Batch chunk step.
javax.batch.api.listener
Provides APIs defining Batch job-level and step-level listener artifacts.
javax.batch.api.partition
Provides APIs for artifacts specific to a Batch partitioned step.
javax.batch.operations
Provides APIs for starting, managing, and viewing results of Batch job executions, along with a set of exceptions.
javax.batch.runtime
Provides APIs for viewing the detailed outcomes and metrics of Batch job executions.
javax.batch.runtime.context
Provides APIs for context classes allowing data sharing across Batch artifacts within a job instance and within a step.
Module javax.ejb.api 
Package Description
javax.ejb  
javax.ejb.embeddable  
javax.ejb.spi  
Module javax.el.api 
Package Description
javax.el
Provides the API for the Unified Expression Language 3.0
org.jboss.el.cache  
Module javax.enterprise.api 
Package Description
javax.decorator
Annotations relating to decorators.
javax.enterprise.context
Annotations and interfaces relating to scopes and contexts.
javax.enterprise.context.control  
javax.enterprise.context.spi
The custom context SPI.
javax.enterprise.event
Annotations and interfaces relating to events.
javax.enterprise.inject  
javax.enterprise.inject.literal  
javax.enterprise.inject.se  
javax.enterprise.inject.spi
The portable extension integration SPI.
javax.enterprise.inject.spi.configurator  
javax.enterprise.util
Contains shared, general-purpose helper classes and annotations.
Module javax.enterprise.concurrent.api 
Package Description
javax.enterprise.concurrent  
Module javax.faces.api 
Package Description
javax.faces  
javax.faces.application
APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces.
javax.faces.bean

These javadoc files constitute the “Faces Managed Bean Annotation Specification for Containers Conforming to Servlet 2.5 and Beyond”

javax.faces.component
Fundamental APIs for user interface components.
javax.faces.component.behavior
APIs for attaching additional behavior to user interface components.
javax.faces.component.html
Specialized user interface component classes for HTML.
javax.faces.component.visit

APIs for traversing a user interface component view.

javax.faces.context
Classes and interfaces defining per-request state information.
javax.faces.convert
Contains classes and interfaces defining converters.
javax.faces.el
DEPRECATED Classes and interfaces for evaluating and processing reference expressions.
javax.faces.event
Interfaces describing events and event listeners, and concrete event implementation classes.
javax.faces.flow

The runtime API for Faces Flows.

javax.faces.flow.builder

Classes for declaring a Faces Flow.

javax.faces.lifecycle
Classes and interfaces defining lifecycle management for the JavaServer Faces implementation.
javax.faces.model
Standard model data beans for JavaServer Faces.
javax.faces.render
Classes and interfaces defining the rendering model.
javax.faces.validator
Interface defining the validator model, and concrete validator implementation classes.
javax.faces.view

Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces.

javax.faces.view.facelets

This package contains public classes for the Java code API of Facelets.

javax.faces.webapp
Classes required for integration of JavaServer Faces into web applications, including a standard servlet, base classes for JSP custom component tags, and concrete tag implementations for core tags.
Module javax.inject.api 
Package Description
javax.inject
This package specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
Module javax.interceptor.api 
Package Description
javax.interceptor  
Module javax.jms.api 
Package Description
javax.jms
The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
Module javax.jws.api 
Package Description
javax.jws  
javax.jws.soap  
Module javax.mail.api 
Package Description
com.sun.mail.auth  
com.sun.mail.handlers  
com.sun.mail.iap  
com.sun.mail.imap
An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store.
com.sun.mail.imap.protocol  
com.sun.mail.pop3
A POP3 protocol provider for the JavaMail API that provides access to a POP3 message store.
com.sun.mail.smtp
An SMTP protocol provider for the JavaMail API that provides access to an SMTP server.
com.sun.mail.util
Utility classes for use with the JavaMail API.
com.sun.mail.util.logging
Contains JavaMail™ extensions for the Java™ platform's core logging facilities.
javax.mail
The JavaMail™ API provides classes that model a mail system.
javax.mail.event
Listeners and events for the JavaMail API.
javax.mail.internet
Classes specific to Internet mail systems.
javax.mail.search
Message search terms for the JavaMail API.
javax.mail.util
JavaMail API utility classes.
Module javax.management.j2ee.api 
Package Description
javax.management.j2ee  
javax.management.j2ee.statistics  
Module javax.orb.api 
Package Description
com.sun.corba.se.impl.activation  
com.sun.corba.se.impl.copyobject  
com.sun.corba.se.impl.corba  
com.sun.corba.se.impl.dynamicany  
com.sun.corba.se.impl.encoding  
com.sun.corba.se.impl.interceptors  
com.sun.corba.se.impl.io  
com.sun.corba.se.impl.ior  
com.sun.corba.se.impl.ior.iiop  
com.sun.corba.se.impl.javax.rmi  
com.sun.corba.se.impl.javax.rmi.CORBA  
com.sun.corba.se.impl.legacy.connection  
com.sun.corba.se.impl.logging  
com.sun.corba.se.impl.monitoring  
com.sun.corba.se.impl.naming.cosnaming  
com.sun.corba.se.impl.naming.namingutil  
com.sun.corba.se.impl.naming.pcosnaming  
com.sun.corba.se.impl.oa  
com.sun.corba.se.impl.oa.poa  
com.sun.corba.se.impl.oa.toa  
com.sun.corba.se.impl.orb  
com.sun.corba.se.impl.orbutil  
com.sun.corba.se.impl.orbutil.closure  
com.sun.corba.se.impl.orbutil.concurrent  
com.sun.corba.se.impl.orbutil.fsm  
com.sun.corba.se.impl.orbutil.graph  
com.sun.corba.se.impl.orbutil.threadpool  
com.sun.corba.se.impl.presentation.rmi  
com.sun.corba.se.impl.protocol  
com.sun.corba.se.impl.protocol.giopmsgheaders  
com.sun.corba.se.impl.resolver  
com.sun.corba.se.impl.transport  
com.sun.corba.se.impl.util  
com.sun.corba.se.internal.corba  
com.sun.corba.se.internal.CosNaming  
com.sun.corba.se.internal.iiop  
com.sun.corba.se.internal.Interceptors  
com.sun.corba.se.internal.POA  
com.sun.corba.se.org.omg.CORBA  
com.sun.corba.se.pept.broker  
com.sun.corba.se.pept.encoding  
com.sun.corba.se.pept.protocol  
com.sun.corba.se.pept.transport  
com.sun.corba.se.spi.activation  
com.sun.corba.se.spi.activation.InitialNameServicePackage  
com.sun.corba.se.spi.activation.LocatorPackage  
com.sun.corba.se.spi.activation.RepositoryPackage  
com.sun.corba.se.spi.copyobject  
com.sun.corba.se.spi.encoding  
com.sun.corba.se.spi.extension  
com.sun.corba.se.spi.GIOP  
com.sun.corba.se.spi.ior
Provides access to the components and profiles in an IOR without the overhead of CDR encoding.
com.sun.corba.se.spi.ior.iiop  
com.sun.corba.se.spi.legacy.connection  
com.sun.corba.se.spi.legacy.interceptor  
com.sun.corba.se.spi.logging  
com.sun.corba.se.spi.messages  
com.sun.corba.se.spi.monitoring
General Information
com.sun.corba.se.spi.oa  
com.sun.corba.se.spi.orb  
com.sun.corba.se.spi.orbutil.closure  
com.sun.corba.se.spi.orbutil.fsm  
com.sun.corba.se.spi.orbutil.proxy  
com.sun.corba.se.spi.orbutil.threadpool  
com.sun.corba.se.spi.PortableActivationIDL  
com.sun.corba.se.spi.PortableActivationIDL.InitialNameServicePackage  
com.sun.corba.se.spi.PortableActivationIDL.LocatorPackage  
com.sun.corba.se.spi.PortableActivationIDL.RepositoryPackage  
com.sun.corba.se.spi.presentation.rmi  
com.sun.corba.se.spi.protocol  
com.sun.corba.se.spi.resolver  
com.sun.corba.se.spi.servicecontext  
com.sun.corba.se.spi.transport  
com.sun.org.omg.CORBA  
com.sun.org.omg.CORBA.portable  
com.sun.org.omg.CORBA.ValueDefPackage  
com.sun.org.omg.SendingContext  
com.sun.org.omg.SendingContext.CodeBasePackage  
com.sun.tools.corba.se.idl  
com.sun.tools.corba.se.idl.constExpr  
com.sun.tools.corba.se.idl.som.cff  
com.sun.tools.corba.se.idl.som.idlemit  
com.sun.tools.corba.se.idl.toJavaPortable  
com.sun.tools.corba.se.logutil  
javax.activity
Contains Activity service related exceptions thrown by the ORB machinery during unmarshalling.
javax.rmi
Contains user APIs for RMI-IIOP.
javax.rmi.CORBA
Contains portability APIs for RMI-IIOP.
org.jboss.iiop.csiv2  
org.jboss.javax.rmi  
org.omg.CORBA
Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).
org.omg.CORBA_2_3
The CORBA_2_3 package defines additions to existing CORBA interfaces in the Java[tm] Standard Edition 6.   These changes occurred in recent revisions to the CORBA API defined by the OMG.  The new methods were added to  interfaces derived from the corresponding interfaces in the CORBA package.  This provides backward compatibility and avoids breaking the JCK tests.
org.omg.CORBA_2_3.portable
Provides methods for the input and output of value types, and contains other updates to the org/omg/CORBA/portable package.
org.omg.CORBA.ComponentIR  
org.omg.CORBA.ContainedPackage  
org.omg.CORBA.ContainerPackage  
org.omg.CORBA.DynAnyPackage
Provides the exceptions used with the DynAny interface (InvalidValue, Invalid, InvalidSeq, and TypeMismatch).
org.omg.CORBA.ExtValueDefPackage  
org.omg.CORBA.InterfaceAttrExtensionPackage  
org.omg.CORBA.InterfaceDefPackage  
org.omg.CORBA.ORBPackage
Provides the exception InvalidName, which is thrown by the method ORB.resolve_initial_references and the exception InconsistentTypeCode, which is thrown by the Dynamic Any creation methods in the ORB class.
org.omg.CORBA.portable
Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB.
org.omg.CORBA.TypeCodePackage
Provides the user-defined exceptions BadKind and Bounds, which are thrown by methods in in the class TypeCode.
org.omg.CORBA.ValueDefPackage  
org.omg.CosNaming
Provides a naming service for Java IDL.
org.omg.CosNaming.NamingContextExtPackage
This package contains the following classes, which are used in org.omg.CosNaming.NamingContextExt:
org.omg.CosNaming.NamingContextPackage
This package contains Exception classes for the org.omg.CosNaming package.
org.omg.CSI  
org.omg.CSIIOP  
org.omg.Dynamic
This package contains the Dynamic module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.9.
org.omg.DynamicAny
Provides classes and interfaces that enable traversal of the data value associated with an any at runtime, and extraction of the primitive constituents of the data value.
org.omg.DynamicAny.DynAnyFactoryPackage
This package contains classes and exceptions from the DynAnyFactory interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.2.
org.omg.DynamicAny.DynAnyPackage
This package contains classes and exceptions from the DynAny interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.
org.omg.GSSUP  
org.omg.IOP
This package contains the IOP module specified in the OMG document The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6.
org.omg.IOP.CodecFactoryPackage
This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec).
org.omg.IOP.CodecPackage
This package is generated from the IOP::Codec IDL interface definition.
org.omg.Messaging
This package contains the Messaging module specified in the OMG CORBA Messaging specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07.
org.omg.PortableInterceptor
Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.
org.omg.PortableInterceptor.ORBInitInfoPackage
This package contains the exceptions and typedefs from the ORBInitInfo local interface of the PortableInterceptor module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2.
org.omg.PortableServer
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
org.omg.PortableServer.CurrentPackage
Provides method implementations with access to the identity of the object on which the method was invoked.
org.omg.PortableServer.POAManagerPackage
Encapsulates the processing state of the POAs it is associated with.
org.omg.PortableServer.POAPackage
Allows programmers to construct object implementations that are portable between different ORB products.
org.omg.PortableServer.portable
Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.
org.omg.PortableServer.ServantLocatorPackage
Provides classes and interfaces for locating the servant.
org.omg.Security  
org.omg.SendingContext
Provides support for the marshalling of value types.
org.omg.SSLIOP  
org.omg.stub.java.rmi
Contains RMI-IIOP Stubs for the Remote types that occur in the java.rmi package.
sun.corba
Provides an internal API that the Sun ORB implementation uses to access JVM functions that have no standard APIs.
Module javax.persistence.api 
Package Description
javax.persistence  
javax.persistence.criteria  
javax.persistence.metamodel  
javax.persistence.spi  
Module javax.resource.api 
Package Description
javax.resource
The javax.resource package is the top-level package for the Java EE Connector API specification.
javax.resource.cci
The javax.resource.cci package contains API specification for the Common Client Interface (CCI).
javax.resource.spi
The javax.resource.spi package contains APIs for the system contracts defined in the Java EE Connector Architecture specification.
javax.resource.spi.endpoint
This package contains system contracts for service endpoint interactions.
javax.resource.spi.security
The javax.resource.spi.security package contains APIs for the security management contract.
javax.resource.spi.work
This package contains APIs for the Work Management, Generic Work and Security Work contracts.
Module javax.security.auth.message.api 
Package Description
javax.security.auth.message
This package defines the core interfaces of the JSR 196 message authentication SPI.
javax.security.auth.message.callback
This package defines callback interfaces that may be used by a pluggable message authentication module to interact with the message processing runtime that invoked the module.
javax.security.auth.message.config
This package defines the interfaces implemented by JSR 196 compatible configuration systems.
javax.security.auth.message.module
This package defines the interfaces implemented by JSR 196 compatible authentication modules.
Module javax.security.enterprise.api 
Package Description
javax.security.enterprise
The main Java EE Security API package.
javax.security.enterprise.authentication.mechanism.http
The HTTP authentication mechanism API package.
javax.security.enterprise.credential
The Identity Store Credential API package.
javax.security.enterprise.identitystore
The identity store API package.
Module javax.security.jacc.api 
Package Description
javax.security.jacc
This package containes the Java Authorization Contract for Containers API
Module javax.servlet.api 
Package Description
javax.servlet
The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
javax.servlet.annotation
The javax.servlet.annotation package contains a number of annotations that allow users to use annotations to declare servlets, filters, listeners and specify the metadata for the declared component.
javax.servlet.descriptor
Provides programmatic access to a web application's configuration information that was aggregated from the web.xml and web-fragment.xml descriptors.
javax.servlet.http
The javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container.
Module javax.servlet.jsp.api 
Package Description
javax.servlet.jsp
Classes and interfaces for the Core JSP 2.1 API.
javax.servlet.jsp.el
Provides the ELResolver classes that define the object resolution rules that must be supported by a JSP container with the new unified Expression Language.
javax.servlet.jsp.tagext
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
Module javax.servlet.jstl.api 
Package Description
javax.servlet.jsp.jstl.core  
javax.servlet.jsp.jstl.fmt  
javax.servlet.jsp.jstl.sql  
javax.servlet.jsp.jstl.tlv  
org.apache.taglibs.standard  
org.apache.taglibs.standard.functions  
org.apache.taglibs.standard.resources  
org.apache.taglibs.standard.tag.common.core  
org.apache.taglibs.standard.tag.common.fmt  
org.apache.taglibs.standard.tag.common.sql  
org.apache.taglibs.standard.tag.common.xml  
org.apache.taglibs.standard.tag.compat.core  
org.apache.taglibs.standard.tag.compat.fmt  
org.apache.taglibs.standard.tag.compat.sql  
org.apache.taglibs.standard.tag.compat.xml  
org.apache.taglibs.standard.tag.rt.core  
org.apache.taglibs.standard.tag.rt.fmt  
org.apache.taglibs.standard.tag.rt.sql  
org.apache.taglibs.standard.tag.rt.xml  
org.apache.taglibs.standard.tei  
org.apache.taglibs.standard.tlv  
org.apache.taglibs.standard.tlv.compat  
org.apache.taglibs.standard.util  
Module javax.transaction.api 
Package Description
javax.transaction  
Module javax.validation.api 
Package Description
javax.validation
Top level package of the Bean Validation API.
javax.validation.bootstrap
Package containing bootstrap specific objects.
javax.validation.constraints
Contains all the Bean Validation provided constraints also called built-in constraints.
javax.validation.constraintvalidation
Package containing constructs specific to constraint validators In particular SupportedValidationTarget is used to refine the validation target of a ConstraintValidator.
javax.validation.executable
Package related to the control and execution of executable validation.
javax.validation.groups
A group defines a subset of constraints.
javax.validation.metadata
Package containing all objects specifically used and returned by the metadata API.
javax.validation.spi
Package containing objects specific to the interaction between the Bean Validation bootstrapping process and Bean Validation providers.
javax.validation.valueextraction
Package containing objects dedicated to extract values to validate from containers.
Module javax.websocket.api 
Package Description
javax.websocket
This package contains all the WebSocket APIs common to both the client and server side.
javax.websocket.server
This package contains all the WebSocket APIs used only by server side applications.
Module javax.ws.rs.api 
Package Description
javax.ws.rs
High-level interfaces and annotations used to create RESTful service resources.
javax.ws.rs.client
The JAX-RS client API
javax.ws.rs.container
Container-specific JAX-RS API.
javax.ws.rs.core
Low-level interfaces and annotations used to create RESTful service resources.
javax.ws.rs.ext
APIs that provide extensions to the types supported by the JAX-RS API.
Module javax.wsdl4j.api 
Package Description
com.ibm.wsdl  
com.ibm.wsdl.extensions  
com.ibm.wsdl.extensions.http  
com.ibm.wsdl.extensions.mime  
com.ibm.wsdl.extensions.schema  
com.ibm.wsdl.extensions.soap  
com.ibm.wsdl.extensions.soap12  
com.ibm.wsdl.factory  
com.ibm.wsdl.util  
com.ibm.wsdl.util.xml  
com.ibm.wsdl.xml  
javax.wsdl  
javax.wsdl.extensions  
javax.wsdl.extensions.http  
javax.wsdl.extensions.mime  
javax.wsdl.extensions.schema  
javax.wsdl.extensions.soap  
javax.wsdl.extensions.soap12  
javax.wsdl.factory  
javax.wsdl.xml  
Module javax.xml.bind.api 
Package Description
javax.xml.bind
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
javax.xml.bind.annotation
Defines annotations for customizing Java program elements to XML Schema mapping.
javax.xml.bind.annotation.adapters
XmlAdapter and its spec-defined sub-classes to allow arbitrary Java classes to be used with JAXB.
javax.xml.bind.attachment
This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.
javax.xml.bind.helpers
JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces.
javax.xml.bind.util
Useful client utility classes.
Module javax.xml.rpc.api 
Package Description
javax.xml.rpc  
javax.xml.rpc.encoding  
javax.xml.rpc.handler  
javax.xml.rpc.handler.soap  
javax.xml.rpc.holders  
javax.xml.rpc.server  
javax.xml.rpc.soap  
Module javax.xml.soap.api 
Package Description
javax.xml.soap
Provides the API for creating and building SOAP messages.
Module javax.xml.ws.api 
Package Description
javax.xml.ws
This package contains the core JAX-WS APIs.
javax.xml.ws.handler
This package defines APIs for message handlers.
javax.xml.ws.handler.soap
This package defines APIs for SOAP message handlers.
javax.xml.ws.http
This package defines APIs specific to the HTTP binding.
javax.xml.ws.soap
This package defines APIs specific to the SOAP binding.
javax.xml.ws.spi
This package defines SPIs for JAX-WS.
javax.xml.ws.spi.http
Provides HTTP SPI that is used for portable deployment of JAX-WS web services in containers(for e.g.
javax.xml.ws.wsaddressing
This package defines APIs related to WS-Addressing.
Module org.apache.activemq.artemis 
Package Description
org.apache.activemq.artemis.api.config  
org.apache.activemq.artemis.api.core  
org.apache.activemq.artemis.api.core.client  
org.apache.activemq.artemis.api.core.client.loadbalance  
org.apache.activemq.artemis.api.core.jgroups  
org.apache.activemq.artemis.api.core.management  
org.apache.activemq.artemis.api.jms  
org.apache.activemq.artemis.api.jms.management  
org.apache.activemq.artemis.cli  
org.apache.activemq.artemis.cli.commands  
org.apache.activemq.artemis.cli.commands.destination  
org.apache.activemq.artemis.cli.commands.messages  
org.apache.activemq.artemis.cli.commands.tools  
org.apache.activemq.artemis.cli.commands.user  
org.apache.activemq.artemis.cli.commands.util  
org.apache.activemq.artemis.cli.process
Contains useful classes for spawning process from client classes
org.apache.activemq.artemis.components  
org.apache.activemq.artemis.core.buffers.impl  
org.apache.activemq.artemis.core.client  
org.apache.activemq.artemis.core.client.impl  
org.apache.activemq.artemis.core.cluster  
org.apache.activemq.artemis.core.config  
org.apache.activemq.artemis.core.config.ha  
org.apache.activemq.artemis.core.config.impl  
org.apache.activemq.artemis.core.config.storage  
org.apache.activemq.artemis.core.deployers  
org.apache.activemq.artemis.core.deployers.impl  
org.apache.activemq.artemis.core.exception  
org.apache.activemq.artemis.core.filter  
org.apache.activemq.artemis.core.filter.impl  
org.apache.activemq.artemis.core.management.impl  
org.apache.activemq.artemis.core.management.impl.openmbean  
org.apache.activemq.artemis.core.message  
org.apache.activemq.artemis.core.message.impl  
org.apache.activemq.artemis.core.messagecounter  
org.apache.activemq.artemis.core.messagecounter.impl  
org.apache.activemq.artemis.core.paging  
org.apache.activemq.artemis.core.paging.cursor  
org.apache.activemq.artemis.core.paging.cursor.impl  
org.apache.activemq.artemis.core.paging.impl  
org.apache.activemq.artemis.core.persistence  
org.apache.activemq.artemis.core.persistence.config  
org.apache.activemq.artemis.core.persistence.impl  
org.apache.activemq.artemis.core.persistence.impl.journal  
org.apache.activemq.artemis.core.persistence.impl.journal.codec  
org.apache.activemq.artemis.core.persistence.impl.nullpm  
org.apache.activemq.artemis.core.postoffice  
org.apache.activemq.artemis.core.postoffice.impl  
org.apache.activemq.artemis.core.protocol  
org.apache.activemq.artemis.core.protocol.core  
org.apache.activemq.artemis.core.protocol.core.impl  
org.apache.activemq.artemis.core.protocol.core.impl.wireformat  
org.apache.activemq.artemis.core.protocol.hornetq  
org.apache.activemq.artemis.core.protocol.hornetq.client  
org.apache.activemq.artemis.core.protocol.hornetq.util  
org.apache.activemq.artemis.core.registry  
org.apache.activemq.artemis.core.remoting  
org.apache.activemq.artemis.core.remoting.impl  
org.apache.activemq.artemis.core.remoting.impl.invm  
org.apache.activemq.artemis.core.remoting.impl.netty  
org.apache.activemq.artemis.core.remoting.impl.ssl  
org.apache.activemq.artemis.core.remoting.server  
org.apache.activemq.artemis.core.remoting.server.impl  
org.apache.activemq.artemis.core.replication  
org.apache.activemq.artemis.core.security  
org.apache.activemq.artemis.core.security.impl  
org.apache.activemq.artemis.core.server  
org.apache.activemq.artemis.core.server.cluster  
org.apache.activemq.artemis.core.server.cluster.ha  
org.apache.activemq.artemis.core.server.cluster.impl  
org.apache.activemq.artemis.core.server.cluster.qourum  
org.apache.activemq.artemis.core.server.embedded  
org.apache.activemq.artemis.core.server.files  
org.apache.activemq.artemis.core.server.group  
org.apache.activemq.artemis.core.server.group.impl  
org.apache.activemq.artemis.core.server.impl  
org.apache.activemq.artemis.core.server.impl.jdbc  
org.apache.activemq.artemis.core.server.management  
org.apache.activemq.artemis.core.server.management.impl  
org.apache.activemq.artemis.core.server.protocol.websocket  
org.apache.activemq.artemis.core.server.reload  
org.apache.activemq.artemis.core.settings  
org.apache.activemq.artemis.core.settings.impl  
org.apache.activemq.artemis.core.transaction  
org.apache.activemq.artemis.core.transaction.impl  
org.apache.activemq.artemis.core.version  
org.apache.activemq.artemis.core.version.impl  
org.apache.activemq.artemis.dto
The JAXB POJOs for the XML configuration of ActiveMQ Artemis broker
org.apache.activemq.artemis.factory  
org.apache.activemq.artemis.integration  
org.apache.activemq.artemis.integration.bootstrap  
org.apache.activemq.artemis.jdbc.store.drivers  
org.apache.activemq.artemis.jdbc.store.file  
org.apache.activemq.artemis.jdbc.store.journal  
org.apache.activemq.artemis.jdbc.store.sql  
org.apache.activemq.artemis.jms.bridge  
org.apache.activemq.artemis.jms.bridge.impl  
org.apache.activemq.artemis.jms.client  
org.apache.activemq.artemis.jms.management.impl  
org.apache.activemq.artemis.jms.management.impl.openmbean  
org.apache.activemq.artemis.jms.persistence  
org.apache.activemq.artemis.jms.persistence.config  
org.apache.activemq.artemis.jms.persistence.impl.journal  
org.apache.activemq.artemis.jms.persistence.impl.nullpm  
org.apache.activemq.artemis.jms.referenceable  
org.apache.activemq.artemis.jms.server  
org.apache.activemq.artemis.jms.server.config  
org.apache.activemq.artemis.jms.server.config.impl  
org.apache.activemq.artemis.jms.server.embedded  
org.apache.activemq.artemis.jms.server.impl  
org.apache.activemq.artemis.jms.server.management  
org.apache.activemq.artemis.jms.server.management.impl  
org.apache.activemq.artemis.jms.transaction  
org.apache.activemq.artemis.jndi  
org.apache.activemq.artemis.reader  
org.apache.activemq.artemis.selector.filter
Filter implementations for wildcards & JMS selectors
org.apache.activemq.artemis.selector.hyphenated  
org.apache.activemq.artemis.selector.impl  
org.apache.activemq.artemis.selector.strict  
org.apache.activemq.artemis.service.extensions  
org.apache.activemq.artemis.service.extensions.transactions  
org.apache.activemq.artemis.service.extensions.xa  
org.apache.activemq.artemis.service.extensions.xa.recovery  
org.apache.activemq.artemis.spi.core.naming  
org.apache.activemq.artemis.spi.core.protocol  
org.apache.activemq.artemis.spi.core.remoting  
org.apache.activemq.artemis.spi.core.security  
org.apache.activemq.artemis.spi.core.security.jaas  
org.apache.activemq.artemis.uri  
org.apache.activemq.artemis.uri.schema.connector  
org.apache.activemq.artemis.uri.schema.serverLocator  
org.apache.activemq.artemis.uri.schemas.acceptor  
org.apache.activemq.artemis.uri.schemas.clusterConnection  
org.apache.activemq.artemis.util  
org.apache.activemq.artemis.utils  
Module org.apache.activemq.artemis.journal 
Package Description
org.apache.activemq.artemis  
org.apache.activemq.artemis.core.io  
org.apache.activemq.artemis.core.io.aio  
org.apache.activemq.artemis.core.io.buffer  
org.apache.activemq.artemis.core.io.mapped  
org.apache.activemq.artemis.core.io.nio  
org.apache.activemq.artemis.core.io.util  
org.apache.activemq.artemis.core.journal  
org.apache.activemq.artemis.core.journal.impl  
org.apache.activemq.artemis.core.journal.impl.dataformat  
org.apache.activemq.artemis.jlibaio
This packages handles Linux libaio at a low level.
org.apache.activemq.artemis.jlibaio.util  
org.apache.activemq.artemis.journal  
org.apache.activemq.artemis.logs  
org.apache.activemq.artemis.utils.uri  
Module org.apache.cxf 
Package Description
org.apache.cxf
Contains the Bus, which is the central touch point of CXF, and its related classes.
org.apache.cxf.annotations  
org.apache.cxf.attachment  
org.apache.cxf.binding
Interfaces for protocol bindings and their factories.
org.apache.cxf.bus  
org.apache.cxf.bus.blueprint  
org.apache.cxf.bus.extension  
org.apache.cxf.bus.managers  
org.apache.cxf.bus.osgi  
org.apache.cxf.bus.resource  
org.apache.cxf.bus.spring  
org.apache.cxf.buslifecycle  
org.apache.cxf.catalog  
org.apache.cxf.common  
org.apache.cxf.common.annotation  
org.apache.cxf.common.classloader  
org.apache.cxf.common.i18n  
org.apache.cxf.common.injection  
org.apache.cxf.common.jaxb  
org.apache.cxf.common.logging  
org.apache.cxf.common.security  
org.apache.cxf.common.util  
org.apache.cxf.common.xmlschema  
org.apache.cxf.configuration  
org.apache.cxf.configuration.blueprint  
org.apache.cxf.configuration.jsse  
org.apache.cxf.configuration.security  
org.apache.cxf.configuration.spring  
org.apache.cxf.continuations  
org.apache.cxf.databinding  
org.apache.cxf.databinding.source  
org.apache.cxf.databinding.source.mime  
org.apache.cxf.databinding.stax  
org.apache.cxf.endpoint
Client and Server related classes.
org.apache.cxf.extension  
org.apache.cxf.feature  
org.apache.cxf.feature.transform  
org.apache.cxf.feature.validation  
org.apache.cxf.headers  
org.apache.cxf.helpers  
org.apache.cxf.interceptor
Core interceptor interfaces which form the basis for message processing chains in CXF.
org.apache.cxf.interceptor.security  
org.apache.cxf.interceptor.security.callback  
org.apache.cxf.interceptor.transform  
org.apache.cxf.internal  
org.apache.cxf.io  
org.apache.cxf.logging  
org.apache.cxf.management  
org.apache.cxf.management.annotation  
org.apache.cxf.message  
org.apache.cxf.phase
An InterceptorChain implementation which uses the concept of Phases to order message chains.
org.apache.cxf.policy  
org.apache.cxf.resource  
org.apache.cxf.security  
org.apache.cxf.security.claims.authorization  
org.apache.cxf.security.transport  
org.apache.cxf.service
This package and its sub packages contain classes relating to services and the CXF service model
org.apache.cxf.service.factory  
org.apache.cxf.service.invoker  
org.apache.cxf.service.invoker.spring  
org.apache.cxf.service.model  
org.apache.cxf.staxutils  
org.apache.cxf.staxutils.transform  
org.apache.cxf.staxutils.validation  
org.apache.cxf.transport
Transport related classes.
org.apache.cxf.transport.common.gzip  
org.apache.cxf.validation  
org.apache.cxf.version  
org.apache.cxf.workqueue  
org.apache.cxf.ws.addressing  
org.apache.cxf.ws.addressing.v200403  
org.apache.cxf.ws.addressing.v200408  
org.apache.cxf.ws.addressing.wsdl  
org.apache.cxf.wsdl.http  
Module org.apache.cxf.services-sts 
Package Description
org.apache.cxf.sts  
org.apache.cxf.sts.cache  
org.apache.cxf.sts.claims  
org.apache.cxf.sts.claims.mapper  
org.apache.cxf.sts.event  
org.apache.cxf.sts.event.map  
org.apache.cxf.sts.interceptor  
org.apache.cxf.sts.operation  
org.apache.cxf.sts.provider  
org.apache.cxf.sts.request  
org.apache.cxf.sts.rest  
org.apache.cxf.sts.service  
org.apache.cxf.sts.token.canceller  
org.apache.cxf.sts.token.delegation  
org.apache.cxf.sts.token.provider  
org.apache.cxf.sts.token.provider.jwt  
org.apache.cxf.sts.token.realm  
org.apache.cxf.sts.token.renewer  
org.apache.cxf.sts.token.validator  
org.apache.cxf.sts.token.validator.jwt  
Module org.apache.cxf.ws-security 
Package Description
org.apache.cxf.ws.security  
org.apache.cxf.ws.security.cache  
org.apache.cxf.ws.security.kerberos  
org.apache.cxf.ws.security.policy  
org.apache.cxf.ws.security.policy.custom  
org.apache.cxf.ws.security.policy.interceptors  
org.apache.cxf.ws.security.sts.provider  
org.apache.cxf.ws.security.sts.provider.model  
org.apache.cxf.ws.security.sts.provider.model.secext  
org.apache.cxf.ws.security.sts.provider.model.utility  
org.apache.cxf.ws.security.sts.provider.model.wstrust14  
org.apache.cxf.ws.security.sts.provider.model.xmldsig  
org.apache.cxf.ws.security.sts.provider.operation  
org.apache.cxf.ws.security.tokenstore  
org.apache.cxf.ws.security.trust  
org.apache.cxf.ws.security.trust.claims  
org.apache.cxf.ws.security.trust.delegation  
org.apache.cxf.ws.security.wss4j  
org.apache.cxf.ws.security.wss4j.policyhandlers  
org.apache.cxf.ws.security.wss4j.policyvalidators  
Module org.apache.ws.security 
Package Description
org.apache.wss4j.binding.wss10
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.wss4j.binding.wss11
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.wss4j.binding.wssc  
org.apache.wss4j.binding.wssc13
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.wss4j.binding.wssc200502
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.wss4j.binding.wsu10
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.wss4j.common  
org.apache.wss4j.common.bsp  
org.apache.wss4j.common.cache  
org.apache.wss4j.common.crypto  
org.apache.wss4j.common.derivedKey  
org.apache.wss4j.common.ext  
org.apache.wss4j.common.kerberos  
org.apache.wss4j.common.principal  
org.apache.wss4j.common.saml  
org.apache.wss4j.common.saml.bean  
org.apache.wss4j.common.saml.builder  
org.apache.wss4j.common.spnego  
org.apache.wss4j.common.token  
org.apache.wss4j.common.util  
org.apache.wss4j.dom  
org.apache.wss4j.dom.action  
org.apache.wss4j.dom.callback  
org.apache.wss4j.dom.engine  
org.apache.wss4j.dom.handler  
org.apache.wss4j.dom.message  
org.apache.wss4j.dom.message.token  
org.apache.wss4j.dom.processor  
org.apache.wss4j.dom.resolvers  
org.apache.wss4j.dom.saml  
org.apache.wss4j.dom.str  
org.apache.wss4j.dom.transform  
org.apache.wss4j.dom.util  
org.apache.wss4j.dom.validate  
org.apache.wss4j.policy  
org.apache.wss4j.policy.builders  
org.apache.wss4j.policy.model  
org.apache.wss4j.policy.stax  
org.apache.wss4j.policy.stax.assertionStates  
org.apache.wss4j.policy.stax.enforcer  
org.apache.wss4j.stax.ext  
org.apache.wss4j.stax.impl  
org.apache.wss4j.stax.impl.processor.input  
org.apache.wss4j.stax.impl.processor.output  
org.apache.wss4j.stax.impl.resourceResolvers  
org.apache.wss4j.stax.impl.securityToken  
org.apache.wss4j.stax.impl.transformer  
org.apache.wss4j.stax.securityEvent  
org.apache.wss4j.stax.securityToken  
org.apache.wss4j.stax.setup  
org.apache.wss4j.stax.utils  
org.apache.wss4j.stax.validate  
org.jasypt.commons  
org.jasypt.contrib.org.apache.commons.codec_1_3  
org.jasypt.contrib.org.apache.commons.codec_1_3.binary  
org.jasypt.digest  
org.jasypt.digest.config  
org.jasypt.encryption  
org.jasypt.encryption.pbe  
org.jasypt.encryption.pbe.config  
org.jasypt.exceptions  
org.jasypt.intf.cli  
org.jasypt.intf.service  
org.jasypt.normalization  
org.jasypt.properties  
org.jasypt.registry  
org.jasypt.salt  
org.jasypt.util.binary  
org.jasypt.util.digest  
org.jasypt.util.numeric  
org.jasypt.util.password  
org.jasypt.util.password.rfc2307  
org.jasypt.util.text  
org.jasypt.web.pbeconfig  
Module org.apache.xalan 
Package Description
org.apache.xalan  
org.apache.xalan.client
Implementation of Xalan applet.
org.apache.xalan.extensions
Implementation of Xalan Extension Mechanism.
org.apache.xalan.lib
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
org.apache.xalan.lib.sql
Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set.
org.apache.xalan.processor
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object).
org.apache.xalan.res
Contains strings that require internationalization.
org.apache.xalan.serialize  
org.apache.xalan.templates
Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet.
org.apache.xalan.trace
Implementation of Xalan Trace events, for use by a debugger.
org.apache.xalan.transformer
In charge of run-time transformations and the production of result trees.
org.apache.xalan.xslt
Implementation of Xalan command-line interface.
org.apache.xalan.xsltc  
org.apache.xalan.xsltc.cmdline  
org.apache.xalan.xsltc.cmdline.getopt  
org.apache.xalan.xsltc.compiler  
org.apache.xalan.xsltc.compiler.util  
org.apache.xalan.xsltc.dom  
org.apache.xalan.xsltc.runtime  
org.apache.xalan.xsltc.runtime.output  
org.apache.xalan.xsltc.trax  
org.apache.xalan.xsltc.util  
org.apache.xml.dtm  
org.apache.xml.dtm.ref  
org.apache.xml.dtm.ref.dom2dtm  
org.apache.xml.dtm.ref.sax2dtm  
org.apache.xml.res  
org.apache.xml.serializer
Processes SAX events into streams.
org.apache.xml.serializer.dom3  
org.apache.xml.serializer.utils  
org.apache.xml.utils
Implementation of Xalan utility classes.
org.apache.xml.utils.res  
org.apache.xpath
Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages.
org.apache.xpath.axes
Implementation of XPath LocationPath support -- primary classes are LocPathIterator and UnionPathIterator.
org.apache.xpath.compiler
Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation.
org.apache.xpath.domapi
Implements DOM Level 3 XPath API
org.apache.xpath.functions
Implements XPath functions -- each function is derived from Function, FunctionOneArg, Function2Args, etc, with number-of-arguments checking being applied mainly at compile time -- this package only implements XPath functions, XSLT functions are found in the "templates" package.
org.apache.xpath.jaxp  
org.apache.xpath.objects
Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types.
org.apache.xpath.operations
Support for XPath operations, such as +, -, string(), etc.
org.apache.xpath.patterns
Implementation of XPath nodeTest support, and XSLT pattern matching support.
org.apache.xpath.res
Contains strings for XPath support that require internationalization.
Module org.apache.xerces 
Package Description
org.apache.html.dom  
org.apache.wml  
org.apache.wml.dom  
org.apache.xerces.dom  
org.apache.xerces.dom.events  
org.apache.xerces.dom3.as  
org.apache.xerces.impl  
org.apache.xerces.impl.dtd  
org.apache.xerces.impl.dtd.models  
org.apache.xerces.impl.dv  
org.apache.xerces.impl.dv.dtd  
org.apache.xerces.impl.dv.util  
org.apache.xerces.impl.dv.xs  
org.apache.xerces.impl.io  
org.apache.xerces.impl.msg  
org.apache.xerces.impl.validation  
org.apache.xerces.impl.xpath  
org.apache.xerces.impl.xpath.regex  
org.apache.xerces.impl.xs  
org.apache.xerces.impl.xs.identity  
org.apache.xerces.impl.xs.models  
org.apache.xerces.impl.xs.opti  
org.apache.xerces.impl.xs.traversers  
org.apache.xerces.impl.xs.util  
org.apache.xerces.jaxp  
org.apache.xerces.jaxp.datatype  
org.apache.xerces.jaxp.validation  
org.apache.xerces.parsers  
org.apache.xerces.stax  
org.apache.xerces.stax.events  
org.apache.xerces.util  
org.apache.xerces.xinclude  
org.apache.xerces.xni  
org.apache.xerces.xni.grammars  
org.apache.xerces.xni.parser  
org.apache.xerces.xpointer  
org.apache.xerces.xs  
org.apache.xerces.xs.datatypes
This package provides interfaces for accessing actual value information through PSVI for XML Schema 1.0 data types.
org.apache.xml.serialize  
org.w3c.dom  
org.w3c.dom.html  
Module org.hibernate 
Package Description
org.hibernate
This package defines the central Hibernate APIs.
org.hibernate.action.internal
Internals for action processing.
org.hibernate.action.spi
Defines SPI hooks into the ActionQueue.
org.hibernate.annotations
Package containing all the Hibernate specific annotations.
org.hibernate.boot
This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).
org.hibernate.boot.archive.internal
The internals of archive scanning support
org.hibernate.boot.archive.scan.internal  
org.hibernate.boot.archive.scan.spi  
org.hibernate.boot.archive.spi
Defines the SPI for support of "scanning" of "archives".
org.hibernate.boot.cfgxml.internal  
org.hibernate.boot.cfgxml.spi  
org.hibernate.boot.internal  
org.hibernate.boot.jaxb  
org.hibernate.boot.jaxb.cfg.spi  
org.hibernate.boot.jaxb.hbm.internal
JAXB details.
org.hibernate.boot.jaxb.hbm.spi  
org.hibernate.boot.jaxb.internal  
org.hibernate.boot.jaxb.internal.stax
Contains basic support for Java XML Processing (JAXP) via Streaming API for XML (StAX)
org.hibernate.boot.jaxb.spi  
org.hibernate.boot.model  
org.hibernate.boot.model.naming
Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).
org.hibernate.boot.model.process.internal  
org.hibernate.boot.model.process.spi  
org.hibernate.boot.model.relational  
org.hibernate.boot.model.source.internal  
org.hibernate.boot.model.source.internal.annotations  
org.hibernate.boot.model.source.internal.hbm  
org.hibernate.boot.model.source.spi  
org.hibernate.boot.registry
Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.
org.hibernate.boot.registry.classloading.internal
The class loading service internals.
org.hibernate.boot.registry.classloading.spi
The class loading service SPI.
org.hibernate.boot.registry.internal
The internals for building service registries.
org.hibernate.boot.registry.selector
Defines a feature-set around named registration of implementations of various contracts and the ability to select those implementations.
org.hibernate.boot.registry.selector.internal
Internals for building StrategySelector
org.hibernate.boot.registry.selector.spi
Defines actual contract used for strategy selection : StrategySelector.
org.hibernate.boot.spi  
org.hibernate.bytecode.enhance.internal
package containing bytecode enhancement code (internals)
org.hibernate.bytecode.enhance.internal.tracker
specialized classes to keep track of changes
org.hibernate.bytecode.enhance.spi
package defining bytecode code enhancement (instrumentation) support.
org.hibernate.bytecode.enhance.spi.interceptor
interceptor implementations
org.hibernate.bytecode.internal.javassist
Javassist support internals
org.hibernate.bytecode.spi
Package defining bytecode code enhancement (instrumentation) support.
org.hibernate.cache
This package defines API of the Hibernate second level cache service.
org.hibernate.cache.internal
Internal implementations and support for second-level caching.
org.hibernate.cache.spi
Defines the Hibernate second level caching SPI.
org.hibernate.cache.spi.access
Defines contracts for transactional and concurrent access to cached entity and collection data.
org.hibernate.cache.spi.entry
This package defines formats for disassembled state kept in the second level cache.
org.hibernate.cfg
This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.
org.hibernate.cfg.annotations  
org.hibernate.cfg.annotations.reflection
Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model.
org.hibernate.cfg.beanvalidation  
org.hibernate.classic
This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3.
org.hibernate.collection.internal
Internal implementations and support for persistent collections
org.hibernate.collection.spi
SPI definitions for persistent collections
org.hibernate.context
Defines support for "current session" feature.
org.hibernate.context.internal
Internal implementations and support around "current session" handling.
org.hibernate.context.spi
SPI level contracts around "current session" support.
org.hibernate.criterion
A framework for defining restriction criteria and order criteria.
org.hibernate.dialect
This package abstracts the SQL dialect of the underlying database.
org.hibernate.dialect.function
A framework for defining database-specific SQL functions that are available via the dialect.
org.hibernate.dialect.identity  
org.hibernate.dialect.lock
Support for Dialect-specific locking strategies
org.hibernate.dialect.pagination
Support for Dialect-specific pagination strategies
org.hibernate.dialect.unique
Support for Dialect-specific unique constraint definition
org.hibernate.ejb  
org.hibernate.ejb.cfg.spi  
org.hibernate.ejb.packaging  
org.hibernate.engine
This package contains classes that are "shared" by other packages, and implementations of some key algorithms.
org.hibernate.engine.config.internal
Internal support for the configuration service implementation
org.hibernate.engine.config.spi
SPI Package for the configuration service.
org.hibernate.engine.internal
Support for many of the internal workings of Hibernate.
org.hibernate.engine.jdbc
Support for various aspects of JDBC interaction
org.hibernate.engine.jdbc.batch.internal
Internals for JDBC batching support.
org.hibernate.engine.jdbc.batch.spi
Defines contracts for JDBC batching support.
org.hibernate.engine.jdbc.connections.internal
Internals for accessing JDBC Connections
org.hibernate.engine.jdbc.connections.spi
Defines contracts for accessing JDBC Connections
org.hibernate.engine.jdbc.cursor.internal
Internals for JDBC REF_CURSOR support.
org.hibernate.engine.jdbc.cursor.spi
Defines contracts for JDBC REF_CURSOR support.
org.hibernate.engine.jdbc.dialect.internal
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
org.hibernate.engine.jdbc.dialect.spi
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
org.hibernate.engine.jdbc.env.internal  
org.hibernate.engine.jdbc.env.spi  
org.hibernate.engine.jdbc.internal
Internals for supporting various aspects of JDBC interaction
org.hibernate.engine.jdbc.spi
SPI contracts for supporting various aspects of JDBC interaction
org.hibernate.engine.jndi
Support for JNDI within Hibernate
org.hibernate.engine.jndi.internal
Internal contracts defining the JNDI support within Hibernate
org.hibernate.engine.jndi.spi
The SPI contracts for Hibernate JNDI support
org.hibernate.engine.loading.internal
Internal classes used to track loading of data, potentially across multiple ResultSets
org.hibernate.engine.profile
Models the fetch profiles defined by the application
org.hibernate.engine.query.internal  
org.hibernate.engine.query.spi
Defines support for query plans and stored metadata about queries
org.hibernate.engine.query.spi.sql  
org.hibernate.engine.spi  
org.hibernate.engine.transaction.internal  
org.hibernate.engine.transaction.internal.jta  
org.hibernate.engine.transaction.jta.platform.internal  
org.hibernate.engine.transaction.jta.platform.spi  
org.hibernate.engine.transaction.spi  
org.hibernate.envers  
org.hibernate.envers.boot.internal  
org.hibernate.envers.configuration  
org.hibernate.envers.configuration.internal  
org.hibernate.envers.configuration.internal.metadata  
org.hibernate.envers.configuration.internal.metadata.reader  
org.hibernate.envers.enhanced  
org.hibernate.envers.event.spi  
org.hibernate.envers.exception  
org.hibernate.envers.internal  
org.hibernate.envers.internal.entities  
org.hibernate.envers.internal.entities.mapper  
org.hibernate.envers.internal.entities.mapper.id  
org.hibernate.envers.internal.entities.mapper.relation  
org.hibernate.envers.internal.entities.mapper.relation.component  
org.hibernate.envers.internal.entities.mapper.relation.lazy  
org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor  
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy  
org.hibernate.envers.internal.entities.mapper.relation.query  
org.hibernate.envers.internal.reader  
org.hibernate.envers.internal.revisioninfo  
org.hibernate.envers.internal.synchronization  
org.hibernate.envers.internal.synchronization.work  
org.hibernate.envers.internal.tools  
org.hibernate.envers.internal.tools.graph  
org.hibernate.envers.internal.tools.query  
org.hibernate.envers.query  
org.hibernate.envers.query.criteria  
org.hibernate.envers.query.criteria.internal  
org.hibernate.envers.query.internal.impl  
org.hibernate.envers.query.internal.property  
org.hibernate.envers.query.order  
org.hibernate.envers.query.order.internal  
org.hibernate.envers.query.projection  
org.hibernate.envers.query.projection.internal  
org.hibernate.envers.strategy  
org.hibernate.envers.tools  
org.hibernate.event.internal
This package defines a default set of event listeners that implements the default behaviors of Hibernate.
org.hibernate.event.service.internal  
org.hibernate.event.service.spi  
org.hibernate.event.spi  
org.hibernate.exception
This package is a fork of Apache commons-lang nestable exceptions.
org.hibernate.exception.internal  
org.hibernate.exception.spi  
org.hibernate.graph.spi  
org.hibernate.hql.internal  
org.hibernate.hql.internal.antlr
A special package for ANTLR-generated parser classes.
org.hibernate.hql.internal.ast
An ANTLR-based parser for Hibernate Query Language.
org.hibernate.hql.internal.ast.exec  
org.hibernate.hql.internal.ast.tree  
org.hibernate.hql.internal.ast.util  
org.hibernate.hql.internal.classic
This package contains the Hibernate 2.x query parser which is being end-of-lifed.
org.hibernate.hql.spi  
org.hibernate.hql.spi.id
Support for multi-table update and delete statements via id-tables.
org.hibernate.hql.spi.id.global  
org.hibernate.hql.spi.id.local  
org.hibernate.hql.spi.id.persistent
Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.
org.hibernate.id
This package contains internal implementation classes for the main API interfaces.
org.hibernate.id.enhanced
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration
org.hibernate.id.factory  
org.hibernate.id.factory.internal  
org.hibernate.id.factory.spi  
org.hibernate.id.insert  
org.hibernate.id.uuid  
org.hibernate.integrator.internal  
org.hibernate.integrator.spi  
org.hibernate.internal
An internal package containing mostly implementations of central Hibernate APIs.
org.hibernate.internal.log  
org.hibernate.internal.util
Internal utility classes.
org.hibernate.internal.util.beans  
org.hibernate.internal.util.collections  
org.hibernate.internal.util.compare  
org.hibernate.internal.util.config  
org.hibernate.internal.util.io  
org.hibernate.internal.util.jndi  
org.hibernate.internal.util.type  
org.hibernate.internal.util.xml  
org.hibernate.jdbc
Essentially defines Work, ReturningWork and Expectation as well as some exceptions
org.hibernate.jmx.internal  
org.hibernate.jmx.spi  
org.hibernate.jpa
Defines Hibernate implementation of Java Persistence specification.
org.hibernate.jpa.boot.internal  
org.hibernate.jpa.boot.spi  
org.hibernate.jpa.criteria  
org.hibernate.jpa.criteria.compile  
org.hibernate.jpa.criteria.expression  
org.hibernate.jpa.criteria.expression.function  
org.hibernate.jpa.criteria.path  
org.hibernate.jpa.criteria.predicate  
org.hibernate.jpa.event.internal.core  
org.hibernate.jpa.event.internal.jpa  
org.hibernate.jpa.event.spi  
org.hibernate.jpa.event.spi.jpa  
org.hibernate.jpa.graph.internal  
org.hibernate.jpa.internal  
org.hibernate.jpa.internal.enhance  
org.hibernate.jpa.internal.metamodel  
org.hibernate.jpa.internal.util  
org.hibernate.jpa.spi  
org.hibernate.loader
This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.
org.hibernate.loader.collection
This package defines collection initializers
org.hibernate.loader.collection.plan  
org.hibernate.loader.criteria
This package defines the criteria query compiler and loader
org.hibernate.loader.custom
This package defines a framework for custom loaders that accept handwritten SQL
org.hibernate.loader.custom.sql  
org.hibernate.loader.entity
This package defines entity loaders
org.hibernate.loader.entity.plan  
org.hibernate.loader.hql
This package defines a loader for the AST-based query parser
org.hibernate.loader.plan.build.internal
Contains the internal implementations used for building a metamodel-driven LoadPlan.
org.hibernate.loader.plan.build.internal.returns
Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan.
org.hibernate.loader.plan.build.internal.spaces
Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.
org.hibernate.loader.plan.build.spi
Defines the SPI for building a metamodel-driven LoadPlan
org.hibernate.loader.plan.exec.internal
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
org.hibernate.loader.plan.exec.process.internal  
org.hibernate.loader.plan.exec.process.spi  
org.hibernate.loader.plan.exec.query.internal
Provides the internal implementation for generating the load query for the LoadPlan.
org.hibernate.loader.plan.exec.query.spi
Defines the SPI for obtaining values for options that impact the load query.
org.hibernate.loader.plan.exec.spi
Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor.
org.hibernate.loader.plan.spi
Defines the SPI for the building blocks that make up a LoadPlan.
org.hibernate.loader.spi  
org.hibernate.lob  
org.hibernate.mapping
This package defines the Hibernate configuration-time metamodel.
org.hibernate.metadata
This package defines an API for accessing the Hibernate runtime metamodel.
org.hibernate.param  
org.hibernate.persister.collection
This package abstracts the persistence mechanism for collections.
org.hibernate.persister.entity
This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.
org.hibernate.persister.internal  
org.hibernate.persister.spi  
org.hibernate.persister.walking.internal  
org.hibernate.persister.walking.spi  
org.hibernate.pretty
Classes for pretty printing things for exception and log messages.
org.hibernate.procedure  
org.hibernate.procedure.internal
Defines the internal support for implementing stored procedure calling.
org.hibernate.procedure.spi  
org.hibernate.property.access.internal  
org.hibernate.property.access.spi
Defines strategies for accessing the persistent properties of an entity or composite.
org.hibernate.proxy
This package defines a framework for lazy-initializing entity proxies.
org.hibernate.proxy.map  
org.hibernate.proxy.pojo  
org.hibernate.proxy.pojo.javassist  
org.hibernate.resource.jdbc  
org.hibernate.resource.jdbc.internal  
org.hibernate.resource.jdbc.spi  
org.hibernate.resource.transaction
Defines the resource-level transaction capabilities of Hibernate, which revolves around the TransactionCoordinator contract.
org.hibernate.resource.transaction.backend.jdbc.internal  
org.hibernate.resource.transaction.backend.jdbc.spi  
org.hibernate.resource.transaction.backend.jta.internal  
org.hibernate.resource.transaction.backend.jta.internal.synchronization
Internal implementation details for reacting to JTA transaction completion via Synchronization callbacks
org.hibernate.resource.transaction.internal
Internal implementation details for the resource-level transaction capabilities of Hibernate.
org.hibernate.resource.transaction.spi
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
org.hibernate.result  
org.hibernate.result.internal  
org.hibernate.result.spi  
org.hibernate.secure.internal  
org.hibernate.secure.spi  
org.hibernate.service  
org.hibernate.service.internal  
org.hibernate.service.spi  
org.hibernate.sql
This package defines helper classes for rendering SQL fragments and SQL statements.
org.hibernate.sql.ordering.antlr  
org.hibernate.stat
This package exposes statistics about a running Hibernate instance to the application.
org.hibernate.stat.internal  
org.hibernate.stat.spi  
org.hibernate.tool.enhance  
org.hibernate.tool.hbm2ddl
The hbm2ddl tool.
org.hibernate.tool.instrument.javassist  
org.hibernate.tool.schema  
org.hibernate.tool.schema.extract.internal  
org.hibernate.tool.schema.extract.spi  
org.hibernate.tool.schema.internal  
org.hibernate.tool.schema.internal.exec  
org.hibernate.tool.schema.spi  
org.hibernate.transform
Defines strategies for post-processing criteria query result sets into a form convenient to the application.
org.hibernate.tuple
This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.
org.hibernate.tuple.component  
org.hibernate.tuple.entity  
org.hibernate.type
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
org.hibernate.type.descriptor  
org.hibernate.type.descriptor.converter
Support for handling JPA AttributeConverter instances as part of the Hibernate Type system.
org.hibernate.type.descriptor.java  
org.hibernate.type.descriptor.sql
Defines handling of the standard JDBC-defined types.
org.hibernate.usertype
Interfaces for user-defined custom types.
Module org.hibernate.commons-annotations 
Package Description
org.hibernate.annotations.common  
org.hibernate.annotations.common.annotationfactory  
org.hibernate.annotations.common.reflection  
org.hibernate.annotations.common.reflection.java  
org.hibernate.annotations.common.reflection.java.generics  
org.hibernate.annotations.common.util  
org.hibernate.annotations.common.util.impl  
Module org.hibernate.search.orm 
Package Description
org.hibernate.search  
org.hibernate.search.backend.impl  
org.hibernate.search.batchindexing.impl  
org.hibernate.search.batchindexing.spi  
org.hibernate.search.cfg.impl  
org.hibernate.search.engine.impl  
org.hibernate.search.event.impl  
org.hibernate.search.hcore.impl  
org.hibernate.search.hcore.util.impl  
org.hibernate.search.impl  
org.hibernate.search.jmx.impl  
org.hibernate.search.jpa  
org.hibernate.search.jpa.impl  
org.hibernate.search.query.hibernate.impl  
Module org.hibernate.validator 
Package Description
org.hibernate.validator
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.
org.hibernate.validator.cfg
Entry point for the programmatic constraint definition API.
org.hibernate.validator.cfg.context
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
org.hibernate.validator.cfg.defs
Constraint definition classes for programmatic constraint definition API.
org.hibernate.validator.constraints
Hibernate Validator specific constraints.
org.hibernate.validator.constraints.br
Hibernate Validator Brazilian constraints.
org.hibernate.validator.constraintvalidation
Custom Hibernate Validator specific constraint validation extension classes.
org.hibernate.validator.constraintvalidators  
org.hibernate.validator.engine  
org.hibernate.validator.group
This package provides support for dynamic default group sequence definition.
org.hibernate.validator.internal.cfg.context
Creational context implementations of the API for programmatic constraint definition.
org.hibernate.validator.internal.constraintvalidators.bv
Implementations of the Bean Validation built-in constraints.
org.hibernate.validator.internal.constraintvalidators.bv.future
Constraint validator implementations of the Bean Validation Future constraint.
org.hibernate.validator.internal.constraintvalidators.bv.past
Constraint validator implementations of the Bean Validation Past constraint.
org.hibernate.validator.internal.constraintvalidators.bv.size
Implementations of the Bean Validation Size constraint.
org.hibernate.validator.internal.constraintvalidators.hv
Implementations of Hibernate Validator specific constraints.
org.hibernate.validator.internal.constraintvalidators.hv.br  
org.hibernate.validator.internal.engine
Implementations for the core interfaces of JSR-303.
org.hibernate.validator.internal.engine.constraintdefinition  
org.hibernate.validator.internal.engine.constraintvalidation
Classes dealing with the representation of constraints and the management/instantitation of constraint validators.
org.hibernate.validator.internal.engine.groups
Helper classes for the processing of groups.
org.hibernate.validator.internal.engine.messageinterpolation
Helper classes for message interpolation.
org.hibernate.validator.internal.engine.messageinterpolation.el
Helper classes for setting up the Expression Language context for message interpolation.
org.hibernate.validator.internal.engine.messageinterpolation.parser
Classes related to parsing a message descriptor and extracting interpolation terms.
org.hibernate.validator.internal.engine.path
Classes related to the Path.Node API.
org.hibernate.validator.internal.engine.resolver
Various implementations of the TraversableResolver interface.
org.hibernate.validator.internal.engine.time  
org.hibernate.validator.internal.engine.valuehandling
Implementations for ValidatedValueUnwrapper
org.hibernate.validator.internal.metadata
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
org.hibernate.validator.internal.metadata.aggregated
The classes in this package contain the aggregated meta data needed for an actual validation.
org.hibernate.validator.internal.metadata.aggregated.rule
Contains MethodConfigurationRule and its subclasses used to validate the correctness of method constraints on overridden/implemented methods in inheritance hierarchies.
org.hibernate.validator.internal.metadata.core
Core classes of the internal model used for representing constraints and related metadata.
org.hibernate.validator.internal.metadata.descriptor
Implementation of the Bean Validation meta data API.
org.hibernate.validator.internal.metadata.facets
Contains the facet interfaces implemented by the aggregated meta data model types, allowing for a unified validation routine for all kinds of validation (bean, parameter and return value validation).
org.hibernate.validator.internal.metadata.location
Contains types for the representation of constraint locations.
org.hibernate.validator.internal.metadata.provider
Abstraction of the meta data sources - annotation, xml, programmatic
org.hibernate.validator.internal.metadata.raw
The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources.
org.hibernate.validator.internal.util
Independent helper classes.
org.hibernate.validator.internal.util.annotationfactory
Annotation proxy helper.
org.hibernate.validator.internal.util.classhierarchy
Contains classes for working with the elements of a class hierarchy.
org.hibernate.validator.internal.util.logging
Logging classes.
org.hibernate.validator.internal.util.privilegedactions
Implementations of PrivilegedAction in order to execute reflection operations in a security manager.
org.hibernate.validator.internal.util.scriptengine
Classes related to the evaluation of script with ScriptEngine (JSR-223).
org.hibernate.validator.internal.xml
Classes for parsing of Bean Validation XML configuration files.
org.hibernate.validator.messageinterpolation
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used by custom implementations of the interface for delegation.
org.hibernate.validator.parameternameprovider
Custom Hibernate Validator javax.validation.ParameterNameProvider implementations.
org.hibernate.validator.path
Hibernate Validator extensions around javax.validation.Path.
org.hibernate.validator.resourceloading
ResourceBundleLocator interface and its various implementations.
org.hibernate.validator.spi.cfg  
org.hibernate.validator.spi.group
This package provides support for dynamic default group sequence definition.
org.hibernate.validator.spi.resourceloading
ResourceBundleLocator interface.
org.hibernate.validator.spi.time  
org.hibernate.validator.spi.valuehandling
SPI for handling values of validated elements prior to validation.
org.hibernate.validator.valuehandling
Contains annotations dealing with the handling of values of validated elements prior to validation.
Module org.hibernate.validator.cdi 
Package Description
org.hibernate.validator.cdi
Public types dealing with the integration of Hibernate Validator and CDI ("Contexts and Dependency Injection for JavaTM", JSR 346).
org.hibernate.validator.internal.cdi
Classes for enabling Bean Validation CDI integration.
org.hibernate.validator.internal.cdi.interceptor
Classes for enabling Bean Validation method validation via a CDI interceptor.
Module org.jboss.as.controller-client 
Package Description
org.jboss.as.controller.client
The core client API for interacting with the management controllers for either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
org.jboss.as.controller.client.helpers  
org.jboss.as.controller.client.helpers.domain
Convenience API built on top of the core management API to make it easier to perform common management tasks against a JBoss Application Server Managed Domain.
org.jboss.as.controller.client.helpers.domain.impl
Implementation classes to support the managed domain convenience API.
org.jboss.as.controller.client.helpers.standalone
Convenience API built on top of the core management API to make it easier to perform common management tasks against a single standalone JBoss Application Server instance.
org.jboss.as.controller.client.helpers.standalone.impl
Implementation classes to support the standalone server convenience API.
org.jboss.as.controller.client.impl
Implementation classes to support the core JBoss AS management client API.
Module org.jboss.as.core-security-api 
Package Description
org.jboss.as.core.security.api  
Module org.jboss.as.security-api 
Package Description
org.jboss.as.security.api  
Module org.jboss.as.system-jmx 
Package Description
org.jboss.system  
Module org.jboss.dmr 
Package Description
org.jboss.dmr  
org.jboss.dmr.stream
Dynamic Model Representation (DMR) Streaming API for reading and writing DMR documents.
Module org.jboss.ejb-client 
Package Description
org.jboss.ejb._private  
org.jboss.ejb.client  
org.jboss.ejb.client.annotation  
org.jboss.ejb.client.legacy  
org.jboss.ejb.client.naming.ejb  
org.jboss.ejb.protocol.remote  
org.jboss.ejb.server  
Module org.jboss.ejb3 
Package Description
org.jboss.ejb3.annotation  
Module org.jboss.logging 
Package Description
org.jboss.logging  
Module org.jboss.logging.jul-to-slf4j-stub 
Package Description
org.slf4j.bridge  
Module org.jboss.logmanager 
Package Description
org.jboss.logmanager  
org.jboss.logmanager.config  
org.jboss.logmanager.errormanager  
org.jboss.logmanager.filters  
org.jboss.logmanager.formatters  
org.jboss.logmanager.handlers  
Module org.jboss.marshalling 
Package Description
org.jboss.marshalling
The marshalling API.
org.jboss.marshalling._private  
org.jboss.marshalling.cloner  
org.jboss.marshalling.reflect
Reflection utilities for marshalling users and implementations.
org.jboss.marshalling.util  
Module org.jboss.msc 
Package Description
org.jboss.msc
The modular service container base package.
org.jboss.msc.inject
Classes which implement value injection.
org.jboss.msc.service
The service container implementation itself.
org.jboss.msc.service.management  
org.jboss.msc.value
Classes which implement various indirect value types.
Module org.jboss.narayana.txframework 
Package Description
org.jboss.narayana.txframework.api.annotation.lifecycle.ba  
org.jboss.narayana.txframework.api.annotation.service  
org.jboss.narayana.txframework.api.annotation.transaction  
org.jboss.narayana.txframework.api.configuration.service  
org.jboss.narayana.txframework.api.configuration.transaction  
org.jboss.narayana.txframework.api.exception  
org.jboss.narayana.txframework.api.management  
org.jboss.narayana.txframework.impl  
org.jboss.narayana.txframework.impl.as  
org.jboss.narayana.txframework.impl.handlers  
org.jboss.narayana.txframework.impl.handlers.wsba  
Module org.jboss.remoting 
Package Description
org.jboss.remoting3
The base Remoting 3 API package.
org.jboss.remoting3._private  
org.jboss.remoting3.remote  
org.jboss.remoting3.security  
org.jboss.remoting3.spi
Service provider classes and interfaces.
org.jboss.remoting3.util  
Module org.jboss.remoting-jmx 
Package Description
org.jboss.remotingjmx  
org.jboss.remotingjmx.protocol  
org.jboss.remotingjmx.protocol.v1  
org.jboss.remotingjmx.protocol.v2  
Module org.jboss.resteasy.resteasy-atom-provider 
Package Description
org.jboss.resteasy.plugins.providers.atom  
org.jboss.resteasy.plugins.providers.atom.app  
org.jboss.resteasy.plugins.providers.resteasy_atom.i18n  
Module org.jboss.resteasy.resteasy-jackson-provider 
Package Description
org.jboss.resteasy.annotations.providers  
org.jboss.resteasy.plugins.providers.jackson  
Module org.jboss.resteasy.resteasy-jackson2-provider 
Package Description
org.jboss.resteasy.annotations.providers.jackson  
Module org.jboss.resteasy.resteasy-jaxb-provider 
Package Description
org.jboss.resteasy.annotations.providers.jaxb  
org.jboss.resteasy.plugins.providers.jaxb  
org.jboss.resteasy.plugins.providers.jaxb.i18n  
org.jboss.resteasy.plugins.stats  
Module org.jboss.resteasy.resteasy-jaxrs 
Package Description
org.jboss.resteasy.annotations  
org.jboss.resteasy.annotations.cache  
org.jboss.resteasy.annotations.interception  
org.jboss.resteasy.annotations.providers.img  
org.jboss.resteasy.api.validation  
org.jboss.resteasy.client
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311) had no client framework, so Resteasy release 2.x provided one.
org.jboss.resteasy.client.cache
The client cache facility in Resteasy 2.x is deprecated in favor of the client cache facility in the resteasy-client module.
org.jboss.resteasy.client.core  
org.jboss.resteasy.client.core.executors  
org.jboss.resteasy.client.core.extractors  
org.jboss.resteasy.client.core.marshallers  
org.jboss.resteasy.client.exception  
org.jboss.resteasy.client.exception.mapper  
org.jboss.resteasy.client.jaxrs  
org.jboss.resteasy.client.jaxrs.cache  
org.jboss.resteasy.client.jaxrs.engines  
org.jboss.resteasy.client.jaxrs.engines.factory  
org.jboss.resteasy.client.jaxrs.i18n  
org.jboss.resteasy.client.jaxrs.internal  
org.jboss.resteasy.client.jaxrs.internal.proxy  
org.jboss.resteasy.client.jaxrs.internal.proxy.extractors  
org.jboss.resteasy.client.jaxrs.internal.proxy.processors  
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation  
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget  
org.jboss.resteasy.client.microprofile  
org.jboss.resteasy.core  
org.jboss.resteasy.core.interception  
org.jboss.resteasy.core.interception.jaxrs  
org.jboss.resteasy.core.messagebody  
org.jboss.resteasy.core.registry  
org.jboss.resteasy.core.request  
org.jboss.resteasy.logging  
org.jboss.resteasy.logging.impl  
org.jboss.resteasy.mock  
org.jboss.resteasy.plugins.delegates  
org.jboss.resteasy.plugins.interceptors  
org.jboss.resteasy.plugins.interceptors.encoding  
org.jboss.resteasy.plugins.providers  
org.jboss.resteasy.plugins.providers.sse  
org.jboss.resteasy.plugins.providers.validation  
org.jboss.resteasy.plugins.server  
org.jboss.resteasy.plugins.server.embedded  
org.jboss.resteasy.plugins.server.resourcefactory  
org.jboss.resteasy.plugins.server.servlet  
org.jboss.resteasy.resteasy_jaxrs.i18n  
org.jboss.resteasy.specimpl  
org.jboss.resteasy.spi  
org.jboss.resteasy.spi.interception
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311) had no interceptor framework, so Resteasy release 2.x provided one.
org.jboss.resteasy.spi.metadata  
org.jboss.resteasy.spi.touri  
org.jboss.resteasy.spi.validation  
org.jboss.resteasy.test  
org.jboss.resteasy.util  
Module org.jboss.resteasy.resteasy-jettison-provider 
Package Description
org.jboss.resteasy.annotations.providers.jaxb.json  
org.jboss.resteasy.plugins.providers.jaxb.json  
org.jboss.resteasy.plugins.providers.jaxb.json.i18n  
Module org.jboss.resteasy.resteasy-jsapi 
Package Description
org.jboss.resteasy.jsapi  
org.jboss.resteasy.jsapi.i18n  
Module org.jboss.resteasy.resteasy-json-p-provider 
Package Description
org.jboss.resteasy.plugins.providers.jsonp  
Module org.jboss.resteasy.resteasy-multipart-provider 
Package Description
org.jboss.resteasy.annotations.providers.multipart  
org.jboss.resteasy.plugins.providers.multipart  
org.jboss.resteasy.plugins.providers.multipart.i18n  
Module org.jboss.resteasy.resteasy-validator-provider-11 
Package Description
org.jboss.resteasy.plugins.validation  
org.jboss.resteasy.plugins.validation.i18n  
Module org.jboss.weld.api 
Package Description
org.jboss.weld.bootstrap.event  
org.jboss.weld.context  
org.jboss.weld.context.activator  
org.jboss.weld.context.bound  
org.jboss.weld.context.ejb  
org.jboss.weld.context.http  
org.jboss.weld.context.unbound  
org.jboss.weld.events  
org.jboss.weld.inject  
org.jboss.weld.interceptor  
org.jboss.weld.proxy  
Module org.jboss.ws.api 
Package Description
org.jboss.ws.api  
org.jboss.ws.api.addressing
JSR-261 support classes and interfaces
org.jboss.ws.api.annotation
JBossWS stack agnostic annotations
org.jboss.ws.api.binding
JBossWS binding customization interfaces
org.jboss.ws.api.configuration  
org.jboss.ws.api.handler
Convenient extensions to JAX-WS handler framework
org.jboss.ws.api.monitoring
Classes and interfaces for monitoring through collection of records.
org.jboss.ws.api.tools
JBossWS interfaces for JAX-WS tooling
org.jboss.ws.api.util
Convenient utilities
Module org.jboss.xnio 
Package Description
org.xnio
The main API package for XNIO.
org.xnio._private  
org.xnio.channels
The core XNIO channel API.
org.xnio.conduits
The XNIO conduit SPI.
org.xnio.http  
org.xnio.management  
org.xnio.sasl
Utility classes for using SASL mechanisms atop NIO or XNIO APIs.
org.xnio.ssl
Utility classes for using and implementing SSL within XNIO providers.
org.xnio.streams
Utility classes for creating streams which use XNIO channels.
Module org.jboss.xts 
Package Description
com.arjuna.mw.wsas  
com.arjuna.mw.wsas.activity  
com.arjuna.mw.wsas.common  
com.arjuna.mw.wsas.completionstatus  
com.arjuna.mw.wsas.context  
com.arjuna.mw.wsas.context.corba  
com.arjuna.mw.wsas.context.soap  
com.arjuna.mw.wsas.exceptions  
com.arjuna.mw.wsas.logging  
com.arjuna.mw.wsas.status  
com.arjuna.mw.wsc11.context  
com.arjuna.mw.wsc11.deploy  
com.arjuna.mw.wscf.api  
com.arjuna.mw.wscf.common  
com.arjuna.mw.wscf.exceptions  
com.arjuna.mw.wscf.logging  
com.arjuna.mw.wscf.model.sagas.api  
com.arjuna.mw.wscf.model.sagas.common  
com.arjuna.mw.wscf.model.sagas.exceptions  
com.arjuna.mw.wscf.model.sagas.hls  
com.arjuna.mw.wscf.model.sagas.outcomes  
com.arjuna.mw.wscf.model.sagas.participants  
com.arjuna.mw.wscf.model.sagas.status  
com.arjuna.mw.wscf.model.twophase.api  
com.arjuna.mw.wscf.model.twophase.common  
com.arjuna.mw.wscf.model.twophase.exceptions  
com.arjuna.mw.wscf.model.twophase.hls  
com.arjuna.mw.wscf.model.twophase.outcomes  
com.arjuna.mw.wscf.model.twophase.participants  
com.arjuna.mw.wscf.model.twophase.status  
com.arjuna.mw.wscf.model.twophase.vote  
com.arjuna.mw.wscf.protocols  
com.arjuna.mw.wscf.utils  
com.arjuna.mw.wscf11.model.sagas  
com.arjuna.mw.wscf11.model.twophase  
com.arjuna.mw.wst  
com.arjuna.mw.wst.common  
com.arjuna.mw.wst11  
com.arjuna.mw.wst11.client  
com.arjuna.mw.wst11.common  
com.arjuna.mw.wst11.deploy  
com.arjuna.mw.wst11.service  
com.arjuna.mw.wstx.logging  
com.arjuna.mw.wstx.status  
com.arjuna.mwlabs.wsas  
com.arjuna.mwlabs.wsas.activity  
com.arjuna.mwlabs.wsas.common.arjunacore  
com.arjuna.mwlabs.wscf.coordinator  
com.arjuna.mwlabs.wscf.model.sagas.arjunacore  
com.arjuna.mwlabs.wscf.model.sagas.arjunacore.subordinate  
com.arjuna.mwlabs.wscf.model.twophase.arjunacore  
com.arjuna.mwlabs.wscf.model.twophase.arjunacore.subordinate  
com.arjuna.mwlabs.wscf.utils  
com.arjuna.mwlabs.wscf11.model.sagas.arjunacore  
com.arjuna.mwlabs.wscf11.model.twophase.arjunacore  
com.arjuna.mwlabs.wst.at.participants  
com.arjuna.mwlabs.wst.at.remote  
com.arjuna.mwlabs.wst.ba.remote  
com.arjuna.mwlabs.wst.util  
com.arjuna.mwlabs.wst11.at  
com.arjuna.mwlabs.wst11.at.context  
com.arjuna.mwlabs.wst11.at.participants  
com.arjuna.mwlabs.wst11.at.remote  
com.arjuna.mwlabs.wst11.ba  
com.arjuna.mwlabs.wst11.ba.context  
com.arjuna.mwlabs.wst11.ba.participants  
com.arjuna.mwlabs.wst11.ba.remote  
com.arjuna.schemas.ws._2005._10.wsarjtx  
com.arjuna.services.framework.startup  
com.arjuna.services.framework.task  
com.arjuna.webservices  
com.arjuna.webservices.base.processors  
com.arjuna.webservices.logging  
com.arjuna.webservices.soap  
com.arjuna.webservices.util  
com.arjuna.webservices.wsarj  
com.arjuna.webservices.wsarjtx  
com.arjuna.webservices11  
com.arjuna.webservices11.util  
com.arjuna.webservices11.wsaddr  
com.arjuna.webservices11.wsaddr.processor  
com.arjuna.webservices11.wsarj  
com.arjuna.webservices11.wsarj.handler  
com.arjuna.webservices11.wsarj.processor  
com.arjuna.webservices11.wsarjtx  
com.arjuna.webservices11.wsarjtx.client  
com.arjuna.webservices11.wsarjtx.processors  
com.arjuna.webservices11.wsarjtx.sei  
com.arjuna.webservices11.wsarjtx.server  
com.arjuna.webservices11.wsat  
com.arjuna.webservices11.wsat.client  
com.arjuna.webservices11.wsat.processors  
com.arjuna.webservices11.wsat.sei  
com.arjuna.webservices11.wsat.server  
com.arjuna.webservices11.wsba  
com.arjuna.webservices11.wsba.client  
com.arjuna.webservices11.wsba.processors  
com.arjuna.webservices11.wsba.sei  
com.arjuna.webservices11.wsba.server  
com.arjuna.webservices11.wscoor  
com.arjuna.webservices11.wscoor.client  
com.arjuna.webservices11.wscoor.processors  
com.arjuna.webservices11.wscoor.sei  
com.arjuna.webservices11.wscoor.server  
com.arjuna.wsc  
com.arjuna.wsc.common  
com.arjuna.wsc11  
com.arjuna.wsc11.messaging  
com.arjuna.wsc11.messaging.deploy  
com.arjuna.wst  
com.arjuna.wst.stub  
com.arjuna.wst11  
com.arjuna.wst11.messaging  
com.arjuna.wst11.messaging.deploy  
com.arjuna.wst11.messaging.engines  
com.arjuna.wst11.stub  
org.jboss.jbossts  
org.jboss.jbossts.txbridge.inbound  
org.jboss.jbossts.txbridge.outbound  
org.jboss.jbossts.txbridge.utils  
org.jboss.jbossts.xts.bridge.at  
org.jboss.jbossts.xts.environment  
org.jboss.jbossts.xts.initialisation  
org.jboss.jbossts.xts.logging  
org.jboss.jbossts.xts.recovery  
org.jboss.jbossts.xts.recovery.coordinator  
org.jboss.jbossts.xts.recovery.coordinator.at  
org.jboss.jbossts.xts.recovery.coordinator.ba  
org.jboss.jbossts.xts.recovery.logging  
org.jboss.jbossts.xts.recovery.participant  
org.jboss.jbossts.xts.recovery.participant.at  
org.jboss.jbossts.xts.recovery.participant.ba  
org.jboss.jbossts.xts11.recovery.participant.at  
org.jboss.jbossts.xts11.recovery.participant.ba  
org.oasis_open.docs.ws_tx.wsat._2006._06  
org.oasis_open.docs.ws_tx.wsba._2006._06  
org.oasis_open.docs.ws_tx.wscoor._2006._06  
org.xmlsoap.schemas.soap.envelope  
Module org.jgroups.kubernetes 
Package Description
mjson
The library in this package has been copied directly from https://github.com/bolerio/mjson We want to avoid dependencies.
org.jgroups.protocols.kubernetes  
org.jgroups.protocols.kubernetes.pem  
org.jgroups.protocols.kubernetes.stream  
Module org.picketbox 
Package Description
org.jboss.crypto  
org.jboss.crypto.digest  
org.jboss.security
The basic security interfaces and classes are now located in the jbosssx module.
org.jboss.security.acl  
org.jboss.security.acl.config  
org.jboss.security.annotation  
org.jboss.security.audit  
org.jboss.security.audit.config  
org.jboss.security.audit.providers  
org.jboss.security.auth.callback  
org.jboss.security.auth.certs  
org.jboss.security.auth.container.config  
org.jboss.security.auth.container.modules  
org.jboss.security.auth.login  
org.jboss.security.auth.message  
org.jboss.security.auth.message.config  
org.jboss.security.auth.spi  
org.jboss.security.auth.spi.otp  
org.jboss.security.authentication  
org.jboss.security.authorization  
org.jboss.security.authorization.config  
org.jboss.security.authorization.modules  
org.jboss.security.authorization.modules.ejb  
org.jboss.security.authorization.modules.web  
org.jboss.security.authorization.resources  
org.jboss.security.authorization.util  
org.jboss.security.cache  
org.jboss.security.callbacks  
org.jboss.security.client  
org.jboss.security.config  
org.jboss.security.config.parser  
org.jboss.security.factories  
org.jboss.security.identity  
org.jboss.security.identity.extensions  
org.jboss.security.identity.fed  
org.jboss.security.identity.plugins  
org.jboss.security.identitytrust  
org.jboss.security.identitytrust.config  
org.jboss.security.identitytrust.modules  
org.jboss.security.jacc  
org.jboss.security.javaee  
org.jboss.security.javaee.exceptions  
org.jboss.security.mapping  
org.jboss.security.mapping.config  
org.jboss.security.mapping.providers  
org.jboss.security.mapping.providers.attribute  
org.jboss.security.mapping.providers.principal  
org.jboss.security.mapping.providers.role  
org.jboss.security.otp  
org.jboss.security.plugins
Security plugins have moved to the jbosssx cvs module.
org.jboss.security.plugins.audit  
org.jboss.security.plugins.auth  
org.jboss.security.plugins.authorization  
org.jboss.security.plugins.identitytrust  
org.jboss.security.plugins.javaee  
org.jboss.security.plugins.mapping  
org.jboss.security.util  
org.jboss.security.util.state  
org.jboss.security.util.state.xml  
org.jboss.security.util.xml  
org.jboss.security.vault  
org.picketbox  
org.picketbox.commons.cipher  
org.picketbox.commons.ssl  
org.picketbox.config  
org.picketbox.core.authorization.resources  
org.picketbox.datasource.security  
org.picketbox.exceptions  
org.picketbox.factories  
org.picketbox.handlers  
org.picketbox.plugins  
org.picketbox.plugins.authorization  
org.picketbox.plugins.vault  
org.picketbox.util  
Module org.picketlink.common 
Package Description
org.picketlink.common  
org.picketlink.common.constants  
org.picketlink.common.exceptions  
org.picketlink.common.exceptions.fed  
org.picketlink.common.logging  
org.picketlink.common.parsers  
org.picketlink.common.properties  
org.picketlink.common.properties.query  
org.picketlink.common.random  
org.picketlink.common.reflection  
org.picketlink.common.util  
Module org.picketlink.config 
Package Description
org.picketlink.config  
org.picketlink.config.federation  
org.picketlink.config.federation.handler  
org.picketlink.config.federation.parsers  
org.picketlink.config.idm  
org.picketlink.config.idm.parsers  
org.picketlink.config.idm.resolver  
Module org.picketlink.federation 
Package Description
org.picketlink.identity.federation.api.saml.v2.metadata  
org.picketlink.identity.federation.api.saml.v2.request  
org.picketlink.identity.federation.api.saml.v2.response  
org.picketlink.identity.federation.api.saml.v2.sig  
org.picketlink.identity.federation.api.soap  
org.picketlink.identity.federation.api.util  
org.picketlink.identity.federation.api.w3.xmldsig  
org.picketlink.identity.federation.api.wstrust  
org.picketlink.identity.federation.core  
org.picketlink.identity.federation.core.audit  
org.picketlink.identity.federation.core.constants  
org.picketlink.identity.federation.core.factories  
org.picketlink.identity.federation.core.impl  
org.picketlink.identity.federation.core.interfaces  
org.picketlink.identity.federation.core.parsers  
org.picketlink.identity.federation.core.parsers.saml  
org.picketlink.identity.federation.core.parsers.saml.metadata  
org.picketlink.identity.federation.core.parsers.saml.xacml  
org.picketlink.identity.federation.core.parsers.util  
org.picketlink.identity.federation.core.parsers.wsa  
org.picketlink.identity.federation.core.parsers.wsp  
org.picketlink.identity.federation.core.parsers.wsse  
org.picketlink.identity.federation.core.parsers.wst  
org.picketlink.identity.federation.core.pdp  
org.picketlink.identity.federation.core.saml.md.providers  
org.picketlink.identity.federation.core.saml.v1  
org.picketlink.identity.federation.core.saml.v1.providers  
org.picketlink.identity.federation.core.saml.v1.writers  
org.picketlink.identity.federation.core.saml.v2.common  
org.picketlink.identity.federation.core.saml.v2.constants  
org.picketlink.identity.federation.core.saml.v2.factories  
org.picketlink.identity.federation.core.saml.v2.holders  
org.picketlink.identity.federation.core.saml.v2.impl  
org.picketlink.identity.federation.core.saml.v2.interfaces  
org.picketlink.identity.federation.core.saml.v2.metadata.store  
org.picketlink.identity.federation.core.saml.v2.providers  
org.picketlink.identity.federation.core.saml.v2.util  
org.picketlink.identity.federation.core.saml.v2.writers  
org.picketlink.identity.federation.core.saml.workflow  
org.picketlink.identity.federation.core.sts  
org.picketlink.identity.federation.core.sts.registry  
org.picketlink.identity.federation.core.util  
org.picketlink.identity.federation.core.wsa  
org.picketlink.identity.federation.core.wspolicy  
org.picketlink.identity.federation.core.wsse  
org.picketlink.identity.federation.core.wstrust  
org.picketlink.identity.federation.core.wstrust.auth  
org.picketlink.identity.federation.core.wstrust.exceptions  
org.picketlink.identity.federation.core.wstrust.handlers  
org.picketlink.identity.federation.core.wstrust.plugins.saml  
org.picketlink.identity.federation.core.wstrust.wrappers  
org.picketlink.identity.federation.core.wstrust.writers  
org.picketlink.identity.federation.saml.common  
org.picketlink.identity.federation.saml.v1.assertion  
org.picketlink.identity.federation.saml.v1.protocol  
org.picketlink.identity.federation.saml.v2  
org.picketlink.identity.federation.saml.v2.ac  
org.picketlink.identity.federation.saml.v2.ac.classes  
org.picketlink.identity.federation.saml.v2.assertion
Package for the model classes for the SAML2 Assertion
org.picketlink.identity.federation.saml.v2.metadata  
org.picketlink.identity.federation.saml.v2.profiles.attribute.dce  
org.picketlink.identity.federation.saml.v2.profiles.sso.ecp  
org.picketlink.identity.federation.saml.v2.profiles.xacml.assertion  
org.picketlink.identity.federation.saml.v2.protocol
Package containing the classes for the protocol of SAMLv2
org.picketlink.identity.federation.web.config  
org.picketlink.identity.federation.web.constants  
org.picketlink.identity.federation.web.core  
org.picketlink.identity.federation.web.filters  
org.picketlink.identity.federation.web.handlers  
org.picketlink.identity.federation.web.handlers.saml2  
org.picketlink.identity.federation.web.interfaces  
org.picketlink.identity.federation.web.listeners  
org.picketlink.identity.federation.web.managers  
org.picketlink.identity.federation.web.process  
org.picketlink.identity.federation.web.roles  
org.picketlink.identity.federation.web.servlets  
org.picketlink.identity.federation.web.servlets.saml  
org.picketlink.identity.federation.web.util  
org.picketlink.identity.federation.ws.addressing  
org.picketlink.identity.federation.ws.policy  
org.picketlink.identity.federation.ws.trust  
org.picketlink.identity.federation.ws.wss.secext  
org.picketlink.identity.federation.ws.wss.utility  
org.picketlink.identity.xmlsec.w3.xmldsig  
org.picketlink.identity.xmlsec.w3.xmlenc  
Module org.picketlink.federation.bindings 
Package Description
org.picketlink.identity.federation.bindings.jboss.attribute  
org.picketlink.identity.federation.bindings.jboss.auth  
org.picketlink.identity.federation.bindings.jboss.auth.mapping  
org.picketlink.identity.federation.bindings.jboss.roles  
org.picketlink.identity.federation.bindings.jboss.subject  
org.picketlink.identity.federation.bindings.servlets  
org.picketlink.identity.federation.bindings.stspool  
org.picketlink.identity.federation.bindings.tomcat  
org.picketlink.identity.federation.bindings.tomcat.idp  
org.picketlink.identity.federation.bindings.tomcat.sp  
org.picketlink.identity.federation.bindings.tomcat.sp.holder  
org.picketlink.identity.federation.bindings.tomcat.sp.plugins  
org.picketlink.identity.federation.bindings.util  
org.picketlink.identity.federation.bindings.wildfly  
org.picketlink.identity.federation.bindings.wildfly.events  
org.picketlink.identity.federation.bindings.wildfly.idp  
org.picketlink.identity.federation.bindings.wildfly.sp  
org.picketlink.trust.jbossws  
org.picketlink.trust.jbossws.handler  
org.picketlink.trust.jbossws.jaas  
org.picketlink.trust.jbossws.util  
Module org.slf4j 
Package Description
org.slf4j
Core logging interfaces.
org.slf4j.event  
org.slf4j.helpers
Helper classes.
org.slf4j.spi
Classes and interfaces which are internal to SLF4J.
Module org.slf4j.ext 
Package Description
org.slf4j.agent
"-javaagent" routines for SLF4J.
org.slf4j.cal10n
SLF4J API extensions
org.slf4j.ext
Localized logging using the CAL10N API.
org.slf4j.instrumentation
Java instrumentation routines for SLF4J.
org.slf4j.profiler
Poor man's profiler API
Module org.wildfly.clustering.api 
Package Description
org.wildfly.clustering  
org.wildfly.clustering.dispatcher
Public clustering API which facilitates remote command execution on the cluster.
org.wildfly.clustering.group
Public clustering API which represent cluster group and its members.
org.wildfly.clustering.provider
Public clustering API for registering services on a group of nodes.
org.wildfly.clustering.registry
Public clustering API for clustered registry that stores a unique key/value pair per node.
Module org.wildfly.clustering.marshalling.api 
Package Description
org.wildfly.clustering.marshalling  
Module org.wildfly.clustering.singleton 
Package Description
org.wildfly.clustering.singleton  
org.wildfly.clustering.singleton.election  
Module org.wildfly.clustering.web.api 
Package Description
org.wildfly.clustering.web.annotation  
Module org.wildfly.extension.core-management-client 
Package Description
org.wildfly.extension.core.management.client  
Module org.wildfly.extension.elytron 
Package Description
org.wildfly.extension.elytron  
org.wildfly.extension.elytron.capabilities
Capabilities backed by functional interfaces.
Module org.wildfly.http-client.common 
Package Description
org.wildfly.httpclient.common  
Module org.wildfly.http-client.ejb 
Package Description
org.wildfly.httpclient.ejb  
Module org.wildfly.http-client.naming 
Package Description
org.wildfly.httpclient.naming  
Module org.wildfly.http-client.transaction 
Package Description
org.wildfly.httpclient.transaction  
Module org.wildfly.naming-client 
Package Description
org.jboss.naming.remote.client  
org.wildfly.naming.client  
org.wildfly.naming.client._private  
org.wildfly.naming.client.remote  
org.wildfly.naming.client.store  
org.wildfly.naming.client.util  
org.wildfly.naming.security  
Module org.wildfly.security.elytron 
Package Description
org.wildfly.security
WildFly security base package.
org.wildfly.security.asn1
AS1 constants and utilities.
org.wildfly.security.auth
Classes relating to authentication on the client and server side.
org.wildfly.security.auth.callback
Extended callbacks and supporting utilities which allow efficient callback handler implementation.
org.wildfly.security.auth.client
Elytron Client enable remote clients to authenticate using Elytron.
org.wildfly.security.auth.permission
Permissions which pertain to authentication and authorization.
org.wildfly.security.auth.principal
The principal types used by this API.
org.wildfly.security.auth.server
Server side of authentication provided by Elytron.
org.wildfly.security.auth.server.event  
org.wildfly.security.auth.util
Miscellaneous utility classes and APIs for client and server login applications.
org.wildfly.security.authz
Elytron's Authorization API
org.wildfly.security.credential  
org.wildfly.security.credential.source  
org.wildfly.security.credential.store
Package for Credential Store API/SPI classes and interfaces.
org.wildfly.security.evidence
The evidence types used by Elytron.
org.wildfly.security.http
Package containing the HTTP based authentication APIs, SPIs and related classes.
org.wildfly.security.key  
org.wildfly.security.manager
The WildFly security manager implementation and supporting utilities.
org.wildfly.security.manager.action  
org.wildfly.security.mechanism  
org.wildfly.security.password
Packages and files for handling text passwords and their various encoding strategies.
org.wildfly.security.password.interfaces
Interfaces which represent each of the supported password encoding strategies.
org.wildfly.security.password.spec
Classes intended to hold raw password material.
org.wildfly.security.permission  
org.wildfly.security.ssl  
org.wildfly.security.x500
Package containing X.500 representations.
org.wildfly.security.x500.cert
Package containing APIs for generating certificates and certificate signing requests.
Other Packages 
Package Description
com.sun.codemodel
Library for generating Java source code
com.sun.codemodel.fmt  
com.sun.codemodel.util  
com.sun.codemodel.writer  
com.sun.tools.jxc  
com.sun.tools.jxc.ap
Annotation Processing related code.
com.sun.tools.jxc.api  
com.sun.tools.jxc.api.impl.j2s  
com.sun.tools.jxc.gen.config  
com.sun.tools.jxc.model.nav  
com.sun.tools.xjc
Schema to Java compiler
com.sun.tools.xjc.addon.accessors  
com.sun.tools.xjc.addon.at_generated  
com.sun.tools.xjc.addon.code_injector  
com.sun.tools.xjc.addon.episode  
com.sun.tools.xjc.addon.locator  
com.sun.tools.xjc.addon.sync  
com.sun.tools.xjc.api
API for programmatic invocation of XJC and schemagen.
com.sun.tools.xjc.api.impl.s2j
implementation of the XJC API for schema to java.
com.sun.tools.xjc.generator
Code Generator
com.sun.tools.xjc.generator.annotation.spec  
com.sun.tools.xjc.generator.bean  
com.sun.tools.xjc.generator.bean.field
FieldRenderer and its implementation classes.
com.sun.tools.xjc.generator.util  
com.sun.tools.xjc.model
Implementation of the com.sun.xml.bind.v2.model.core package for XJC.
com.sun.tools.xjc.model.nav
Compile-time representation of Java type system.
com.sun.tools.xjc.outline
Provides the outline of the generated Java source code so that additional processing (such as adding more annotations) can be done on the generated code.
com.sun.tools.xjc.reader
Front-end that reads schema(s) and produce BGM.
com.sun.tools.xjc.reader.dtd  
com.sun.tools.xjc.reader.dtd.bindinfo
Object Model that represents DTD binding information.
com.sun.tools.xjc.reader.gbind
Binary expressions are left-associative.
com.sun.tools.xjc.reader.internalizer
internalization of external binding files and <jaxb:bindings> customizations.
com.sun.tools.xjc.reader.relaxng  
com.sun.tools.xjc.reader.xmlschema  
com.sun.tools.xjc.reader.xmlschema.bindinfo
Object Model that represents customization declarations.
com.sun.tools.xjc.reader.xmlschema.ct  
com.sun.tools.xjc.reader.xmlschema.parser  
com.sun.tools.xjc.runtime
Code generated into the user's packages in certain compilation mode.
com.sun.tools.xjc.util  
com.sun.tools.xjc.writer  
com.sun.xml.bind  
com.sun.xml.bind.annotation  
com.sun.xml.bind.api
Runtime API for the JAX-WS RI
com.sun.xml.bind.api.impl  
com.sun.xml.bind.marshaller  
com.sun.xml.bind.unmarshaller  
com.sun.xml.bind.util  
com.sun.xml.bind.v2
The JAXB 2.0 runtime
com.sun.xml.bind.v2.bytecode
Code that deals with low level byte code manipulation.
com.sun.xml.bind.v2.model.annotation
Abstraction around reading annotations, to support internal/external annotations.
com.sun.xml.bind.v2.model.core
The in-memory model of the JAXB-bound beans.
com.sun.xml.bind.v2.model.impl
Implementation of the com.sun.xml.bind.j2s.model package.
com.sun.xml.bind.v2.model.nav
Abstraction around the reflection library, to support various reflection models (such as java.lang.reflect and Annotation Processing).
com.sun.xml.bind.v2.model.runtime
The specialization of com.sun.xml.bind.v2.model.core for the runtime.
com.sun.xml.bind.v2.model.util  
com.sun.xml.bind.v2.runtime
Code that implements JAXBContext, Unmarshaller, and Marshaller.
com.sun.xml.bind.v2.runtime.output
Code that writes well-formed XML (XmlOutput and its implementations}.
com.sun.xml.bind.v2.runtime.property  
com.sun.xml.bind.v2.runtime.reflect
Abstraction around accessing data of actual objects.
com.sun.xml.bind.v2.runtime.reflect.opt
Hosts optimized Accessor, TransducedAccessor, and Transducer.
com.sun.xml.bind.v2.runtime.unmarshaller  
com.sun.xml.bind.v2.schemagen
Schema generator.
com.sun.xml.bind.v2.schemagen.episode
TXW interfaces for writing episode file, which is what XJC needs to handle separate compilation.
com.sun.xml.bind.v2.schemagen.xmlschema
XML Schema writer generated by TXW.
com.sun.xml.bind.v2.util  
java.nio.channels  
javax.xml.namespace  
org.hibernate.boot.model.process
Defines the contracts used to perform the process of transforming a MetadataSources references into a Metadata reference.
org.hibernate.engine.config
Package for the configuration service, which provides access to configuration settings as part of a ServiceRegistry
org.hibernate.jpa.graph
Definition of the Hibernate support for the JPA EntityGraph feature-set introduced in JPA 2.1
org.hibernate.loader.plan.exec
This package supports converting a LoadPlan to SQL and generating readers for the resulting ResultSet
org.hibernate.loader.plan.exec.process
Defines support for processing ResultSet values as defined by a LoadPlan
org.hibernate.loader.plan.exec.query
Defines support for building a query (SQL string specifically for now) based on a LoadPlan.
org.hibernate.resource.transaction.backend.jdbc
Collectively models the concept of transaction coordination through the "data store" specific notion of a transaction.
org.hibernate.secure  
org.hibernate.tool.schema.extract  
org.jboss.wsf.stack.cxf.addons.transports.udp  
org.jboss.wsf.stack.cxf.addons.transports.undertow  
org.jboss.wsf.stack.cxf.client  
org.jboss.wsf.stack.cxf.client.configuration  
org.jboss.wsf.stack.cxf.client.injection  
org.jboss.wsf.stack.cxf.client.serviceref  
org.jboss.wsf.stack.cxf.extensions.addressing.map  
org.jboss.wsf.stack.cxf.extensions.policy  
org.jboss.wsf.stack.cxf.extensions.security  
org.jboss.wsf.stack.cxf.i18n  
org.jboss.wsf.stack.cxf.jaspi  
org.jboss.wsf.stack.cxf.jaspi.client  
org.jboss.wsf.stack.cxf.jaspi.client.module  
org.jboss.wsf.stack.cxf.jaspi.config  
org.jboss.wsf.stack.cxf.jaspi.interceptor  
org.jboss.wsf.stack.cxf.jaspi.log  
org.jboss.wsf.stack.cxf.jaspi.module  
org.jboss.wsf.stack.cxf.saaj  
org.jboss.wsf.stack.cxf.tools  
org.kohsuke.rngom.ast.builder  
org.kohsuke.rngom.ast.om  
org.kohsuke.rngom.ast.util
Typical implementations of the ast.builder/ast.om packages.
org.kohsuke.rngom.binary
Minimal binarized pattern object model (one example of ast.om implementation).
org.kohsuke.rngom.binary.visitor  
org.kohsuke.rngom.digested
Another RELAX NG AST implementation that optimizes away inclusions and some other syntax sugars, while still retaining all the annotations, location information, and etc.
org.kohsuke.rngom.dt  
org.kohsuke.rngom.dt.builtin
RELAX NG built-in datatype implementation.
org.kohsuke.rngom.nc
Default Name Class Object Model (one example of ast.om implementation).
org.kohsuke.rngom.parse  
org.kohsuke.rngom.parse.compact  
org.kohsuke.rngom.parse.host
Implementation of the asm.builder package that uses two other builds simultaneously.
org.kohsuke.rngom.parse.xml  
org.kohsuke.rngom.util  
org.kohsuke.rngom.xml.sax  
org.kohsuke.rngom.xml.util  
Skip navigation links
Red Hat JBoss Enterprise Application Platform 7.2.0.Beta

Copyright © 2018 JBoss by Red Hat. All rights reserved.