Uses of Package
com.sun.xml.bind.api

Packages that use com.sun.xml.bind.api
com.sun.xml.bind.api Runtime API for the JAX-WS RI 
com.sun.xml.bind.v2 The JAXB 2.0 runtime 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
com.sun.xml.bind.v2.runtime.property   
com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects. 
com.sun.xml.bind.v2.runtime.reflect.opt Hosts optimized Accessor, TransducedAccessor, and Transducer
com.sun.xml.bind.v2.runtime.unmarshaller   
com.sun.xml.bind.v2.schemagen Schema generator. 
com.sun.xml.ws.api.message Message and related abstractions that represent a SOAP message. 
com.sun.xml.ws.api.model   
com.sun.xml.ws.db.glassfish   
com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users. 
com.sun.xml.ws.encoding.xml   
com.sun.xml.ws.message Message implementations. 
com.sun.xml.ws.message.jaxb Message implementation for JAXB. 
com.sun.xml.ws.message.saaj   
com.sun.xml.ws.message.source   
com.sun.xml.ws.message.stream   
com.sun.xml.ws.model   
com.sun.xml.ws.rx.mc.runtime   
com.sun.xml.ws.rx.rm.runtime   
com.sun.xml.ws.rx.util   
com.sun.xml.ws.security.message.stream   
com.sun.xml.ws.security.opt.impl.enc   
com.sun.xml.ws.security.opt.impl.incoming   
com.sun.xml.ws.security.opt.impl.keyinfo   
com.sun.xml.ws.security.opt.impl.message   
com.sun.xml.ws.spi.db   
com.sun.xml.ws.tx.coord.common   
com.sun.xml.ws.tx.coord.common.types   
com.sun.xml.ws.tx.coord.v10   
 

Classes in com.sun.xml.bind.api used by com.sun.xml.bind.api
AccessorException
          Signals an error in RawAccessor.
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
BridgeContext
          Deprecated. The caller no longer needs to use this, as Bridge has methods that can work without BridgeContext.
JAXBRIContext
          JAXBContext enhanced with JAXB RI specific functionalities.
RawAccessor
          Accesses a particular property of a bean.
TypeReference
          A reference to a JAXB-bound type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.bind.v2
JAXBRIContext
          JAXBContext enhanced with JAXB RI specific functionalities.
TypeReference
          A reference to a JAXB-bound type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.bind.v2.model.impl
AccessorException
          Signals an error in RawAccessor.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.bind.v2.runtime
AccessorException
          Signals an error in RawAccessor.
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
BridgeContext
          Deprecated. The caller no longer needs to use this, as Bridge has methods that can work without BridgeContext.
CompositeStructure
          A JAXB Bean that works like a DOM.
JAXBRIContext
          JAXBContext enhanced with JAXB RI specific functionalities.
RawAccessor
          Accesses a particular property of a bean.
TypeReference
          A reference to a JAXB-bound type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.bind.v2.runtime.property
AccessorException
          Signals an error in RawAccessor.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.bind.v2.runtime.reflect
AccessorException
          Signals an error in RawAccessor.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.bind.v2.runtime.reflect.opt
AccessorException
          Signals an error in RawAccessor.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.bind.v2.runtime.unmarshaller
AccessorException
          Signals an error in RawAccessor.
ClassResolver
          Dynamically locates classes to represent elements discovered during the unmarshalling.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.bind.v2.schemagen
ErrorListener
          Implemented by the driver of the compiler engine to handle errors found during the compiliation.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.api.message
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.api.model
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.db.glassfish
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
JAXBRIContext
          JAXBContext enhanced with JAXB RI specific functionalities.
RawAccessor
          Accesses a particular property of a bean.
TypeReference
          A reference to a JAXB-bound type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.developer
JAXBRIContext
          JAXBContext enhanced with JAXB RI specific functionalities.
TypeReference
          A reference to a JAXB-bound type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.encoding.xml
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.message
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
BridgeContext
          Deprecated. The caller no longer needs to use this, as Bridge has methods that can work without BridgeContext.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.message.jaxb
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.message.saaj
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.message.source
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.message.stream
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.model
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
JAXBRIContext
          JAXBContext enhanced with JAXB RI specific functionalities.
TypeReference
          A reference to a JAXB-bound type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.rx.mc.runtime
JAXBRIContext
          JAXBContext enhanced with JAXB RI specific functionalities.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.rx.rm.runtime
JAXBRIContext
          JAXBContext enhanced with JAXB RI specific functionalities.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.rx.util
JAXBRIContext
          JAXBContext enhanced with JAXB RI specific functionalities.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.security.message.stream
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.security.opt.impl.enc
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
BridgeContext
          Deprecated. The caller no longer needs to use this, as Bridge has methods that can work without BridgeContext.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.security.opt.impl.incoming
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.security.opt.impl.keyinfo
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
BridgeContext
          Deprecated. The caller no longer needs to use this, as Bridge has methods that can work without BridgeContext.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.security.opt.impl.message
Bridge
          Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
BridgeContext
          Deprecated. The caller no longer needs to use this, as Bridge has methods that can work without BridgeContext.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.spi.db
BridgeContext
          Deprecated. The caller no longer needs to use this, as Bridge has methods that can work without BridgeContext.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.tx.coord.common
JAXBRIContext
          JAXBContext enhanced with JAXB RI specific functionalities.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.tx.coord.common.types
JAXBRIContext
          JAXBContext enhanced with JAXB RI specific functionalities.
 

Classes in com.sun.xml.bind.api used by com.sun.xml.ws.tx.coord.v10
JAXBRIContext
          JAXBContext enhanced with JAXB RI specific functionalities.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.