0% found this document useful (0 votes)
19 views

Java 5

This document describes various Java packages that provide APIs related to XML, security, CORBA, naming services, dynamic invocation, messaging, portable objects, and SAX/DOM. Key packages include javax.xml.xpath for XPath evaluation, org.ietf.jgss for a unified security API, org.omg.CORBA for CORBA mapping, org.omg.CosNaming for a naming service, org.xml.sax for core SAX APIs, and org.w3c.dom for the DOM.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Java 5

This document describes various Java packages that provide APIs related to XML, security, CORBA, naming services, dynamic invocation, messaging, portable objects, and SAX/DOM. Key packages include javax.xml.xpath for XPath evaluation, org.ietf.jgss for a unified security API, org.omg.CORBA for CORBA mapping, org.omg.CosNaming for a naming service, org.xml.sax for core SAX APIs, and org.w3c.dom for the DOM.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

javax.xml.

xpath This package provides an object-model neutral API for the


evaluation of XPath expressions and access to the evaluation
environment.

org.ietf.jgss This package presents a framework that allows application


developers to make use of security services like authentication,
data integrity and data confidentiality from a variety of
underlying security mechanisms like Kerberos, using a unified
API.

org.omg.CORBA TM
Provides the mapping of the OMG CORBA APIs to the Java
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.porta Provides methods for the input and output of value types, and
ble contains other updates to the org/omg/CORBA/portable
package.

org.omg.CORBA.DynAnyPa Provides the exceptions used with the DynAny interface


ckage (InvalidValue, Invalid, InvalidSeq, and
TypeMismatch).

org.omg.CORBA.ORBPacka Provides the exception InvalidName, which is thrown by the


ge 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.TypeCode Provides the user-defined exceptions BadKind and Bounds,


Package which are thrown by methods in in the class TypeCode.

org.omg.CosNaming Provides a naming service for Java IDL.

org.omg.CosNaming.Namin This package contains the following classes, which are used in
gContextExtPackage org.omg.CosNaming.NamingContextExt:
org.omg.CosNaming.Namin This package contains Exception classes for the
gContextPackage org.omg.CosNaming package.

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.DynA This package contains classes and exceptions from the


nyFactoryPackage 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.DynA This package contains classes and exceptions from the DynAny
nyPackage 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.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.CodecFactoryP This package contains the exceptions specified in the


ackage 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 This package contains the exceptions and typedefs from the
.ORBInitInfoPackage 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.Cur Provides method implementations with access to the identity


rentPackage of the object on which the method was invoked.

org.omg.PortableServer.PO Encapsulates the processing state of the POAs it is associated


AManagerPackage with.

org.omg.PortableServer.PO Allows programmers to construct object implementations that


APackage are portable between different ORB products.

org.omg.PortableServer.por Provides classes and interfaces for making the server side of
table your applications portable across multivendor ORBs.

org.omg.PortableServer.Ser Provides classes and interfaces for locating the servant.


vantLocatorPackage

org.omg.SendingContext Provides support for the marshalling of value types.

org.omg.stub.java.rmi Contains RMI-IIOP Stubs for the Remote types that occur in
the java.rmi package.

org.w3c.dom Provides the interfaces for the Document Object Model


(DOM).

org.w3c.dom.bootstrap

org.w3c.dom.events

org.w3c.dom.ls

org.w3c.dom.views

org.xml.sax This package provides the core SAX APIs.

org.xml.sax.ext This package contains interfaces to SAX2 facilities that


conformant SAX drivers won't necessarily support.

org.xml.sax.helpers This package contains "helper" classes, including support for


bootstrapping SAX-based applications.

You might also like