| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlAdapter | |
|---|---|
| javax.xml.bind | Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. | 
| javax.xml.bind.annotation.adapters | XmlAdapterand its spec-defined
        sub-classes to allow arbitrary Java classes to be used with JAXB. | 
| javax.xml.bind.helpers | JAXB Provider Use Only: Provides partial default implementations for some of the javax.xml.bind interfaces. | 
| Uses of XmlAdapter in javax.xml.bind | 
|---|
| Methods in javax.xml.bind with type parameters of type XmlAdapter | ||
|---|---|---|
| 
 | Marshaller.getAdapter(Class<A> type)Gets the adapter associated with the specified type. | |
| 
 | Unmarshaller.getAdapter(Class<A> type)Gets the adapter associated with the specified type. | |
| 
 | Marshaller.setAdapter(Class<A> type,
           A adapter)Associates a configured instance of XmlAdapterwith this marshaller. | |
| 
 | Unmarshaller.setAdapter(Class<A> type,
           A adapter)Associates a configured instance of XmlAdapterwith this unmarshaller. | |
| Methods in javax.xml.bind with parameters of type XmlAdapter | |
|---|---|
|  void | Marshaller.setAdapter(XmlAdapter adapter)Associates a configured instance of XmlAdapterwith this marshaller. | 
|  void | Unmarshaller.setAdapter(XmlAdapter adapter)Associates a configured instance of XmlAdapterwith this unmarshaller. | 
| Uses of XmlAdapter in javax.xml.bind.annotation.adapters | 
|---|
| Subclasses of XmlAdapter in javax.xml.bind.annotation.adapters | |
|---|---|
|  class | CollapsedStringAdapterBuilt-in XmlAdapterto handle xs:token and its derived types. | 
|  class | HexBinaryAdapterXmlAdapterfor xs:hexBinary. | 
|  class | NormalizedStringAdapterXmlAdapterto handle xs:normalizedString. | 
| Uses of XmlAdapter in javax.xml.bind.helpers | 
|---|
| Methods in javax.xml.bind.helpers with type parameters of type XmlAdapter | ||
|---|---|---|
| 
 | AbstractUnmarshallerImpl.getAdapter(Class<A> type) | |
| 
 | AbstractMarshallerImpl.getAdapter(Class<A> type) | |
| 
 | AbstractUnmarshallerImpl.setAdapter(Class<A> type,
           A adapter) | |
| 
 | AbstractMarshallerImpl.setAdapter(Class<A> type,
           A adapter) | |
| Methods in javax.xml.bind.helpers with parameters of type XmlAdapter | |
|---|---|
|  void | AbstractUnmarshallerImpl.setAdapter(XmlAdapter adapter) | 
|  void | AbstractMarshallerImpl.setAdapter(XmlAdapter adapter) | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.