| Name | Description | Type | Package | Framework |
| AbstractMarshallerImpl | Partial default Marshaller implementation. | Class | javax.xml.bind.helpers | Java SE |
|
| AbstractUnmarshallerImpl | Partial default Unmarshaller implementation. | Class | javax.xml.bind.helpers | Java SE |
|
| AddressingFeature | AddressingFeature represents the use of WS-Addressing with either the SOAP 1. | Class | javax.xml.ws.soap | Java SE |
|
| AttachmentMarshaller | Enable JAXB marshalling to optimize storage of binary data. | Class | javax.xml.bind.attachment | Java SE |
|
| AttachmentPart | A single attachment to a SOAPMessage object. | Class | javax.xml.soap | Java SE |
|
| AttachmentUnmarshaller | Enables JAXB unmarshalling of a root document containing optimized binary data formats. | Class | javax.xml.bind.attachment | Java SE |
|
| AddressingFeature .Responses | If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all. | Class | javax.xml.ws.soap.AddressingFeature | Java SE |
|
| AlgorithmMethod | An abstract representation of an algorithm defined in the XML Security specifications. | Interface | javax.xml.crypto | Java SE |
|
| AsyncHandler | The AsyncHandler interface is implemented by clients that wish to receive callback notification of the completion of | Interface | javax.xml.ws | Java SE |
|
| Attribute | An interface that contains information about an attribute. | Interface | javax.xml.stream.events | Java SE |
|
| Action | The Action annotation allows explicit association of a WS-Addressing Action message addressing property with | Class | javax.xml.ws | Java SE |
|
| Addressing | This annotation represents the use of WS-Addressing with either the SOAP 1. | Class | javax.xml.ws.soap | Java SE |
|
| Binder | Enable synchronization between XML infoset nodes and JAXB objects representing same XML document. | Class | javax.xml.bind | Java SE |
|
| Binding | The Binding interface is the base interface for JAX-WS protocol bindings. | Interface | javax.xml.ws | Java SE |
|
| BindingProvider | The BindingProvider interface provides access to the protocol binding and associated context objects for request and | Interface | javax.xml.ws | Java SE |
|
| BindingType | The BindingType annotation is used to specify the binding to use for a web service | Class | javax.xml.ws | Java SE |
|
| CatalogException | The exception class handles errors that may happen while processing or usingSince:9See Also:Serialized Form | Class | javax.xml.catalog | Java SE |
|
| CatalogFeatures | The CatalogFeatures holds a collection of features and properties. | Class | javax.xml.catalog | Java SE |
|
| CatalogFeatures .Builder | The Builder class for building the CatalogFeatures object. | Class | javax.xml.catalog.CatalogFeatures | Java SE |
|
| CatalogManager | The Catalog Manager manages the creation of XML Catalogs and Catalog Resolvers. | Class | javax.xml.catalog | Java SE |
|
| CollapsedStringAdapter | Built-in XmlAdapter to handle xs:token and its derived types. | Class | javax.xml.bind.annotation.adapters | Java SE |
|
| CatalogFeatures .Feature | A Feature type as defined in the Catalog Features table. | Class | javax.xml.catalog.CatalogFeatures | Java SE |
|
| C14NMethodParameterSpec | A specification of algorithm parameters for a CanonicalizationMethod Algorithm. | Interface | javax.xml.crypto.dsig.spec | Java SE |
|
| CanonicalizationMethod | A representation of the XML CanonicalizationMethod element as defined in the | Interface | javax.xml.crypto.dsig | Java SE |
|
| Catalog | The Catalog class represents an entity Catalog as defined by XML Catalogs, OASIS Standard V1. | Interface | javax.xml.catalog | Java SE |
|
| CatalogResolver | A SAX EntityResolver that uses catalogs to resolve references. | Interface | javax.xml.catalog | Java SE |
|
| CatalogUriResolver | A JAXP URIResolver that uses catalogs to resolve references. | Interface | javax.xml.catalog | Java SE |
|
| Characters | This describes the interface to Characters events. | Interface | javax.xml.stream.events | Java SE |
|
| Comment | An interface for comment eventsSince:1. | Interface | javax.xml.stream.events | Java SE |
|
| DataBindingException | Exception that represents a failure in a JAXB operation. | Class | javax.xml.bind | Java SE |
|
| DatatypeConfigurationException | Indicates a serious configuration error. | Class | javax.xml.datatype | Java SE |
|
| DatatypeConstants | Utility class to contain basic Datatype values as constants. | Class | javax.xml.datatype | Java SE |
|
| DatatypeConstants .Field | Type-safe enum class that represents six fields of the Duration class. | Class | javax.xml.datatype.DatatypeConstants | Java SE |
|
| DatatypeConverter | The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype. | Class | javax.xml.bind | Java SE |
|
| DatatypeFactory | Factory that creates new javax. | Class | javax.xml.datatype | Java SE |
|
| DefaultValidationEventHandler | JAXB 1. | Class | javax.xml.bind.helpers | Java SE |
|
| DocumentBuilder | Defines the API to obtain DOM Document instances from an XML document. | Class | javax.xml.parsers | Java SE |
|
| DocumentBuilderFactory | Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents. | Class | javax.xml.parsers | Java SE |
|
| DOMCryptoContext | This class provides a DOM-specific implementation of the XMLCryptoContext interface. | Class | javax.xml.crypto.dom | Java SE |
|
| DOMResult | Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree. | Class | javax.xml.transform.dom | Java SE |
|
| DOMSignContext | A DOM-specific XMLSignContext. | Class | javax.xml.crypto.dsig.dom | Java SE |
|
| DOMSource | Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree. | Class | javax.xml.transform.dom | Java SE |
|
| DOMStructure | A DOM-specific XMLStructure. | Class | javax.xml.crypto.dom | Java SE |
|
| DOMValidateContext | A DOM-specific XMLValidateContext. | Class | javax.xml.crypto.dsig.dom | Java SE |
|
| Duration | Immutable representation of a time span as defined in the W3C XML Schema 1. | Class | javax.xml.datatype | Java SE |
|
| Data | An abstract representation of the result of dereferencing a URIReference or the input/output of subsequent Transforms. | Interface | javax.xml.crypto | Java SE |
|
| DatatypeConverterInterface | The DatatypeConverterInterface is for JAXB provider use only. | Interface | javax.xml.bind | Java SE |
|
| Detail | A container for DetailEntry objects. | Class | javax.xml.soap | Java SE |
|
| DetailEntry | The content for a Detail object, giving details for a SOAPFault object. | Interface | javax.xml.soap | Java SE |
|
| DigestMethod | A representation of the XML DigestMethod element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| DigestMethodParameterSpec | A specification of algorithm parameters for a DigestMethod algorithm. | Interface | javax.xml.crypto.dsig.spec | Java SE |
|
| Dispatch | The Dispatch interface provides support for the dynamic invocation of a service endpoint operations. | Interface | javax.xml.ws | Java SE |
|
| DomHandler | Converts an element (and its descendants) from/to DOM (or similar) representation. | Interface | javax.xml.bind.annotation | Java SE |
|
| DOMLocator | Indicates the position of a node in a source DOM, intended primarily for error reporting. | Interface | javax.xml.transform.dom | Java SE |
|
| DOMURIReference | A DOM-specific URIReference. | Interface | javax.xml.crypto.dom | Java SE |
|
| DTD | This is the top level interface for events dealing with DTDsSince:1. | Interface | javax.xml.stream.events | Java SE |
|
| Endpoint | A Web service endpoint. | Class | javax.xml.ws | Java SE |
|
| EndpointContext | EndpointContext allows multiple endpoints in an application to share any information. | Class | javax.xml.ws | Java SE |
|
| EndpointReference | This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint. | Class | javax.xml.ws | Java SE |
|
| EventReaderDelegate | This is the base class for deriving an XMLEventReader This class is designed to sit between an XMLEventReader and an | Class | javax.xml.stream.util | Java SE |
|
| ExcC14NParameterSpec | Parameters for the W3C Recommendation: Exclusive XML Canonicalization (C14N) algorithm. | Class | javax.xml.crypto.dsig.spec | Java SE |
|
| Element | This is an element marker interface. | Interface | javax.xml.bind | Java SE |
|
| EndDocument | A marker interface for the end of the documentSince:1. | Interface | javax.xml.stream.events | Java SE |
|
| EndElement | An interface for the end element event. | Interface | javax.xml.stream.events | Java SE |
|
| EntityDeclaration | An interface for handling Entity Declarations This interface is used to record and report unparsed entity declarations. | Interface | javax.xml.stream.events | Java SE |
|
| EntityReference | An interface for handling Entity events. | Interface | javax.xml.stream.events | Java SE |
|
| ErrorListener | To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the | Interface | javax.xml.transform | Java SE |
|
| EventFilter | This interface declares a simple filter interface that one can create to filter XMLEventReaders | Interface | javax.xml.stream | Java SE |
|
| FactoryConfigurationError | Thrown when a problem with configuration with the Parser Factories exists. | Class | javax.xml.parsers | Java SE |
|
| FactoryConfigurationError | An error class for reporting factory configuration errors. | Class | javax.xml.stream | Java SE |
|
| FaultAction | The FaultAction annotation is used inside an Action annotation to allow an explicit association of a WS-Addressing | Class | javax.xml.ws | Java SE |
|
| HexBinaryAdapter | XmlAdapter for xs:hexBinary. | Class | javax.xml.bind.annotation.adapters | Java SE |
|
| HMACParameterSpec | XML Signature HMAC Algorithm. | Class | javax.xml.crypto.dsig.spec | Java SE |
|
| Holder | Holds a value of type T. | Class | javax.xml.ws | Java SE |
|
| HttpContext | HttpContext represents a mapping between the root URI path of a web service to a HttpHandler which is invoked to handle requests | Class | javax.xml.ws.spi.http | Java SE |
|
| HTTPException | The HTTPException exception represents a Since there is no standard format for faults or exceptions | Class | javax.xml.ws.http | Java SE |
|
| HttpExchange | This class encapsulates a HTTP request received and a response to be generated in one exchange. | Class | javax.xml.ws.spi.http | Java SE |
|
| HttpHandler | A handler which is invoked to process HTTP requests. | Class | javax.xml.ws.spi.http | Java SE |
|
| Handler | The Handler interface is the base interface for JAX-WS handlers. | Interface | javax.xml.ws.handler | Java SE |
|
| HandlerResolver | HandlerResolver is an interface implemented by an application to get control over the handler chain | Interface | javax.xml.ws.handler | Java SE |
|
| HTTPBinding | The HTTPBinding interface is an abstraction for the XML/HTTP binding. | Interface | javax.xml.ws.http | Java SE |
|
| Invoker | Invoker hides the detail of calling into application endpoint implementation. | Class | javax.xml.ws.spi | Java SE |
|
| JAXB | Class that defines convenience methods for common, simple use of JAXB. | Class | javax.xml.bind | Java SE |
|
| JAXBContext | The JAXBContext class provides the client's entry point to the JAXB API. | Class | javax.xml.bind | Java SE |
|
| JAXBElement | JAXB representation of an Xml Element. | Class | javax.xml.bind | Java SE |
|
| JAXBElement .GlobalScope | Designates global scope for an xml element. | Class | javax.xml.bind.JAXBElement | Java SE |
|
| JAXBException | This is the root exception class for all JAXB exceptions. | Class | javax.xml.bind | Java SE |
|
| JAXBIntrospector | Provide access to JAXB xml binding data for a JAXB object. | Class | javax.xml.bind | Java SE |
|
| JAXBPermission | This class is for JAXB permissions. | Class | javax.xml.bind | Java SE |
|
| JAXBResult | JAXP Result implementation that unmarshals a JAXB object. | Class | javax.xml.bind.util | Java SE |
|
| JAXBSource | JAXP Source implementation that marshals a JAXB-generated object. | Class | javax.xml.bind.util | Java SE |
|
| JAXBContextFactory | Factory that creates new JAXBContext instances. | Interface | javax.xml.bind | Java SE |
|
| KeyInfoFactory | A factory for creating KeyInfo objects from scratch or for unmarshalling a KeyInfo object from a corresponding XML | Class | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| KeySelector | A selector that finds and returns a key using the data contained in a KeyInfo object. | Class | javax.xml.crypto | Java SE |
|
| KeySelector .Purpose | The purpose of the key that is to be selected. | Class | javax.xml.crypto.KeySelector | Java SE |
|
| KeySelectorException | Indicates an exceptional condition thrown by a KeySelector. | Class | javax.xml.crypto | Java SE |
|
| KeyInfo | A representation of the XML KeyInfo element as defined in W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| KeyName | A representation of the XML KeyName element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| KeySelectorResult | The result returned by the KeySelector. | Interface | javax.xml.crypto | Java SE |
|
| KeyValue | A representation of the XML KeyValue element as defined W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| Location | Provides information on the location of an event. | Interface | javax.xml.stream | Java SE |
|
| LogicalHandler | The LogicalHandler extends Handler to provide typesafety for the message context parameter. | Interface | javax.xml.ws.handler | Java SE |
|
| LogicalMessage | The LogicalMessage interface represents a protocol agnostic XML message and contains methods that | Interface | javax.xml.ws | Java SE |
|
| LogicalMessageContext | The LogicalMessageContext interface extends provide access to a the contained message as a protocol neutral | Interface | javax.xml.ws.handler | Java SE |
|
| MarshalException | This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from. | Class | javax.xml.bind | Java SE |
|
| MarshalException | Indicates an exceptional condition that occurred during the XML marshalling or unmarshalling process. | Class | javax.xml.crypto | Java SE |
|
| Marshaller .Listener | Register an instance of an implementation of this class with a Marshaller to externally listen for marshal events. | Class | javax.xml.bind.Marshaller | Java SE |
|
| MessageFactory | A factory for creating SOAPMessage objects. | Class | javax.xml.soap | Java SE |
|
| MimeHeader | An object that stores a MIME header name and its value. | Class | javax.xml.soap | Java SE |
|
| MimeHeaders | A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message. | Class | javax.xml.soap | Java SE |
|
| MTOMFeature | This feature represents the use of MTOM with a This feature can be used during the creation of SEI proxy, and | Class | javax.xml.ws.soap | Java SE |
|
| MessageContext .Scope | Property scope. | Class | javax.xml.ws.handler.MessageContext | Java SE |
|
| Manifest | A representation of the XML Manifest element as defined in W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| Marshaller | The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data. | Interface | javax.xml.bind | Java SE |
|
| MessageContext | The interface MessageContext abstracts the message context that is processed by a handler in the handle | Interface | javax.xml.ws.handler | Java SE |
|
| MTOM | This feature represents the use of MTOM with a This annotation MUST only be used in conjunction the | Class | javax.xml.ws.soap | Java SE |
|
| NormalizedStringAdapter | XmlAdapter to handle xs:normalizedString. | Class | javax.xml.bind.annotation.adapters | Java SE |
|
| NoSuchMechanismException | This exception is thrown when a particular XML mechanism is requested but is not available in the environment. | Class | javax.xml.crypto | Java SE |
|
| NotIdentifiableEventImpl | Default implementation of the NotIdentifiableEvent interface. | Class | javax.xml.bind.helpers | Java SE |
|
| Name | A representation of an XML name. | Interface | javax.xml.soap | Java SE |
|
| Namespace | An interface that contains information about a namespace. | Interface | javax.xml.stream.events | Java SE |
|
| NamespaceContext | Interface for read only XML Namespace context processing. | Interface | javax.xml.namespace | Java SE |
|
| Node | A representation of a node (element) in an XML document. | Interface | javax.xml.soap | Java SE |
|
| NodeSetData | An abstract representation of a Data type containing a node-set. | Interface | javax.xml.crypto | Java SE |
|
| NotationDeclaration | An interface for handling Notation Declarations Receive notification of a notation declaration event. | Interface | javax.xml.stream.events | Java SE |
|
| NotIdentifiableEvent | This event indicates that a problem was encountered resolving an ID/IDREF. | Interface | javax.xml.bind | Java SE |
|
| OctetStreamData | A representation of a Data type containing an octet stream. | Class | javax.xml.crypto | Java SE |
|
| OutputKeys | Provides string constants that can be used to set output properties for a Transformer, or to retrieve | Class | javax.xml.transform | Java SE |
|
| ParseConversionEventImpl | Default implementation of the ParseConversionEvent interface. | Class | javax.xml.bind.helpers | Java SE |
|
| ParserConfigurationException | Indicates a serious configuration error. | Class | javax.xml.parsers | Java SE |
|
| PrintConversionEventImpl | Default implementation of the PrintConversionEvent interface. | Class | javax.xml.bind.helpers | Java SE |
|
| PropertyException | This exception indicates that an error was encountered while getting or setting a property. | Class | javax.xml.bind | Java SE |
|
| ProtocolException | The ProtocolException class is a base class for exceptions related to a specific protocol binding. | Class | javax.xml.ws | Java SE |
|
| Provider | Service provider for ServiceDelegate andSince:1. | Class | javax.xml.ws.spi | Java SE |
|
| ParseConversionEvent | This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type. | Interface | javax.xml.bind | Java SE |
|
| PGPData | A representation of the XML PGPData element as defined in W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| PortInfo | The PortInfo interface is used by a HandlerResolver to query information about | Interface | javax.xml.ws.handler | Java SE |
|
| PrintConversionEvent | This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation. | Interface | javax.xml.bind | Java SE |
|
| ProcessingInstruction | An interface that describes the data found in processing instructionsSince:1. | Interface | javax.xml.stream.events | Java SE |
|
| Provider | Service endpoints may implement the Provider interface as a dynamic alternative to an SEI. | Interface | javax.xml.ws | Java SE |
|
| QName | QName represents a qualified name as defined in the XML specifications: XML Schema Part2: | Class | javax.xml.namespace | Java SE |
|
| RespectBindingFeature | This feature clarifies the use of the wsdl:binding in a JAX-WS runtime. | Class | javax.xml.ws | Java SE |
|
| Reference | A representation of the Reference element as defined in the W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| Response | The Response interface provides methods used to obtain the payload and context of a message sent in response to an operation | Interface | javax.xml.ws | Java SE |
|
| Result | An object that implements this interface contains the information needed to build a transformation result tree. | Interface | javax.xml.transform | Java SE |
|
| RetrievalMethod | A representation of the XML RetrievalMethod element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| RequestWrapper | Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime. | Class | javax.xml.ws | Java SE |
|
| RespectBinding | This feature clarifies the use of the wsdl:binding in a JAX-WS runtime. | Class | javax.xml.ws | Java SE |
|
| ResponseWrapper | Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime. | Class | javax.xml.ws | Java SE |
|
| SAAJMetaFactory | The access point for the implementation classes of the factories defined in the SAAJ API. | Class | javax.xml.soap | Java SE |
|
| SAAJResult | Acts as a holder for the results of a JAXP transformation or a JAXB marshalling, in the form of a SAAJ tree. | Class | javax.xml.soap | Java SE |
|
| SAXParser | Defines the API that wraps an XMLReader implementation class. | Class | javax.xml.parsers | Java SE |
|
| SAXParserFactory | Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents. | Class | javax.xml.parsers | Java SE |
|
| SAXResult | Acts as an holder for a transformation Result. | Class | javax.xml.transform.sax | Java SE |
|
| SAXSource | Acts as an holder for SAX-style Source. | Class | javax.xml.transform.sax | Java SE |
|
| SAXTransformerFactory | This class extends TransformerFactory to provide SAX-specific factory methods. | Class | javax.xml.transform.sax | Java SE |
|
| Schema | Immutable in-memory representation of grammar. | Class | javax.xml.validation | Java SE |
|
| SchemaFactory | Factory that creates Schema objects. | Class | javax.xml.validation | Java SE |
|
| SchemaFactoryConfigurationError | Thrown when a problem with configuration with the Schema Factories exists. | Class | javax.xml.validation | Java SE |
|
| SchemaFactoryLoader | Factory that creates SchemaFactory. | Class | javax.xml.validation | Java SE |
|
| SchemaOutputResolver | Controls where a JAXB implementation puts the generates An implementation of this abstract class has to be provided by the calling | Class | javax.xml.bind | Java SE |
|
| Service | Service objects provide the client view of a Web service. | Class | javax.xml.ws | Java SE |
|
| ServiceDelegate | Service delegates are used internally by Service objects to allow pluggability of JAX-WS implementations. | Class | javax.xml.ws.spi | Java SE |
|
| SOAPConnection | A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance). | Class | javax.xml.soap | Java SE |
|
| SOAPConnectionFactory | A factory for creating SOAPConnection objects. | Class | javax.xml.soap | Java SE |
|
| SOAPElementFactory | SOAPElementFactory is a factory for XML fragments that will eventually end up in the SOAP part. | Class | javax.xml.soap | Java SE |
|
| SOAPException | An exception that signals that a SOAP exception has occurred. | Class | javax.xml.soap | Java SE |
|
| SOAPFactory | SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree. | Class | javax.xml.soap | Java SE |
|
| SOAPFaultException | The SOAPFaultException exception represents a SOAP 1. | Class | javax.xml.ws.soap | Java SE |
|
| SOAPMessage | The root class for all SOAP messages. | Class | javax.xml.soap | Java SE |
|
| SOAPPart | The container for the SOAP-specific portion of a SOAPMessage object. | Class | javax.xml.soap | Java SE |
|
| StAXResult | Acts as a holder for an XML Result in the form of a StAX writer,i. | Class | javax.xml.transform.stax | Java SE |
|
| StAXSource | Acts as a holder for an XML Source in the form of a StAX reader,i. | Class | javax.xml.transform.stax | Java SE |
|
| StreamReaderDelegate | This is the base class for deriving an XMLStreamReader filter This class is designed to sit between an XMLStreamReader and an | Class | javax.xml.stream.util | Java SE |
|
| StreamResult | Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup. | Class | javax.xml.transform.stream | Java SE |
|
| StreamSource | Acts as an holder for a transformation Source in the form of a stream of XML markup. | Class | javax.xml.transform.stream | Java SE |
|
| Service .Mode | The orientation of a dynamic client or service. | Class | javax.xml.ws.Service | Java SE |
|
| SignatureMethod | A representation of the XML SignatureMethod element W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| SignatureMethodParameterSpec | A specification of algorithm parameters for an XML SignatureMethod algorithm. | Interface | javax.xml.crypto.dsig.spec | Java SE |
|
| SignatureProperties | A representation of the XML SignatureProperties element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| SignatureProperty | A representation of the XML SignatureProperty element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| SignedInfo | An representation of the XML SignedInfo element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| SOAPBinding | The SOAPBinding interface is an abstraction forSince:1. | Interface | javax.xml.ws.soap | Java SE |
|
| SOAPBody | An object that represents the contents of the SOAP body element in a SOAP message. | Interface | javax.xml.soap | Java SE |
|
| SOAPBodyElement | A SOAPBodyElement object represents the contents in a SOAPBody object. | Interface | javax.xml.soap | Java SE |
|
| SOAPConstants | The definition of constants pertaining to the SOAP protocol. | Interface | javax.xml.soap | Java SE |
|
| SOAPElement | An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification. | Interface | javax.xml.soap | Java SE |
|
| SOAPEnvelope | The container for the SOAPHeader and SOAPBody portions of a SOAPPart object. | Interface | javax.xml.soap | Java SE |
|
| SOAPFault | An element in the SOAPBody object that contains error and/or status information. | Interface | javax.xml.soap | Java SE |
|
| SOAPFaultElement | A representation of the contents in a SOAPFault object. | Interface | javax.xml.soap | Java SE |
|
| SOAPHandler | The SOAPHandler class extends Handler to provide typesafety for the message context parameter and add a method | Interface | javax.xml.ws.handler.soap | Java SE |
|
| SOAPHeader | A representation of the SOAP header element. | Interface | javax.xml.soap | Java SE |
|
| SOAPHeaderElement | An object representing the contents in the SOAP header part of the The immediate children of a SOAPHeader object can | Interface | javax.xml.soap | Java SE |
|
| SOAPMessageContext | The interface SOAPMessageContext provides access to the SOAP message for either RPC request or | Interface | javax.xml.ws.handler.soap | Java SE |
|
| Source | An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions). | Interface | javax.xml.transform | Java SE |
|
| SourceLocator | This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions. | Interface | javax.xml.transform | Java SE |
|
| StartDocument | An interface for the start document eventSince:1. | Interface | javax.xml.stream.events | Java SE |
|
| StartElement | The StartElement interface provides access to information about start elements. | Interface | javax.xml.stream.events | Java SE |
|
| StreamFilter | This interface declares a simple filter interface that one can create to filter XMLStreamReaders | Interface | javax.xml.stream | Java SE |
|
| ServiceMode | Used to indicate whether a Provider implementation wishes to work with entire protocol messages or just with protocol message payloads. | Class | javax.xml.ws | Java SE |
|
| Transformer | An instance of this abstract class can transform a source tree into a result tree. | Class | javax.xml.transform | Java SE |
|
| TransformerConfigurationException | Indicates a serious configuration error. | Class | javax.xml.transform | Java SE |
|
| TransformerException | This class specifies an exceptional condition that occured during the transformation process. | Class | javax.xml.transform | Java SE |
|
| TransformerFactory | A TransformerFactory instance can be used to create The system property that determines which Factory implementation | Class | javax.xml.transform | Java SE |
|
| TransformerFactoryConfigurationError | Thrown when a problem with configuration with the Transformer Factories exists. | Class | javax.xml.transform | Java SE |
|
| TransformException | Indicates an exceptional condition that occurred while executing a transform algorithm. | Class | javax.xml.crypto.dsig | Java SE |
|
| TransformService | A Service Provider Interface for transform and canonicalization algorithms. | Class | javax.xml.crypto.dsig | Java SE |
|
| TypeConstraintException | This exception indicates that a violation of a dynamically checked type constraint was detected. | Class | javax.xml.bind | Java SE |
|
| TypeInfoProvider | This class provides access to the type information determined by ValidatorHandler. | Class | javax.xml.validation | Java SE |
|
| Templates | An object that implements this interface is the runtime representation of processed transformation instructions. | Interface | javax.xml.transform | Java SE |
|
| TemplatesHandler | A SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object. | Interface | javax.xml.transform.sax | Java SE |
|
| Text | A representation of a node whose value is text. | Interface | javax.xml.soap | Java SE |
|
| Transform | A representation of the XML Transform element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| TransformerHandler | A TransformerHandler listens for SAX ContentHandler parse events and transforms | Interface | javax.xml.transform.sax | Java SE |
|
| TransformParameterSpec | A specification of algorithm parameters for a Transform algorithm. | Interface | javax.xml.crypto.dsig.spec | Java SE |
|
| UnmarshalException | This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing | Class | javax.xml.bind | Java SE |
|
| Unmarshaller .Listener | Register an instance of an implementation of this class with Unmarshaller to externally listen for unmarshal events. | Class | javax.xml.bind.Unmarshaller | Java SE |
|
| URIReferenceException | Indicates an exceptional condition thrown while dereferencing a A URIReferenceException can contain a cause: another | Class | javax.xml.crypto | Java SE |
|
| Unmarshaller | The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML | Interface | javax.xml.bind | Java SE |
|
| UnmarshallerHandler | Unmarshaller implemented as SAX ContentHandler. | Interface | javax.xml.bind | Java SE |
|
| URIDereferencer | A dereferencer of URIReferences. | Interface | javax.xml.crypto | Java SE |
|
| URIReference | Identifies a data object via a URI-Reference, as specified by Note that some subclasses may not have a type attribute | Interface | javax.xml.crypto | Java SE |
|
| URIResolver | An object that implements this interface that can be called by the processor to turn a URI used in document(), xsl:import, or xsl:include into a Source object. | Interface | javax.xml.transform | Java SE |
|
| ValidationEventCollector | ValidationEventHandler implementation that collects all events. | Class | javax.xml.bind.util | Java SE |
|
| ValidationEventImpl | Default implementation of the ValidationEvent interface. | Class | javax.xml.bind.helpers | Java SE |
|
| ValidationEventLocatorImpl | Default implementation of the ValidationEventLocator interface. | Class | javax.xml.bind.helpers | Java SE |
|
| ValidationException | This exception indicates that an error has occurred while performing a validate operation. | Class | javax.xml.bind | Java SE |
|
| Validator | A processor that checks an XML document against Schema. | Class | javax.xml.validation | Java SE |
|
| ValidatorHandler | Streaming validator that works on SAX stream. | Class | javax.xml.validation | Java SE |
|
| ValidationEvent | This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing | Interface | javax.xml.bind | Java SE |
|
| ValidationEventHandler | A basic event handler interface for validation errors. | Interface | javax.xml.bind | Java SE |
|
| ValidationEventLocator | Encapsulate the location of a ValidationEvent. | Interface | javax.xml.bind | Java SE |
|
| Validator | As of JAXB 2. | Interface | javax.xml.bind | Java SE |
|
| W3CDomHandler | DomHandler implementation for W3C DOM (org. | Class | javax.xml.bind.annotation | Java SE |
|
| W3CEndpointReference | This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the | Class | javax.xml.ws.wsaddressing | Java SE |
|
| W3CEndpointReferenceBuilder | This class is used to build W3CEndpointReference instances. | Class | javax.xml.ws.wsaddressing | Java SE |
|
| WebServiceException | The WebServiceException class is the base exception class for all JAX-WS API runtime exceptions. | Class | javax.xml.ws | Java SE |
|
| WebServiceFeature | A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service. | Class | javax.xml.ws | Java SE |
|
| WebServicePermission | This class defines web service permissions. | Class | javax.xml.ws | Java SE |
|
| WebServiceContext | A WebServiceContext makes it possible for a web service endpoint implementation class to access | Interface | javax.xml.ws | Java SE |
|
| WebEndpoint | Used to annotate the getPortName() methods of a generated service interface. | Class | javax.xml.ws | Java SE |
|
| WebFault | Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name | Class | javax.xml.ws | Java SE |
|
| WebServiceClient | Used to annotate a generated service interface. | Class | javax.xml.ws | Java SE |
|
| WebServiceFeatureAnnotation | Annotation used to identify other annotations as a WebServiceFeature. | Class | javax.xml.ws.spi | Java SE |
|
| WebServiceProvider | Used to annotate a Provider implementation class. | Class | javax.xml.ws | Java SE |
|
| WebServiceRef | The WebServiceRef annotation is used to define a reference to a web service and | Class | javax.xml.ws | Java SE |
|
| WebServiceRefs | The WebServiceRefs annotation allows multiple web service references to be declared at the | Class | javax.xml.ws | Java SE |
|
| XmlAdapter | Adapts a Java type for custom marshaling. | Class | javax.xml.bind.annotation.adapters | Java SE |
|
| XMLConstants | Utility class to contain basic XML values as constants. | Class | javax.xml | Java SE |
|
| XmlElement .DEFAULT | Used in XmlElement. | Class | javax.xml.bind.annotation.XmlElement | Java SE |
|
| XmlElementDecl .GLOBAL | Used in XmlElementDecl. | Class | javax.xml.bind.annotation.XmlElementDecl | Java SE |
|
| XmlElementRef .DEFAULT | Used in XmlElementRef. | Class | javax.xml.bind.annotation.XmlElementRef | Java SE |
|
| XMLEventFactory | This interface defines a utility class for creating instances ofSince:1. | Class | javax.xml.stream | Java SE |
|
| XMLGregorianCalendar | Representation for W3C XML Schema 1. | Class | javax.xml.datatype | Java SE |
|
| XMLInputFactory | Defines an abstract implementation of a factory for getting streams. | Class | javax.xml.stream | Java SE |
|
| XmlJavaTypeAdapter .DEFAULT | Used in XmlJavaTypeAdapter. | Class | javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter | Java SE |
|
| XMLOutputFactory | Defines an abstract implementation of a factory for getting XMLEventWriters and XMLStreamWriters. | Class | javax.xml.stream | Java SE |
|
| XmlSchemaType .DEFAULT | Used in XmlSchemaType. | Class | javax.xml.bind.annotation.XmlSchemaType | Java SE |
|
| XMLSignatureException | Indicates an exceptional condition that occurred during the XML signature generation or validation process. | Class | javax.xml.crypto.dsig | Java SE |
|
| XMLSignatureFactory | A factory for creating XMLSignature objects from scratch or for unmarshalling an XMLSignature object from a corresponding | Class | javax.xml.crypto.dsig | Java SE |
|
| XMLStreamException | The base exception for unexpected processing errors. | Class | javax.xml.stream | Java SE |
|
| XmlType .DEFAULT | Used in XmlType. | Class | javax.xml.bind.annotation.XmlType | Java SE |
|
| XPathConstants | | Class | javax.xml.xpath | Java SE |
|
| XPathException | XPathException represents a generic XPath exception. | Class | javax.xml.xpath | Java SE |
|
| XPathExpressionException | XPathExpressionException represents an error in an XPath expression. | Class | javax.xml.xpath | Java SE |
|
| XPathFactory | An XPathFactory instance can be used to createSee newInstance(String uri) for lookup mechanism. | Class | javax.xml.xpath | Java SE |
|
| XPathFactoryConfigurationException | XPathFactoryConfigurationException represents a configuration error in a XPathFactory environment. | Class | javax.xml.xpath | Java SE |
|
| XPathFilter2ParameterSpec | Parameters for the W3C Recommendation XPath Filter 2. | Class | javax.xml.crypto.dsig.spec | Java SE |
|
| XPathFilterParameterSpec | XPath Filtering Transform Algorithm. | Class | javax.xml.crypto.dsig.spec | Java SE |
|
| XPathFunctionException | XPathFunctionException represents an error with an XPath function. | Class | javax.xml.xpath | Java SE |
|
| XPathType | The XML Schema Definition of the XPath element as defined in the W3C Recommendation for XML-Signature XPath Filter 2. | Class | javax.xml.crypto.dsig.spec | Java SE |
|
| XPathType .Filter | Represents the filter set operation. | Class | javax.xml.crypto.dsig.spec.XPathType | Java SE |
|
| XSLTTransformParameterSpec | XSLT Transform Algorithm. | Class | javax.xml.crypto.dsig.spec | Java SE |
|
| XmlAccessOrder | Used by XmlAccessorOrder to control the ordering of properties and fields in a JAXB bound class. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlAccessType | Used by XmlAccessorType to control serialization of fields orSince:1. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlNsForm | Enumeration of XML Schema namespace qualifications. | Class | javax.xml.bind.annotation | Java SE |
|
| XPathEvaluationResult .XPathResultType | XPathResultType represents possible return types of an XPath evaluation. | Class | javax.xml.xpath.XPathEvaluationResult | Java SE |
|
| X509Data | A representation of the XML X509Data element as defined in W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| X509IssuerSerial | A representation of the XML X509IssuerSerial element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| XMLCryptoContext | Contains common context information for XML cryptographic operations. | Interface | javax.xml.crypto | Java SE |
|
| XMLEvent | This is the base event interface for handling markup events. | Interface | javax.xml.stream.events | Java SE |
|
| XMLEventAllocator | This interface defines a class that allows a user to register a way to allocate events given an XMLStreamReader. | Interface | javax.xml.stream.util | Java SE |
|
| XMLEventConsumer | This interface defines an event consumer interface. | Interface | javax.xml.stream.util | Java SE |
|
| XMLEventReader | This is the top level interface for parsing XML Events. | Interface | javax.xml.stream | Java SE |
|
| XMLEventWriter | This is the top level interface for writing XML documents. | Interface | javax.xml.stream | Java SE |
|
| XMLObject | A representation of the XML Object element as defined in W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| XMLReporter | This interface is used to report non-fatal errors. | Interface | javax.xml.stream | Java SE |
|
| XMLResolver | This interface is used to resolve resources during an XML parse. | Interface | javax.xml.stream | Java SE |
|
| XMLSignature | A representation of the XML Signature element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| XMLSignature .SignatureValue | A representation of the XML SignatureValue element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.XMLSignature | Java SE |
|
| XMLSignContext | Contains context information for generating XML Signatures. | Interface | javax.xml.crypto.dsig | Java SE |
|
| XMLStreamConstants | This interface declares the constants used in this API. | Interface | javax.xml.stream | Java SE |
|
| XMLStreamReader | The XMLStreamReader interface allows forward, read-only access to XML. | Interface | javax.xml.stream | Java SE |
|
| XMLStreamWriter | The XMLStreamWriter interface specifies how to write XML. | Interface | javax.xml.stream | Java SE |
|
| XMLStructure | A representation of an XML structure from any namespace. | Interface | javax.xml.crypto | Java SE |
|
| XMLValidateContext | Contains context information for validating XML Signatures. | Interface | javax.xml.crypto.dsig | Java SE |
|
| XPath | XPath provides access to the XPath evaluation environment and expressions. | Interface | javax.xml.xpath | Java SE |
|
| XPathEvaluationResult | The XPathEvaluationResult interface represents the result of the evaluation of an XPath expression within the context of a particular node. | Interface | javax.xml.xpath | Java SE |
|
| XPathExpression | XPathExpression provides access to compiled XPath expressions. | Interface | javax.xml.xpath | Java SE |
|
| XPathFunction | XPathFunction provides access to XPath functions. | Interface | javax.xml.xpath | Java SE |
|
| XPathFunctionResolver | XPathFunctionResolver provides access to the set of user defined XPathFunctions. | Interface | javax.xml.xpath | Java SE |
|
| XPathNodes | XPathNodes represents a set of nodes selected by a location path as specified in XML Path Language (XPath) | Interface | javax.xml.xpath | Java SE |
|
| XPathVariableResolver | XPathVariableResolver provides access to the set of user defined XPath variables. | Interface | javax.xml.xpath | Java SE |
|
| XmlAccessorOrder | Controls the ordering of fields and properties in a class. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlAccessorType | Controls whether fields or Javabean properties are serialized by default. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlAnyAttribute | Maps a JavaBean property to a map of wildcard attributes. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlAnyElement | Maps a JavaBean property to XML infoset representation and/or JAXB element. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlAttachmentRef | Marks a field/property that its XML form is a uri reference to mime content. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlAttribute | Maps a JavaBean property to a XML attribute. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlElement | Maps a JavaBean property to a XML element derived from property name. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlElementDecl | Maps a factory method to a XML element. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlElementRef | Maps a JavaBean property to a XML element derived from property's type. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlElementRefs | Marks a property that refers to classes with XmlElement Compared to an element property (property with XmlElement | Class | javax.xml.bind.annotation | Java SE |
|
| XmlElements | A container for multiple @XmlElement annotations. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlElementWrapper | Generates a wrapper element around XML representation. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlEnum | Maps an enum type Enum to XML representation. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlEnumValue | Maps an enum constant in Enum type to XML representation. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlID | Maps a JavaBean property to XML ID. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlIDREF | Maps a JavaBean property to XML IDREF. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlInlineBinaryData | Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlJavaTypeAdapter | Use an adapter that implements XmlAdapter for custom marshaling. | Class | javax.xml.bind.annotation.adapters | Java SE |
|
| XmlJavaTypeAdapters | A container for multiple @XmlJavaTypeAdapter annotations. | Class | javax.xml.bind.annotation.adapters | Java SE |
|
| XmlList | Used to map a property to a list simple type. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlMimeType | Associates the MIME type that controls the XML representation of the property. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlMixed | Annotate a JavaBean multi-valued property to support mixed content. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlNs | Associates a namespace prefix with a XML namespace URI. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlRegistry | Marks a class that has XmlElementDecls. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlRootElement | Maps a class or an enum type to an XML element. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlSchema | Maps a package name to a XML namespace. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlSchemaType | Maps a Java type to a simple schema built-in type. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlSchemaTypes | A container for multiple @XmlSchemaType annotations. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlSeeAlso | Instructs JAXB to also bind other classes when binding this class. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlTransient | Prevents the mapping of a JavaBean property/type to XML representation. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlType | Maps a class or an enum type to a XML Schema type. | Class | javax.xml.bind.annotation | Java SE |
|
| XmlValue | Enables mapping a class to a XML Schema complex type with a simpleContent or a XML Schema simple type. | Class | javax.xml.bind.annotation | Java SE |
|
| AbstractMarshallerImpl | Partial default Marshaller implementation. | Class | javax.xml.bind.helpers | Java EE |
|
| AbstractUnmarshallerImpl | Partial default Unmarshaller implementation. | Class | javax.xml.bind.helpers | Java EE |
|
| Action | The Action annotation allows explicit association of a WS-Addressing Action message addressing property with | Class | javax.xml.ws | Java EE |
|
| Addressing | This annotation represents the use of WS-Addressing with either the SOAP 1. | Class | javax.xml.ws.soap | Java EE |
|
| AddressingFeature | AddressingFeature represents the use of WS-Addressing with either the SOAP 1. | Class | javax.xml.ws.soap | Java EE |
|
| AddressingFeature .Responses | If addressing is enabled, this property determines if endpoint requires the use of only anonymous responses, or only non-anonymous responses, or all. | Class | javax.xml.ws.soap.AddressingFeature | Java EE |
|
| Association | A RegistryObject instance may be associated with zero or more RegistryObject instances. | Interface | javax.xml.registry.infomodel | Java EE |
|
| AsyncHandler | The AsyncHandler interface is implemented by clients that wish to receive callback notification of the completion of | Interface | javax.xml.ws | Java EE |
|
| AttachmentMarshaller | Enable JAXB marshalling to optimize storage of binary data. | Class | javax.xml.bind.attachment | Java EE |
|
| AttachmentPart | A single attachment to a SOAPMessage object. | Class | javax.xml.soap | Java EE |
|
| AttachmentUnmarshaller | Enables JAXB unmarshalling of a root document containing optimized binary data formats. | Class | javax.xml.bind.attachment | Java EE |
|
| AuditableEvent | AuditableEvent instances provide a long term record of events that effect a change of state in a RegistryObject. | Interface | javax.xml.registry.infomodel | Java EE |
|
| BigDecimalHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| BigIntegerHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| Binder | Enable synchronization between XML infoset nodes and JAXB objects representing same XML document. | Class | javax.xml.bind | Java EE |
|
| Binding | The Binding interface is the base interface for JAX-WS protocol bindings. | Interface | javax.xml.ws | Java EE |
|
| BindingProvider | The BindingProvider interface provides access to the protocol binding and associated context objects for request and | Interface | javax.xml.ws | Java EE |
|
| BindingType | The BindingType annotation is used to specify the binding to use for a web service | Class | javax.xml.ws | Java EE |
|
| BooleanHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| BooleanWrapperHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| BulkResponse | Contains the response of a method in the API that performs a bulk operation and returns a bulk response. | Interface | javax.xml.registry | Java EE |
|
| BusinessLifeCycleManager | The BusinessLifeCycleManager interface, which is exposed by the Registry Service, implements the life cycle management functionality of the Registry as part of a business level API. | Interface | javax.xml.registry | Java EE |
|
| BusinessQueryManager | The BusinessQueryManager interface, which is exposed by the Registry Service, implements the business style query interface. | Interface | javax.xml.registry | Java EE |
|
| ByteArrayHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| ByteHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| ByteWrapperHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| CalendarHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| Call | The javax. | Interface | javax.xml.rpc | Java EE |
|
| CapabilityProfile | Provides information about the capabilities of a JAXR provider. | Interface | javax.xml.registry | Java EE |
|
| Classification | The Classification interface is used to classify RegistryObject instances. | Interface | javax.xml.registry.infomodel | Java EE |
|
| ClassificationScheme | A ClassificationScheme instance represents a taxonomy that may be used to classify or categorize RegistryObject instances. | Interface | javax.xml.registry.infomodel | Java EE |
|
| CollapsedStringAdapter | Built-in XmlAdapter to handle xs:token and its derived types. | Class | javax.xml.bind.annotation.adapters | Java EE |
|
| Concept | The Concept interface is used to represent taxonomy elements and their structural relationship with each other in order to describe an internal taxonomy. | Interface | javax.xml.registry.infomodel | Java EE |
|
| Connection | This class represents a connection between a JAXR client and aAuthor:Farrukh S. | Interface | javax.xml.registry | Java EE |
|
| ConnectionFactory | This is the abstract base class for factory classes for creating a JAXR connection. | Class | javax.xml.registry | Java EE |
|
| DataBindingException | Exception that represents a failure in a JAXB operation. | Class | javax.xml.bind | Java EE |
|
| DatatypeConverter | The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype. | Class | javax.xml.bind | Java EE |
|
| DatatypeConverterInterface | The DatatypeConverterInterface is for JAXB provider use only. | Interface | javax.xml.bind | Java EE |
|
| DeclarativeQueryManager | This interface provides the ability to execute declarative queries (e. | Interface | javax.xml.registry | Java EE |
|
| DefaultValidationEventHandler | JAXB 1. | Class | javax.xml.bind.helpers | Java EE |
|
| DeleteException | A RegistryException that occurs during a delete action. | Class | javax.xml.registry | Java EE |
|
| DeserializationContext | The javax. | Interface | javax.xml.rpc.encoding | Java EE |
|
| Deserializer | The javax. | Interface | javax.xml.rpc.encoding | Java EE |
|
| DeserializerFactory | The javax. | Interface | javax.xml.rpc.encoding | Java EE |
|
| Detail | A container for DetailEntry objects. | Class | javax.xml.soap | Java EE |
|
| DetailEntry | The content for a Detail object, giving details for a SOAPFault object. | Interface | javax.xml.soap | Java EE |
|
| Dispatch | The Dispatch interface provides support for the dynamic invocation of a service endpoint operations. | Interface | javax.xml.ws | Java EE |
|
| DomHandler | Converts an element (and its descendants) from/to DOM (or similar) representation. | Interface | javax.xml.bind.annotation | Java EE |
|
| DoubleHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| DoubleWrapperHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| Element | This is an element marker interface. | Interface | javax.xml.bind | Java EE |
|
| EmailAddress | Represents an email address. | Interface | javax.xml.registry.infomodel | Java EE |
|
| Endpoint | A Web service endpoint. | Class | javax.xml.ws | Java EE |
|
| EndpointContext | EndpointContext allows multiple endpoints in an application to share any information. | Class | javax.xml.ws | Java EE |
|
| EndpointReference | This class represents an WS-Addressing EndpointReference which is a remote reference to a web service endpoint. | Class | javax.xml.ws | Java EE |
|
| ExtensibleObject | An ExtensibleObject is one that allows itself to be extended by utilizing dynamically added Slots that add arbitrary attributes to the object on a | Interface | javax.xml.registry.infomodel | Java EE |
|
| ExternalIdentifier | ExternalIdentifier instances provide the additional identifier information to RegistryObjects such as DUNS number, Social Security Number, or an alias | Interface | javax.xml.registry.infomodel | Java EE |
|
| ExternalLink | ExternalLink instances model a named URI to content that may reside outside RegistryObject may be associated with any number of ExternalLinks to annotate | Interface | javax.xml.registry.infomodel | Java EE |
|
| ExtrinsicObject | ExtrinsicObjects provide metadata that describes submitted content whose type is not intrinsically known to the registry and therefore must be | Interface | javax.xml.registry.infomodel | Java EE |
|
| FaultAction | The FaultAction annotation is used inside an Action annotation to allow an explicit association of a WS-Addressing | Class | javax.xml.ws | Java EE |
|
| FederatedConnection | Represents a single logical connection to a federation or group of registry providers. | Interface | javax.xml.registry | Java EE |
|
| FindException | A RegistryException that occurs during a find action. | Class | javax.xml.registry | Java EE |
|
| FindQualifier | FindQualifier provides various constants that identify options that effect find method behavior. | Interface | javax.xml.registry | Java EE |
|
| FloatHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| FloatWrapperHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| GenericHandler | The javax. | Class | javax.xml.rpc.handler | Java EE |
|
| Handler | The javax. | Interface | javax.xml.rpc.handler | Java EE |
|
| Handler | The Handler interface is the base interface for JAX-WS handlers. | Interface | javax.xml.ws.handler | Java EE |
|
| HandlerChain | The javax. | Interface | javax.xml.rpc.handler | Java EE |
|
| HandlerInfo | The javax. | Class | javax.xml.rpc.handler | Java EE |
|
| HandlerRegistry | The javax. | Interface | javax.xml.rpc.handler | Java EE |
|
| HandlerResolver | HandlerResolver is an interface implemented by an application to get control over the handler chain | Interface | javax.xml.ws.handler | Java EE |
|
| HexBinaryAdapter | XmlAdapter for xs:hexBinary. | Class | javax.xml.bind.annotation.adapters | Java EE |
|
| Holder | The java. | Interface | javax.xml.rpc.holders | Java EE |
|
| Holder | Holds a value of type T. | Class | javax.xml.ws | Java EE |
|
| HTTPBinding | The HTTPBinding interface is an abstraction for the XML/HTTP binding. | Interface | javax.xml.ws.http | Java EE |
|
| HttpContext | HttpContext represents a mapping between the root URI path of a web service to a HttpHandler which is invoked to handle requests | Class | javax.xml.ws.spi.http | Java EE |
|
| HTTPException | The HTTPException exception represents a Since there is no standard format for faults or exceptions | Class | javax.xml.ws.http | Java EE |
|
| HttpExchange | This class encapsulates a HTTP request received and a response to be generated in one exchange. | Class | javax.xml.ws.spi.http | Java EE |
|
| HttpHandler | A handler which is invoked to process HTTP requests. | Class | javax.xml.ws.spi.http | Java EE |
|
| IntegerWrapperHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| InternationalString | This interface represents a String that has been internationalized into several Locales. | Interface | javax.xml.registry.infomodel | Java EE |
|
| IntHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| InvalidRequestException | This exception is thrown when a JAXR client attempts to invoke an API method that is not valid for some reason. | Class | javax.xml.registry | Java EE |
|
| Invoker | Invoker hides the detail of calling into application endpoint implementation. | Class | javax.xml.ws.spi | Java EE |
|
| JAXB | Class that defines convenience methods for common, simple use of JAXB. | Class | javax.xml.bind | Java EE |
|
| JAXBContext | The JAXBContext class provides the client's entry point to the JAXB API. | Class | javax.xml.bind | Java EE |
|
| JAXBElement | JAXB representation of an Xml Element. | Class | javax.xml.bind | Java EE |
|
| JAXBElement .GlobalScope | Designates global scope for an xml element. | Class | javax.xml.bind.JAXBElement | Java EE |
|
| JAXBException | This is the root exception class for all JAXB exceptions. | Class | javax.xml.bind | Java EE |
|
| JAXBIntrospector | Provide access to JAXB xml binding data for a JAXB object. | Class | javax.xml.bind | Java EE |
|
| JAXBPermission | This class is for JAXB permissions. | Class | javax.xml.bind | Java EE |
|
| JAXBResult | JAXP Result implementation that unmarshals a JAXB object. | Class | javax.xml.bind.util | Java EE |
|
| JAXBSource | JAXP Source implementation that marshals a JAXB-generated object. | Class | javax.xml.bind.util | Java EE |
|
| JAXRException | Signals that a JAXR exception has occurred. | Class | javax.xml.registry | Java EE |
|
| JAXRPCException | The javax. | Class | javax.xml.rpc | Java EE |
|
| JAXRResponse | A JAXR requests' response. | Interface | javax.xml.registry | Java EE |
|
| Key | Represents a unique key that identifies a RegistryObject. | Interface | javax.xml.registry.infomodel | Java EE |
|
| LifeCycleManager | The LifeCycleManager interface is the main interface in the API for managing life cycle operations on objects defined by the information model. | Interface | javax.xml.registry | Java EE |
|
| LocalizedString | This interface is used as a simple wrapper interface that associates a String with its Locale. | Interface | javax.xml.registry.infomodel | Java EE |
|
| LogicalHandler | The LogicalHandler extends Handler to provide typesafety for the message context parameter. | Interface | javax.xml.ws.handler | Java EE |
|
| LogicalMessage | The LogicalMessage interface represents a protocol agnostic XML message and contains methods that | Interface | javax.xml.ws | Java EE |
|
| LogicalMessageContext | The LogicalMessageContext interface extends provide access to a the contained message as a protocol neutral | Interface | javax.xml.ws.handler | Java EE |
|
| LongHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| LongWrapperHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| MarshalException | This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from. | Class | javax.xml.bind | Java EE |
|
| Marshaller | The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data. | Interface | javax.xml.bind | Java EE |
|
| Marshaller .Listener | Register an instance of an implementation of this class with a Marshaller to externally listen for marshal events. | Class | javax.xml.bind.Marshaller | Java EE |
|
| MessageContext | The interface MessageContext abstracts the message context that is processed by a handler in the handle | Interface | javax.xml.rpc.handler | Java EE |
|
| MessageContext | The interface MessageContext abstracts the message context that is processed by a handler in the handle | Interface | javax.xml.ws.handler | Java EE |
|
| MessageContext .Scope | Property scope. | Class | javax.xml.ws.handler.MessageContext | Java EE |
|
| MessageFactory | A factory for creating SOAPMessage objects. | Class | javax.xml.soap | Java EE |
|
| MimeHeader | An object that stores a MIME header name and its value. | Class | javax.xml.soap | Java EE |
|
| MimeHeaders | A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a message. | Class | javax.xml.soap | Java EE |
|
| MTOM | This feature represents the use of MTOM with a This annotation MUST only be used in conjunction the | Class | javax.xml.ws.soap | Java EE |
|
| MTOMFeature | This feature represents the use of MTOM with a This feature can be used during the creation of SEI proxy, and | Class | javax.xml.ws.soap | Java EE |
|
| Name | A representation of an XML name. | Interface | javax.xml.soap | Java EE |
|
| NamespaceConstants | Constants used in JAX-RPC for namespace prefixes and URIsVersion:1. | Class | javax.xml.rpc | Java EE |
|
| Node | A representation of a node (element) in an XML document. | Interface | javax.xml.soap | Java EE |
|
| NormalizedStringAdapter | XmlAdapter to handle xs:normalizedString. | Class | javax.xml.bind.annotation.adapters | Java EE |
|
| NotIdentifiableEvent | This event indicates that a problem was encountered resolving an ID/IDREF. | Interface | javax.xml.bind | Java EE |
|
| NotIdentifiableEventImpl | Default implementation of the NotIdentifiableEvent interface. | Class | javax.xml.bind.helpers | Java EE |
|
| ObjectHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| Organization | Organization instances provide information on organizations such as a Submitting Organization. | Interface | javax.xml.registry.infomodel | Java EE |
|
| ParameterMode | The javax. | Class | javax.xml.rpc | Java EE |
|
| ParseConversionEvent | This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type. | Interface | javax.xml.bind | Java EE |
|
| ParseConversionEventImpl | Default implementation of the ParseConversionEvent interface. | Class | javax.xml.bind.helpers | Java EE |
|
| PersonName | Represents a person's name. | Interface | javax.xml.registry.infomodel | Java EE |
|
| PortInfo | The PortInfo interface is used by a HandlerResolver to query information about | Interface | javax.xml.ws.handler | Java EE |
|
| PostalAddress | PostalAddress is a simple re-usable entity class that defines attributes of a postal Address. | Interface | javax.xml.registry.infomodel | Java EE |
|
| PrintConversionEvent | This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation. | Interface | javax.xml.bind | Java EE |
|
| PrintConversionEventImpl | Default implementation of the PrintConversionEvent interface. | Class | javax.xml.bind.helpers | Java EE |
|
| PropertyException | This exception indicates that an error was encountered while getting or setting a property. | Class | javax.xml.bind | Java EE |
|
| ProtocolException | The ProtocolException class is a base class for exceptions related to a specific protocol binding. | Class | javax.xml.ws | Java EE |
|
| Provider | Service endpoints may implement the Provider interface as a dynamic alternative to an SEI. | Interface | javax.xml.ws | Java EE |
|
| Provider | | Class | javax.xml.ws.spi | Java EE |
|
| QNameHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| Query | The Query interface encapsulates a query in a declarative query language. | Interface | javax.xml.registry | Java EE |
|
| QueryManager | This is the common base interface for all QueryManagers in the API. | Interface | javax.xml.registry | Java EE |
|
| RegistryEntry | The RegistryEntry interface is a base interface for interfaces in the model that require additional metadata beyond what is provided by the RegistryObject interface. | Interface | javax.xml.registry.infomodel | Java EE |
|
| RegistryException | This is the common base class for all Exceptions that are detected on the registry provider side rather than the JAXR client side. | Class | javax.xml.registry | Java EE |
|
| RegistryObject | The RegistryObject class is an abstract base class used by most classes in the model. | Interface | javax.xml.registry.infomodel | Java EE |
|
| RegistryPackage | RegistryPackage instances are RegistryEntries that group logically related RegistryEntries together. | Interface | javax.xml.registry.infomodel | Java EE |
|
| RegistryService | This is the principal interface implemented by a JAXR provider. | Interface | javax.xml.registry | Java EE |
|
| RequestWrapper | Used to annotate methods in the Service Endpoint Interface with the request wrapper bean to be used at runtime. | Class | javax.xml.ws | Java EE |
|
| RespectBinding | This feature clarifies the use of the wsdl:binding in a JAX-WS runtime. | Class | javax.xml.ws | Java EE |
|
| RespectBindingFeature | This feature clarifies the use of the wsdl:binding in a JAX-WS runtime. | Class | javax.xml.ws | Java EE |
|
| Response | The Response interface provides methods used to obtain the payload and context of a message sent in response to an operation | Interface | javax.xml.ws | Java EE |
|
| ResponseWrapper | Used to annotate methods in the Service Endpoint Interface with the response wrapper bean to be used at runtime. | Class | javax.xml.ws | Java EE |
|
| SAAJMetaFactory | The access point for the implementation classes of the factories defined in the SAAJ API. | Class | javax.xml.soap | Java EE |
|
| SAAJResult | Acts as a holder for the results of a JAXP transformation or a JAXB marshalling, in the form of a SAAJ tree. | Class | javax.xml.soap | Java EE |
|
| SaveException | A RegistryException that occurs during a save action. | Class | javax.xml.registry | Java EE |
|
| SchemaOutputResolver | Controls where a JAXB implementation puts the generates An implementation of this abstract class has to be provided by the calling | Class | javax.xml.bind | Java EE |
|
| SerializationContext | The javax. | Interface | javax.xml.rpc.encoding | Java EE |
|
| Serializer | The javax. | Interface | javax.xml.rpc.encoding | Java EE |
|
| SerializerFactory | The javax. | Interface | javax.xml.rpc.encoding | Java EE |
|
| Service | Service instances are RegistryObjects that provide information on services (for example, web services) offered by an Organization. | Interface | javax.xml.registry.infomodel | Java EE |
|
| Service | Service class acts as a factory of the following: Dynamic proxy for the target service endpoint. | Interface | javax.xml.rpc | Java EE |
|
| Service | Service objects provide the client view of a Web service. | Class | javax.xml.ws | Java EE |
|
| Service .Mode | The orientation of a dynamic client or service. | Class | javax.xml.ws.Service | Java EE |
|
| ServiceBinding | ServiceBinding instances are RegistryObjects that represent technical information on a specific way to access a specific interface offered by a Service instance. | Interface | javax.xml.registry.infomodel | Java EE |
|
| ServiceDelegate | Service delegates are used internally by Service objects to allow pluggability of JAX-WS implementations. | Class | javax.xml.ws.spi | Java EE |
|
| ServiceException | The javax. | Class | javax.xml.rpc | Java EE |
|
| ServiceFactory | The javax. | Class | javax.xml.rpc | Java EE |
|
| ServiceLifecycle | The javax. | Interface | javax.xml.rpc.server | Java EE |
|
| ServiceMode | Used to indicate whether a Provider implementation wishes to work with entire protocol messages or just with protocol message payloads. | Class | javax.xml.ws | Java EE |
|
| ServletEndpointContext | The ServletEndpointContext provides an endpoint context maintained by the underlying servlet container based | Interface | javax.xml.rpc.server | Java EE |
|
| ShortHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| ShortWrapperHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| Slot | Slot instances provide a dynamic way to add arbitrary attributes to RegistryObject instances. | Interface | javax.xml.registry.infomodel | Java EE |
|
| SOAPBinding | | Interface | javax.xml.ws.soap | Java EE |
|
| SOAPBody | An object that represents the contents of the SOAP body element in a SOAP message. | Interface | javax.xml.soap | Java EE |
|
| SOAPBodyElement | A SOAPBodyElement object represents the contents in a SOAPBody object. | Interface | javax.xml.soap | Java EE |
|
| SOAPConnection | A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance). | Class | javax.xml.soap | Java EE |
|
| SOAPConnectionFactory | A factory for creating SOAPConnection objects. | Class | javax.xml.soap | Java EE |
|
| SOAPConstants | The definition of constants pertaining to the SOAP protocol. | Interface | javax.xml.soap | Java EE |
|
| SOAPElement | An object representing an element of a SOAP message that is allowed but not specifically prescribed by a SOAP specification. | Interface | javax.xml.soap | Java EE |
|
| SOAPElementFactory | SOAPElementFactory is a factory for XML fragments that will eventually end up in the SOAP part. | Class | javax.xml.soap | Java EE |
|
| SOAPEnvelope | The container for the SOAPHeader and SOAPBody portions of a SOAPPart object. | Interface | javax.xml.soap | Java EE |
|
| SOAPException | An exception that signals that a SOAP exception has occurred. | Class | javax.xml.soap | Java EE |
|
| SOAPFactory | SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree. | Class | javax.xml.soap | Java EE |
|
| SOAPFault | An element in the SOAPBody object that contains error and/or status information. | Interface | javax.xml.soap | Java EE |
|
| SOAPFaultElement | A representation of the contents in a SOAPFault object. | Interface | javax.xml.soap | Java EE |
|
| SOAPFaultException | The SOAPFaultException exception represents a The message part in the SOAP fault maps to the contents of | Class | javax.xml.rpc.soap | Java EE |
|
| SOAPFaultException | The SOAPFaultException exception represents a SOAP 1. | Class | javax.xml.ws.soap | Java EE |
|
| SOAPHandler | The SOAPHandler class extends Handler to provide typesafety for the message context parameter and add a method | Interface | javax.xml.ws.handler.soap | Java EE |
|
| SOAPHeader | A representation of the SOAP header element. | Interface | javax.xml.soap | Java EE |
|
| SOAPHeaderElement | An object representing the contents in the SOAP header part of the The immediate children of a SOAPHeader object can | Interface | javax.xml.soap | Java EE |
|
| SOAPMessage | The root class for all SOAP messages. | Class | javax.xml.soap | Java EE |
|
| SOAPMessageContext | The interface javax. | Interface | javax.xml.rpc.handler.soap | Java EE |
|
| SOAPMessageContext | The interface SOAPMessageContext provides access to the SOAP message for either RPC request or | Interface | javax.xml.ws.handler.soap | Java EE |
|
| SOAPPart | The container for the SOAP-specific portion of a SOAPMessage object. | Class | javax.xml.soap | Java EE |
|
| SpecificationLink | A SpecificationLink provides the linkage between a ServiceBinding and one of its technical specifications that describes how to use the service using the ServiceBinding. | Interface | javax.xml.registry.infomodel | Java EE |
|
| StringHolder | | Class | javax.xml.rpc.holders | Java EE |
|
| Stub | The interface javax. | Interface | javax.xml.rpc | Java EE |
|
| TelephoneNumber | A simple re-usable entity class that defines attributes of a telephone number. | Interface | javax.xml.registry.infomodel | Java EE |
|
| Text | A representation of a node whose value is text. | Interface | javax.xml.soap | Java EE |
|
| TypeConstraintException | This exception indicates that a violation of a dynamically checked type constraint was detected. | Class | javax.xml.bind | Java EE |
|
| TypeMapping | The javax. | Interface | javax.xml.rpc.encoding | Java EE |
|
| TypeMappingRegistry | The interface javax. | Interface | javax.xml.rpc.encoding | Java EE |
|
| UnexpectedObjectException | This exception is thrown when the JAXR provider finds a Object that is out-of-place or of the wrong type within the context of a user request. | Class | javax.xml.registry | Java EE |
|
| UnmarshalException | This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing | Class | javax.xml.bind | Java EE |
|
| Unmarshaller | The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML | Interface | javax.xml.bind | Java EE |
|
| Unmarshaller .Listener | Register an instance of an implementation of this class with Unmarshaller to externally listen for unmarshal events. | Class | javax.xml.bind.Unmarshaller | Java EE |
|
| UnmarshallerHandler | Unmarshaller implemented as SAX ContentHandler. | Interface | javax.xml.bind | Java EE |
|
| UnsupportedCapabilityException | This exception must be thrown when a JAXR client attempts to invoke an API method that is not supported by the capability profile that is supported by the | Class | javax.xml.registry | Java EE |
|
| URIValidator | Defines common behavior expected of any class that validates URIs. | Interface | javax.xml.registry.infomodel | Java EE |
|
| User | User instances are RegistryObjects that are used to provide information about registered users within the registry. | Interface | javax.xml.registry.infomodel | Java EE |
|
| ValidationEvent | This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing | Interface | javax.xml.bind | Java EE |
|
| ValidationEventCollector | ValidationEventHandler implementation that collects all events. | Class | javax.xml.bind.util | Java EE |
|
| ValidationEventHandler | A basic event handler interface for validation errors. | Interface | javax.xml.bind | Java EE |
|
| ValidationEventImpl | Default implementation of the ValidationEvent interface. | Class | javax.xml.bind.helpers | Java EE |
|
| ValidationEventLocator | Encapsulate the location of a ValidationEvent. | Interface | javax.xml.bind | Java EE |
|
| ValidationEventLocatorImpl | Default implementation of the ValidationEventLocator interface. | Class | javax.xml.bind.helpers | Java EE |
|
| ValidationException | This exception indicates that an error has occurred while performing a validate operation. | Class | javax.xml.bind | Java EE |
|
| Validator | As of JAXB 2. | Interface | javax.xml.bind | Java EE |
|
| Versionable | The Versionable interface defines the behavior common to classes that are capable of creating versions of their instances. | Interface | javax.xml.registry.infomodel | Java EE |
|
| W3CDomHandler | DomHandler implementation for W3C DOM (org. | Class | javax.xml.bind.annotation | Java EE |
|
| W3CEndpointReference | This class represents a W3C Addressing EndpointReferece which is a remote reference to a web service endpoint that supports the | Class | javax.xml.ws.wsaddressing | Java EE |
|
| W3CEndpointReferenceBuilder | This class is used to build W3CEndpointReference instances. | Class | javax.xml.ws.wsaddressing | Java EE |
|
| WebEndpoint | Used to annotate the getPortName() methods of a generated service interface. | Class | javax.xml.ws | Java EE |
|
| WebFault | Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name | Class | javax.xml.ws | Java EE |
|
| WebServiceClient | Used to annotate a generated service interface. | Class | javax.xml.ws | Java EE |
|
| WebServiceContext | A WebServiceContext makes it possible for a web service endpoint implementation class to access | Interface | javax.xml.ws | Java EE |
|
| WebServiceException | The WebServiceException class is the base exception class for all JAX-WS API runtime exceptions. | Class | javax.xml.ws | Java EE |
|
| WebServiceFeature | A WebServiceFeature is used to represent a feature that can be enabled or disabled for a web service. | Class | javax.xml.ws | Java EE |
|
| WebServiceFeatureAnnotation | Annotation used to identify other annotations as a WebServiceFeature. | Class | javax.xml.ws.spi | Java EE |
|
| WebServicePermission | This class defines web service permissions. | Class | javax.xml.ws | Java EE |
|
| WebServiceProvider | Used to annotate a Provider implementation class. | Class | javax.xml.ws | Java EE |
|
| WebServiceRef | The WebServiceRef annotation is used to define a reference to a web service and | Class | javax.xml.ws | Java EE |
|
| WebServiceRefs | The WebServiceRefs annotation allows multiple web service references to be declared at the | Class | javax.xml.ws | Java EE |
|
| XmlAccessOrder | Used by XmlAccessorOrder to control the ordering of properties and fields in a JAXB bound class. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlAccessorOrder | Controls the ordering of fields and properties in a class. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlAccessorType | Controls whether fields or Javabean properties are serialized by default. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlAccessType | Used by XmlAccessorType to control serialization of fields orSince:JAXB2. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlAdapter | Adapts a Java type for custom marshaling. | Class | javax.xml.bind.annotation.adapters | Java EE |
|
| XmlAnyAttribute | Maps a JavaBean property to a map of wildcard attributes. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlAnyElement | Maps a JavaBean property to XML infoset representation and/or JAXB element. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlAttachmentRef | Marks a field/property that its XML form is a uri reference to mime content. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlAttribute | Maps a JavaBean property to a XML attribute. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlElement | Maps a JavaBean property to a XML element derived from property name. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlElement .DEFAULT | Used in XmlElement. | Class | javax.xml.bind.annotation.XmlElement | Java EE |
|
| XmlElementDecl | Maps a factory method to a XML element. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlElementDecl .GLOBAL | Used in XmlElementDecl. | Class | javax.xml.bind.annotation.XmlElementDecl | Java EE |
|
| XmlElementRef | Maps a JavaBean property to a XML element derived from property's type. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlElementRef .DEFAULT | Used in XmlElementRef. | Class | javax.xml.bind.annotation.XmlElementRef | Java EE |
|
| XmlElementRefs | Marks a property that refers to classes with XmlElement Compared to an element property (property with XmlElement | Class | javax.xml.bind.annotation | Java EE |
|
| XmlElements | A container for multiple @XmlElement annotations. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlElementWrapper | Generates a wrapper element around XML representation. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlEnum | Maps an enum type Enum to XML representation. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlEnumValue | Maps an enum constant in Enum type to XML representation. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlID | Maps a JavaBean property to XML ID. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlIDREF | Maps a JavaBean property to XML IDREF. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlInlineBinaryData | Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlJavaTypeAdapter | Use an adapter that implements XmlAdapter for custom marshaling. | Class | javax.xml.bind.annotation.adapters | Java EE |
|
| XmlJavaTypeAdapter .DEFAULT | Used in XmlJavaTypeAdapter. | Class | javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter | Java EE |
|
| XmlJavaTypeAdapters | A container for multiple @XmlJavaTypeAdapter annotations. | Class | javax.xml.bind.annotation.adapters | Java EE |
|
| XmlList | Used to map a property to a list simple type. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlMimeType | Associates the MIME type that controls the XML representation of the property. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlMixed | Annotate a JavaBean multi-valued property to support mixed content. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlNs | Associates a namespace prefix with a XML namespace URI. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlNsForm | Enumeration of XML Schema namespace qualifications. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlRegistry | Marks a class that has XmlElementDecls. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlRootElement | Maps a class or an enum type to an XML element. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlSchema | Maps a package name to a XML namespace. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlSchemaType | Maps a Java type to a simple schema built-in type. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlSchemaType .DEFAULT | Used in XmlSchemaType. | Class | javax.xml.bind.annotation.XmlSchemaType | Java EE |
|
| XmlSchemaTypes | A container for multiple @XmlSchemaType annotations. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlSeeAlso | Instructs JAXB to also bind other classes when binding this class. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlTransient | Prevents the mapping of a JavaBean property/type to XML representation. | Class | javax.xml.bind.annotation | Java EE |
|
| XmlType | Maps a class or an enum type to a XML Schema type. | Class | javax.xml.bind.annotation | Java EE |
|
| XMLType | Constants for common XML Schema and SOAP 1. | Class | javax.xml.rpc.encoding | Java EE |
|
| XmlType .DEFAULT | Used in XmlType. | Class | javax.xml.bind.annotation.XmlType | Java EE |
|
| XmlValue | Enables mapping a class to a XML Schema complex type with a simpleContent or a XML Schema simple type. | Class | javax.xml.bind.annotation | Java EE |
|
| Attribute | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| Characters | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| Comment | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| DatatypeConfigurationException | Indicates a serious configuration error. | Class | javax.xml.datatype | Apache Xerces |
|
| DatatypeConstants | Utility class to contain basic Datatype values as constants. | Class | javax.xml.datatype | Apache Xerces |
|
| DatatypeConstants .Field | Type-safe enum class that represents six fields of the Duration class. | Class | javax.xml.datatype.DatatypeConstants | Apache Xerces |
|
| DatatypeFactory | Factory that creates new javax. | Class | javax.xml.datatype | Apache Xerces |
|
| DocumentBuilder | Defines the API to obtain DOM Document instances from an XML document. | Class | javax.xml.parsers | Apache Xerces |
|
| DocumentBuilderFactory | Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents. | Class | javax.xml.parsers | Apache Xerces |
|
| DOMLocator | Indicates the position of a node in a source DOM, intended primarily for error reporting. | Interface | javax.xml.transform.dom | Apache Xerces |
|
| DOMResult | Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree. | Class | javax.xml.transform.dom | Apache Xerces |
|
| DOMSource | Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree. | Class | javax.xml.transform.dom | Apache Xerces |
|
| DTD | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| Duration | Immutable representation of a time span as defined in the W3C XML Schema 1. | Class | javax.xml.datatype | Apache Xerces |
|
| EndDocument | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| EndElement | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| EntityDeclaration | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| EntityReference | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| ErrorListener | To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the | Interface | javax.xml.transform | Apache Xerces |
|
| EventReaderDelegate | | Class | javax.xml.stream.util | Apache Xerces |
|
| FactoryConfigurationError | Thrown when a problem with configuration with the Parser Factories exists. | Class | javax.xml.parsers | Apache Xerces |
|
| FactoryConfigurationError | See Also:Serialized FormConstructor SummaryFactoryConfigurationError() | Class | javax.xml.stream | Apache Xerces |
|
| Location | | Interface | javax.xml.stream | Apache Xerces |
|
| Namespace | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| NamespaceContext | Interface for read only XML Namespace context processing. | Interface | javax.xml.namespace | Apache Xerces |
|
| NotationDeclaration | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| OutputKeys | Provides string constants that can be used to set output properties for a Transformer, or to retrieve | Class | javax.xml.transform | Apache Xerces |
|
| ParserConfigurationException | Indicates a serious configuration error. | Class | javax.xml.parsers | Apache Xerces |
|
| ProcessingInstruction | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| QName | QName represents a qualified name as defined in the XML specifications: XML Schema Part2: | Class | javax.xml.namespace | Apache Xerces |
|
| Result | An object that implements this interface contains the information needed to build a transformation result tree. | Interface | javax.xml.transform | Apache Xerces |
|
| SAXParser | Defines the API that wraps an XMLReader implementation class. | Class | javax.xml.parsers | Apache Xerces |
|
| SAXParserFactory | Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents. | Class | javax.xml.parsers | Apache Xerces |
|
| SAXResult | Acts as an holder for a transformation Result. | Class | javax.xml.transform.sax | Apache Xerces |
|
| SAXSource | Acts as an holder for SAX-style Source. | Class | javax.xml.transform.sax | Apache Xerces |
|
| SAXTransformerFactory | This class extends TransformerFactory to provide SAX-specific factory methods. | Class | javax.xml.transform.sax | Apache Xerces |
|
| Schema | Immutable in-memory representation of grammar. | Class | javax.xml.validation | Apache Xerces |
|
| SchemaFactory | Factory that creates Schema objects. | Class | javax.xml.validation | Apache Xerces |
|
| SchemaFactoryLoader | This class was removed from JAXP 1. | Class | javax.xml.validation | Apache Xerces |
|
| Source | An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions). | Interface | javax.xml.transform | Apache Xerces |
|
| SourceLocator | This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions. | Interface | javax.xml.transform | Apache Xerces |
|
| StartDocument | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| StartElement | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| StAXResult | | Class | javax.xml.transform.stax | Apache Xerces |
|
| StAXSource | | Class | javax.xml.transform.stax | Apache Xerces |
|
| StreamFilter | | Interface | javax.xml.stream | Apache Xerces |
|
| StreamReaderDelegate | Fields inherited from interface javax. | Class | javax.xml.stream.util | Apache Xerces |
|
| StreamResult | Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup. | Class | javax.xml.transform.stream | Apache Xerces |
|
| StreamSource | Acts as an holder for a transformation Source in the form of a stream of XML markup. | Class | javax.xml.transform.stream | Apache Xerces |
|
| Templates | An object that implements this interface is the runtime representation of processed transformation instructions. | Interface | javax.xml.transform | Apache Xerces |
|
| TemplatesHandler | A SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object. | Interface | javax.xml.transform.sax | Apache Xerces |
|
| Transformer | An instance of this abstract class can transform a source tree into a result tree. | Class | javax.xml.transform | Apache Xerces |
|
| TransformerConfigurationException | Indicates a serious configuration error. | Class | javax.xml.transform | Apache Xerces |
|
| TransformerException | This class specifies an exceptional condition that occurred during the transformation process. | Class | javax.xml.transform | Apache Xerces |
|
| TransformerFactory | A TransformerFactory instance can be used to create The system property that determines which Factory implementation | Class | javax.xml.transform | Apache Xerces |
|
| TransformerFactoryConfigurationError | Thrown when a problem with configuration with the Transformer Factories exists. | Class | javax.xml.transform | Apache Xerces |
|
| TransformerHandler | A TransformerHandler listens for SAX ContentHandler parse events and transforms | Interface | javax.xml.transform.sax | Apache Xerces |
|
| TypeInfoProvider | This class provides access to the type information determined by ValidatorHandler. | Class | javax.xml.validation | Apache Xerces |
|
| URIResolver | An object that implements this interface that can be called by the processor to turn a URI used in document(), xsl:import, or xsl:include into a Source object. | Interface | javax.xml.transform | Apache Xerces |
|
| Validator | A processor that checks an XML document against Schema. | Class | javax.xml.validation | Apache Xerces |
|
| ValidatorHandler | Streaming validator that works on SAX stream. | Class | javax.xml.validation | Apache Xerces |
|
| XMLConstants | Utility class to contain basic XML values as constants. | Class | javax.xml | Apache Xerces |
|
| XMLEvent | Fields inherited from interface javax. | Interface | javax.xml.stream.events | Apache Xerces |
|
| XMLEventAllocator | | Interface | javax.xml.stream.util | Apache Xerces |
|
| XMLEventConsumer | | Interface | javax.xml.stream.util | Apache Xerces |
|
| XMLEventFactory | | Class | javax.xml.stream | Apache Xerces |
|
| XMLEventReader | | Interface | javax.xml.stream | Apache Xerces |
|
| XMLEventWriter | | Interface | javax.xml.stream | Apache Xerces |
|
| XMLGregorianCalendar | Representation for W3C XML Schema 1. | Class | javax.xml.datatype | Apache Xerces |
|
| XMLInputFactory | | Class | javax.xml.stream | Apache Xerces |
|
| XMLOutputFactory | | Class | javax.xml.stream | Apache Xerces |
|
| XMLReporter | | Interface | javax.xml.stream | Apache Xerces |
|
| XMLResolver | | Interface | javax.xml.stream | Apache Xerces |
|
| XMLStreamConstants | | Interface | javax.xml.stream | Apache Xerces |
|
| XMLStreamException | | Class | javax.xml.stream | Apache Xerces |
|
| XMLStreamReader | Fields inherited from interface javax. | Interface | javax.xml.stream | Apache Xerces |
|
| XMLStreamWriter | | Interface | javax.xml.stream | Apache Xerces |
|
| XPath | XPath provides access to the XPath evaluation environment and expressions. | Interface | javax.xml.xpath | Apache Xerces |
|
| XPathConstants | | Class | javax.xml.xpath | Apache Xerces |
|
| XPathException | XPathException represents a generic XPath exception. | Class | javax.xml.xpath | Apache Xerces |
|
| XPathExpression | XPathExpression provides access to compiled XPath expressions. | Interface | javax.xml.xpath | Apache Xerces |
|
| XPathExpressionException | XPathExpressionException represents an error in an XPath expression. | Class | javax.xml.xpath | Apache Xerces |
|
| XPathFactory | An XPathFactory instance can be used to createSee newInstance(String uri) for lookup mechanism. | Class | javax.xml.xpath | Apache Xerces |
|
| XPathFactoryConfigurationException | XPathFactoryConfigurationException represents a configuration error in a XPathFactory environment. | Class | javax.xml.xpath | Apache Xerces |
|
| XPathFunction | XPathFunction provides access to XPath functions. | Interface | javax.xml.xpath | Apache Xerces |
|
| XPathFunctionException | XPathFunctionException represents an error with an XPath function. | Class | javax.xml.xpath | Apache Xerces |
|
| XPathFunctionResolver | XPathFunctionResolver provides access to the set of user defined XPathFunctions. | Interface | javax.xml.xpath | Apache Xerces |
|
| XPathVariableResolver | XPathVariableResolver provides access to the set of user defined XPath variables. | Interface | javax.xml.xpath | Apache Xerces |
|
| AttachmentPart | A single attachment to a SOAPMessage object. | Class | javax.xml.soap | Apache Axis |
|
| BigDecimalHolder | Holder for BigDecimals. | Class | javax.xml.rpc.holders | Apache Axis |
|
| BigIntegerHolder | Holder for BigIntegers. | Class | javax.xml.rpc.holders | Apache Axis |
|
| BooleanHolder | Holder for booleans. | Class | javax.xml.rpc.holders | Apache Axis |
|
| BooleanWrapperHolder | Holder for Booleans. | Class | javax.xml.rpc.holders | Apache Axis |
|
| ByteArrayHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| ByteHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| ByteWrapperHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| CalendarHolder | Holder for Calendars. | Class | javax.xml.rpc.holders | Apache Axis |
|
| Call | The javax. | Interface | javax.xml.rpc | Apache Axis |
|
| DeserializationContext | The javax. | Interface | javax.xml.rpc.encoding | Apache Axis |
|
| Deserializer | The javax. | Interface | javax.xml.rpc.encoding | Apache Axis |
|
| DeserializerFactory | The javax. | Interface | javax.xml.rpc.encoding | Apache Axis |
|
| Detail | A container for DetailEntry objects. | Class | javax.xml.soap | Apache Axis |
|
| DetailEntry | The content for a Detail object, giving details for a SOAPFault object. | Interface | javax.xml.soap | Apache Axis |
|
| DoubleHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| DoubleWrapperHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| Endpoint | An opaque representation of an application endpoint. | Class | javax.xml.messaging | Apache Axis |
|
| FloatHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| FloatWrapperHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| GenericHandler | The javax. | Class | javax.xml.rpc.handler | Apache Axis |
|
| Handler | The javax. | Interface | javax.xml.rpc.handler | Apache Axis |
|
| HandlerChain | The javax. | Interface | javax.xml.rpc.handler | Apache Axis |
|
| HandlerInfo | The javax. | Class | javax.xml.rpc.handler | Apache Axis |
|
| HandlerRegistry | The javax. | Interface | javax.xml.rpc.handler | Apache Axis |
|
| IntegerWrapperHolder | Holder for Integers. | Class | javax.xml.rpc.holders | Apache Axis |
|
| IntHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| JAXRPCException | The javax. | Class | javax.xml.rpc | Apache Axis |
|
| LongHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| LongWrapperHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| MessageContext | The interface MessageContext abstracts the message context that is processed by a handler in the handle | Interface | javax.xml.rpc.handler | Apache Axis |
|
| MessageFactory | A factory for creating SOAPMessage objects. | Class | javax.xml.soap | Apache Axis |
|
| MimeHeader | An object that stores a MIME header name and its value. | Class | javax.xml.soap | Apache Axis |
|
| MimeHeaders | A container for MimeHeader objects, which represent the MIME headers present in a MIME part of a | Class | javax.xml.soap | Apache Axis |
|
| Name | A representation of an XML name. | Interface | javax.xml.soap | Apache Axis |
|
| NamespaceConstants | Constants used in JAX-RPC for namespace prefixes and URIs. | Class | javax.xml.rpc | Apache Axis |
|
| Node | A representation of a node (element) in a DOM representation of an XML document that provides some tree manipulation methods. | Interface | javax.xml.soap | Apache Axis |
|
| ObjectHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| ParameterMode | The javax. | Class | javax.xml.rpc | Apache Axis |
|
| QName | QName class represents the value of a qualified name as specified in XML | Class | javax.xml.namespace | Apache Axis |
|
| QNameHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| SerializationContext | The javax. | Interface | javax.xml.rpc.encoding | Apache Axis |
|
| Serializer | The javax. | Interface | javax.xml.rpc.encoding | Apache Axis |
|
| SerializerFactory | The javax. | Interface | javax.xml.rpc.encoding | Apache Axis |
|
| Service | Service class acts as a factory of the following: Dynamic proxy for the target service endpoint. | Interface | javax.xml.rpc | Apache Axis |
|
| ServiceException | The javax. | Class | javax.xml.rpc | Apache Axis |
|
| ServiceFactory | The javax. | Class | javax.xml.rpc | Apache Axis |
|
| ServiceLifecycle | The javax. | Interface | javax.xml.rpc.server | Apache Axis |
|
| ServletEndpointContext | The ServletEndpointContext provides an endpoint context maintained by the underlying servlet container based | Interface | javax.xml.rpc.server | Apache Axis |
|
| ShortHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| ShortWrapperHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| SOAPBody | An object that represents the contents of the SOAP body element in a SOAP message. | Interface | javax.xml.soap | Apache Axis |
|
| SOAPBodyElement | A SOAPBodyElement object represents the contents in a SOAPBody object. | Interface | javax.xml.soap | Apache Axis |
|
| SOAPConnection | A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance). | Class | javax.xml.soap | Apache Axis |
|
| SOAPConnectionFactory | A factory for creating SOAPConnection objects. | Class | javax.xml.soap | Apache Axis |
|
| SOAPConstants | The definition of constants pertaining to the SOAP 1. | Interface | javax.xml.soap | Apache Axis |
|
| SOAPElement | An object representing the contents in a SOAPBody object, the contents in a SOAPHeader | Interface | javax.xml.soap | Apache Axis |
|
| SOAPElementFactory | SOAPElementFactory is a factory for XML fragments that will eventually end up in the SOAP part. | Class | javax.xml.soap | Apache Axis |
|
| SOAPEnvelope | The container for the SOAPHeader and SOAPBody portions of a SOAPPart object. | Interface | javax.xml.soap | Apache Axis |
|
| SOAPException | An exception that signals that a SOAP exception has occurred. | Class | javax.xml.soap | Apache Axis |
|
| SOAPFactory | SOAPFactory is a factory for creating various objects that exist in the SOAP XML tree. | Class | javax.xml.soap | Apache Axis |
|
| SOAPFault | An element in the SOAPBody object that contains error and/or status information. | Interface | javax.xml.soap | Apache Axis |
|
| SOAPFaultElement | A representation of the contents in a SOAPFault object. | Interface | javax.xml.soap | Apache Axis |
|
| SOAPFaultException | The SOAPFaultException exception represents a The message part in the SOAP fault maps to the contents of | Class | javax.xml.rpc.soap | Apache Axis |
|
| SOAPHeader | A representation of the SOAP header element. | Interface | javax.xml.soap | Apache Axis |
|
| SOAPHeaderElement | An object representing the contents in the SOAP header part of the SOAP envelope. | Interface | javax.xml.soap | Apache Axis |
|
| SOAPMessage | The root class for all SOAP messages. | Class | javax.xml.soap | Apache Axis |
|
| SOAPMessageContext | The interface javax. | Interface | javax.xml.rpc.handler.soap | Apache Axis |
|
| SOAPPart | The container for the SOAP-specific portion of a SOAPMessage object. | Class | javax.xml.soap | Apache Axis |
|
| StringHolder | | Class | javax.xml.rpc.holders | Apache Axis |
|
| Stub | The interface javax. | Interface | javax.xml.rpc | Apache Axis |
|
| Text | A representation of a node whose value is text. | Interface | javax.xml.soap | Apache Axis |
|
| TypeMapping | The javax. | Interface | javax.xml.rpc.encoding | Apache Axis |
|
| TypeMappingRegistry | The interface javax. | Interface | javax.xml.rpc.encoding | Apache Axis |
|
| URLEndpoint | A special case of the Endpoint class used for simple applications that want to communicate directly with another SOAP-based application in a point-to-point fashion instead of going through a messaging provider. | Class | javax.xml.messaging | Apache Axis |
|
| XMLType | Constants representing XML Types. | Class | javax.xml.rpc.encoding | Apache Axis |
|
| AbstractMarshallerImpl | Partial default Marshaller implementation. | Class | javax.xml.bind.helpers | EclipseLink |
|
| AbstractUnmarshallerImpl | Partial default Unmarshaller implementation. | Class | javax.xml.bind.helpers | EclipseLink |
|
| AttachmentMarshaller | Enable JAXB marshalling to optimize storage of binary data. | Class | javax.xml.bind.attachment | EclipseLink |
|
| AttachmentUnmarshaller | Enables JAXB unmarshalling of a root document containing optimized binary data formats. | Class | javax.xml.bind.attachment | EclipseLink |
|
| Binder | Enable synchronization between XML infoset nodes and JAXB objects representing same XML document. | Class | javax.xml.bind | EclipseLink |
|
| CollapsedStringAdapter | Built-in XmlAdapter to handle xs:token and its derived types. | Class | javax.xml.bind.annotation.adapters | EclipseLink |
|
| DataBindingException | Exception that represents a failure in a JAXB operation. | Class | javax.xml.bind | EclipseLink |
|
| DatatypeConverter | The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype. | Class | javax.xml.bind | EclipseLink |
|
| DatatypeConverterInterface | The DatatypeConverterInterface is for JAXB provider use only. | Interface | javax.xml.bind | EclipseLink |
|
| DefaultValidationEventHandler | JAXB 1. | Class | javax.xml.bind.helpers | EclipseLink |
|
| DomHandler | Converts an element (and its descendants) from/to DOM (or similar) representation. | Interface | javax.xml.bind.annotation | EclipseLink |
|
| Element | This is an element marker interface. | Interface | javax.xml.bind | EclipseLink |
|
| HexBinaryAdapter | XmlAdapter for xs:hexBinary. | Class | javax.xml.bind.annotation.adapters | EclipseLink |
|
| JAXB | Class that defines convenience methods for common, simple use of JAXB. | Class | javax.xml.bind | EclipseLink |
|
| JAXBContext | The JAXBContext class provides the client's entry point to the JAXB API. | Class | javax.xml.bind | EclipseLink |
|
| JAXBElement | JAXB representation of an Xml Element. | Class | javax.xml.bind | EclipseLink |
|
| JAXBElement .GlobalScope | Designates global scope for an xml element. | Class | javax.xml.bind | EclipseLink |
|
| JAXBException | This is the root exception class for all JAXB exceptions. | Class | javax.xml.bind | EclipseLink |
|
| JAXBIntrospector | Provide access to JAXB xml binding data for a JAXB object. | Class | javax.xml.bind | EclipseLink |
|
| JAXBPermission | This class is for JAXB permissions. | Class | javax.xml.bind | EclipseLink |
|
| JAXBResult | JAXP Result implementation that unmarshals a JAXB object. | Class | javax.xml.bind.util | EclipseLink |
|
| JAXBSource | JAXP Source implementation that marshals a JAXB-generated object. | Class | javax.xml.bind.util | EclipseLink |
|
| MarshalException | This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from. | Class | javax.xml.bind | EclipseLink |
|
| Marshaller | The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data. | Interface | javax.xml.bind | EclipseLink |
|
| Marshaller .Listener | Register an instance of an implementation of this class with a Marshaller to externally listen for marshal events. | Class | javax.xml.bind | EclipseLink |
|
| NormalizedStringAdapter | XmlAdapter to handle xs:normalizedString. | Class | javax.xml.bind.annotation.adapters | EclipseLink |
|
| NotIdentifiableEvent | This event indicates that a problem was encountered resolving an ID/IDREF. | Interface | javax.xml.bind | EclipseLink |
|
| NotIdentifiableEventImpl | Default implementation of the NotIdentifiableEvent interface. | Class | javax.xml.bind.helpers | EclipseLink |
|
| ParseConversionEvent | This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type. | Interface | javax.xml.bind | EclipseLink |
|
| ParseConversionEventImpl | Default implementation of the ParseConversionEvent interface. | Class | javax.xml.bind.helpers | EclipseLink |
|
| PrintConversionEvent | This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation. | Interface | javax.xml.bind | EclipseLink |
|
| PrintConversionEventImpl | Default implementation of the PrintConversionEvent interface. | Class | javax.xml.bind.helpers | EclipseLink |
|
| PropertyException | This exception indicates that an error was encountered while getting or setting a property. | Class | javax.xml.bind | EclipseLink |
|
| SchemaOutputResolver | Controls where a JAXB implementation puts the generates An implementation of this abstract class has to be provided by the calling | Class | javax.xml.bind | EclipseLink |
|
| TypeConstraintException | This exception indicates that a violation of a dynamically checked type constraint was detected. | Class | javax.xml.bind | EclipseLink |
|
| UnmarshalException | This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing | Class | javax.xml.bind | EclipseLink |
|
| Unmarshaller | The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML | Interface | javax.xml.bind | EclipseLink |
|
| Unmarshaller .Listener | Register an instance of an implementation of this class with Unmarshaller to externally listen for unmarshal events. | Class | javax.xml.bind | EclipseLink |
|
| UnmarshallerHandler | Unmarshaller implemented as SAX ContentHandler. | Interface | javax.xml.bind | EclipseLink |
|
| ValidationEvent | This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing | Interface | javax.xml.bind | EclipseLink |
|
| ValidationEventCollector | ValidationEventHandler implementation that collects all events. | Class | javax.xml.bind.util | EclipseLink |
|
| ValidationEventHandler | A basic event handler interface for validation errors. | Interface | javax.xml.bind | EclipseLink |
|
| ValidationEventImpl | Default implementation of the ValidationEvent interface. | Class | javax.xml.bind.helpers | EclipseLink |
|
| ValidationEventLocator | Encapsulate the location of a ValidationEvent. | Interface | javax.xml.bind | EclipseLink |
|
| ValidationEventLocatorImpl | Default implementation of the ValidationEventLocator interface. | Class | javax.xml.bind.helpers | EclipseLink |
|
| ValidationException | This exception indicates that an error has occurred while performing a validate operation. | Class | javax.xml.bind | EclipseLink |
|
| Validator | As of JAXB 2. | Interface | javax.xml.bind | EclipseLink |
|
| W3CDomHandler | DomHandler implementation for W3C DOM (org. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlAccessOrder | Used by XmlAccessorOrder to control the ordering of properties and fields in a JAXB bound class. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlAccessorOrder | Controls the ordering of fields and properties in a class. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlAccessorType | Controls whether fields or Javabean properties are serialized by default. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlAccessType | Used by XmlAccessorType to control serialization of fields orSee Also:XmlAccessorTypeAuthor:Sekhar Vajjhala, Sun Microsystems, Inc. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlAdapter | Adapts a Java type for custom marshaling. | Class | javax.xml.bind.annotation.adapters | EclipseLink |
|
| XmlAnyAttribute | Maps a JavaBean property to a map of wildcard attributes. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlAnyElement | Maps a JavaBean property to XML infoset representation and/or JAXB element. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlAttachmentRef | Marks a field/property that its XML form is a uri reference to mime content. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlAttribute | Maps a JavaBean property to a XML attribute. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlElement | Maps a JavaBean property to a XML element derived from property name. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlElement .DEFAULT | Used in XmlElement. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlElementDecl | Maps a factory method to a XML element. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlElementDecl .GLOBAL | Used in XmlElementDecl. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlElementRef | Maps a JavaBean property to a XML element derived from property's type. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlElementRef .DEFAULT | Used in XmlElementRef. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlElementRefs | Marks a property that refers to classes with XmlElement Compared to an element property (property with XmlElement | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlElements | A container for multiple @XmlElement annotations. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlElementWrapper | Generates a wrapper element around XML representation. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlEnum | Maps an enum type Enum to XML representation. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlEnumValue | Maps an enum constant in Enum type to XML representation. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlID | Maps a JavaBean property to XML ID. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlIDREF | Maps a JavaBean property to XML IDREF. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlInlineBinaryData | Disable consideration of XOP encoding for datatypes that are bound to base64-encoded binary data in XML. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlJavaTypeAdapter | Use an adapter that implements XmlAdapter for custom marshaling. | Class | javax.xml.bind.annotation.adapters | EclipseLink |
|
| XmlJavaTypeAdapter .DEFAULT | Used in XmlJavaTypeAdapter. | Class | javax.xml.bind.annotation.adapters | EclipseLink |
|
| XmlJavaTypeAdapters | A container for multiple @XmlJavaTypeAdapter annotations. | Class | javax.xml.bind.annotation.adapters | EclipseLink |
|
| XmlList | Used to map a property to a list simple type. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlMimeType | Associates the MIME type that controls the XML representation of the property. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlMixed | Annotate a JavaBean multi-valued property to support mixed content. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlNs | Associates a namespace prefix with a XML namespace URI. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlNsForm | Enumeration of XML Schema namespace qualifications. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlRegistry | | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlRootElement | Maps a class or an enum type to an XML element. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlSchema | Maps a package name to a XML namespace. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlSchemaType | Maps a Java type to a simple schema built-in type. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlSchemaType .DEFAULT | Used in XmlSchemaType. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlSchemaTypes | A container for multiple @XmlSchemaType annotations. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlSeeAlso | Instructs JAXB to also bind other classes when binding this class. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlTransient | Prevents the mapping of a JavaBean property/type to XML representation. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlType | Maps a class or an enum type to a XML Schema type. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlType .DEFAULT | Used in XmlType. | Class | javax.xml.bind.annotation | EclipseLink |
|
| XmlValue | Enables mapping a class to a XML Schema complex type with a simpleContent or a XML Schema simple type. | Class | javax.xml.bind.annotation | EclipseLink |
|
| DOMLocator | Indicates the position of a node in a source DOM, intended primarily for error reporting. | Interface | javax.xml.transform.dom | JaxP |
|
| DOMResult | Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree. | Class | javax.xml.transform.dom | JaxP |
|
| DOMSource | Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree. | Class | javax.xml.transform.dom | JaxP |
|
| DatatypeConfigurationException | Indicates a serious configuration error. | Class | javax.xml.datatype | JaxP |
|
| DatatypeConstants | Utility class to contain basic Datatype values as constants. | Class | javax.xml.datatype | JaxP |
|
| DatatypeConstants .Field | Type-safe enum class that represents six fields of the Duration class. | Class | javax.xml.datatype | JaxP |
|
| DatatypeFactory | Factory that creates new javax. | Class | javax.xml.datatype | JaxP |
|
| DocumentBuilder | Defines the API to obtain DOM Document instances from an XML document. | Class | javax.xml.parsers | JaxP |
|
| DocumentBuilderFactory | Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents. | Class | javax.xml.parsers | JaxP |
|
| Duration | Immutable representation of a time span as defined in the W3C XML Schema 1. | Class | javax.xml.datatype | JaxP |
|
| ErrorListener | To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the | Interface | javax.xml.transform | JaxP |
|
| FactoryConfigurationError | Thrown when a problem with configuration with the Parser Factories exists. | Class | javax.xml.parsers | JaxP |
|
| NamespaceContext | Interface for read only XML Namespace context processing. | Interface | javax.xml.namespace | JaxP |
|
| OutputKeys | Provides string constants that can be used to set output properties for a Transformer, or to retrieve | Class | javax.xml.transform | JaxP |
|
| ParserConfigurationException | Indicates a serious configuration error. | Class | javax.xml.parsers | JaxP |
|
| QName | QName represents a qualified name as defined in the XML specifications: XML Schema Part2: | Class | javax.xml.namespace | JaxP |
|
| Result | An object that implements this interface contains the information needed to build a transformation result tree. | Interface | javax.xml.transform | JaxP |
|
| SAXParser | Defines the API that wraps an XMLReader implementation class. | Class | javax.xml.parsers | JaxP |
|
| SAXParserFactory | Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents. | Class | javax.xml.parsers | JaxP |
|
| SAXResult | Acts as an holder for a transformation Result. | Class | javax.xml.transform.sax | JaxP |
|
| SAXSource | Acts as an holder for SAX-style Source. | Class | javax.xml.transform.sax | JaxP |
|
| SAXTransformerFactory | This class extends TransformerFactory to provide SAX-specific factory methods. | Class | javax.xml.transform.sax | JaxP |
|
| Schema | Immutable in-memory representation of grammar. | Class | javax.xml.validation | JaxP |
|
| SchemaFactory | Factory that creates Schema objects. | Class | javax.xml.validation | JaxP |
|
| Source | An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions). | Interface | javax.xml.transform | JaxP |
|
| SourceLocator | This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions. | Interface | javax.xml.transform | JaxP |
|
| StreamResult | Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup. | Class | javax.xml.transform.stream | JaxP |
|
| StreamSource | Acts as an holder for a transformation Source in the form of a stream of XML markup. | Class | javax.xml.transform.stream | JaxP |
|
| Templates | An object that implements this interface is the runtime representation of processed transformation instructions. | Interface | javax.xml.transform | JaxP |
|
| TemplatesHandler | A SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object. | Interface | javax.xml.transform.sax | JaxP |
|
| Transformer | An instance of this abstract class can transform a source tree into a result tree. | Class | javax.xml.transform | JaxP |
|
| TransformerConfigurationException | Indicates a serious configuration error. | Class | javax.xml.transform | JaxP |
|
| TransformerException | This class specifies an exceptional condition that occured during the transformation process. | Class | javax.xml.transform | JaxP |
|
| TransformerFactory | A TransformerFactory instance can be used to create The system property that determines which Factory implementation | Class | javax.xml.transform | JaxP |
|
| TransformerFactoryConfigurationError | Thrown when a problem with configuration with the Transformer Factories exists. | Class | javax.xml.transform | JaxP |
|
| TransformerHandler | A TransformerHandler listens for SAX ContentHandler parse events and transforms | Interface | javax.xml.transform.sax | JaxP |
|
| TypeInfoProvider | This class provides access to the type information determined by ValidatorHandler. | Class | javax.xml.validation | JaxP |
|
| URIResolver | An object that implements this interface that can be called by the processor to turn a URI used in document(), xsl:import, or xsl:include into a Source object. | Interface | javax.xml.transform | JaxP |
|
| Validator | A processor that checks an XML document against Schema. | Class | javax.xml.validation | JaxP |
|
| ValidatorHandler | Streaming validator that works on SAX stream. | Class | javax.xml.validation | JaxP |
|
| XMLConstants | Utility class to contain basic XML values as constants. | Class | javax.xml | JaxP |
|
| XMLGregorianCalendar | Representation for W3C XML Schema 1. | Class | javax.xml.datatype | JaxP |
|
| XPath | XPath provides access to the XPath evaluation environment and expressions. | Interface | javax.xml.xpath | JaxP |
|
| XPathConstants | | Class | javax.xml.xpath | JaxP |
|
| XPathException | XPathException represents a generic XPath exception. | Class | javax.xml.xpath | JaxP |
|
| XPathExpression | XPathExpression provides access to compiled XPath expressions. | Interface | javax.xml.xpath | JaxP |
|
| XPathExpressionException | XPathExpressionException represents an error in an XPath expression. | Class | javax.xml.xpath | JaxP |
|
| XPathFactory | An XPathFactory instance can be used to createSee newInstance(String uri) for lookup mechanism. | Class | javax.xml.xpath | JaxP |
|
| XPathFactoryConfigurationException | XPathFactoryConfigurationException represents a configuration error in a XPathFactory environment. | Class | javax.xml.xpath | JaxP |
|
| XPathFunction | XPathFunction provides access to XPath functions. | Interface | javax.xml.xpath | JaxP |
|
| XPathFunctionException | XPathFunctionException represents an error with an XPath function. | Class | javax.xml.xpath | JaxP |
|
| XPathFunctionResolver | XPathFunctionResolver provides access to the set of user defined XPathFunctions. | Interface | javax.xml.xpath | JaxP |
|
| XPathVariableResolver | XPathVariableResolver provides access to the set of user defined XPath variables. | Interface | javax.xml.xpath | JaxP |
|
| ConnectionPoolXQDataSource | A factory for PooledXQConnection objects. | Interface | javax.xml.xquery | XQuery |
|
| PooledXQConnection | An object that provides hooks for connection pool management. | Interface | javax.xml.xquery | XQuery |
|
| XQCancelledException | XQCancelledException is an exception to indicate that the current XQuery processing is cancelled by the application through a | Class | javax.xml.xquery | XQuery |
|
| XQConnection | A connection (session) with a specific XQuery engine. | Interface | javax.xml.xquery | XQuery |
|
| XQConnectionEvent | An event object that provides information about the source of a connection-related event. | Class | javax.xml.xquery | XQuery |
|
| XQConnectionEventListener | An object that registers to be notified of events generated by a PooledXQConnection object. | Interface | javax.xml.xquery | XQuery |
|
| XQConstants | XQConstants class provides constants that can be used in the XQJ API. | Class | javax.xml.xquery | XQuery |
|
| XQDataFactory | This interface represents a factory to obtain sequences, item objects and types. | Interface | javax.xml.xquery | XQuery |
|
| XQDataSource | An XQDataSource is a factory for XQConnection objects. | Interface | javax.xml.xquery | XQuery |
|
| XQDynamicContext | XQDynamicContext provides access to the dynamic context as defined in Dynamic Context, XQuery 1. | Interface | javax.xml.xquery | XQuery |
|
| XQException | An exception that provides information on XQJ, XQuery or other errors reported by an XQJ implementation. | Class | javax.xml.xquery | XQuery |
|
| XQExpression | This interface describes the execute immediate functionality for expressions. | Interface | javax.xml.xquery | XQuery |
|
| XQItem | This interface represents an item in the XDM. | Interface | javax.xml.xquery | XQuery |
|
| XQItemAccessor | This interface represents a common interface for accessing the values of All the get functions raise an exception if the underlying sequence object | Interface | javax.xml.xquery | XQuery |
|
| XQItemType | The XQItemType interface represents an item type as defined in XQuery 1. | Interface | javax.xml.xquery | XQuery |
|
| XQMetaData | XQMetaData interface provides information about the data source, in various aspects, such as the product name and version identification, | Interface | javax.xml.xquery | XQuery |
|
| XQPreparedExpression | This interface describes an expression that can be prepared for multiple subsequent executions. | Interface | javax.xml.xquery | XQuery |
|
| XQQueryException | An exception that provides information on errors occurring during the evaluation of an xquery. | Class | javax.xml.xquery | XQuery |
|
| XQResultItem | This interface represents an immutable item object obtained from an XQResultSequence using the getItem method. | Interface | javax.xml.xquery | XQuery |
|
| XQResultSequence | This interface represents a sequence of items obtained as a result of evaluation XQuery expressions. | Interface | javax.xml.xquery | XQuery |
|
| XQSequence | This interface represents a sequence of items as defined in the XDM. | Interface | javax.xml.xquery | XQuery |
|
| XQSequenceType | The XQSequenceType interface represents a sequence type as XQuery 1. | Interface | javax.xml.xquery | XQuery |
|
| XQStackTraceElement | This class represents a frame in a stack trace, akin to the java. | Class | javax.xml.xquery | XQuery |
|
| XQStackTraceVariable | This class represents the list of variables and their valuesSee Also:XQStackTraceElement, | Class | javax.xml.xquery | XQuery |
|
| XQStaticContext | An XQStaticContext represents default values for various XQuery Static Context Components. | Interface | javax.xml.xquery | XQuery |