Searched defs:JAXBContext (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBContext.java38 * The <tt>JAXBContext</tt> class provides the client's entry point to the
48 * <li>{@link #newInstance(String,ClassLoader) JAXBContext.newInstance( "com.acme.foo:com.acme.bar" )} <br/>
49 * The JAXBContext instance is initialized from a list of colon
55 * <li>{@link #newInstance(Class...) JAXBContext.newInstance( com.acme.foo.Foo.class )} <br/>
56 * The JAXBContext instance is intialized with class(es)
67 * public static JAXBContext createContext( String contextPath, ClassLoader classLoader, Map&lt;String,Object> properties ) throws JAXBException
68 * public static JAXBContext createContext( Class[] classes, Map&lt;String,Object> properties ) throws JAXBException
82 * <tt>javax.xml.bind.JAXBContext</tt>, it simply has to provide a class that
103 * The <tt>JAXBContext</tt> object
112 * JAXBContext j
262 public abstract class JAXBContext { class
272 protected JAXBContext() { method in class:JAXBContext
[all...]

Completed in 31 milliseconds