Uses of Interface
com.sun.xml.ws.developer.JAXBContextFactory

Packages that use JAXBContextFactory
com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users. 
 

Uses of JAXBContextFactory in com.sun.xml.ws.developer
 

Fields in com.sun.xml.ws.developer declared as JAXBContextFactory
static JAXBContextFactory JAXBContextFactory.DEFAULT
          The default implementation that creates JAXBRIContext according to the standard behavior.
 

Methods in com.sun.xml.ws.developer that return JAXBContextFactory
 JAXBContextFactory UsesJAXBContextFeature.getFactory()
          Gets the JAXBContextFactory instance to be used for creating JAXBContext for SEI.
 

Constructors in com.sun.xml.ws.developer with parameters of type JAXBContextFactory
UsesJAXBContextFeature(JAXBContextFactory factory)
          Creates UsesJAXBContextFeature.
 

Constructor parameters in com.sun.xml.ws.developer with type arguments of type JAXBContextFactory
UsesJAXBContextFeature(Class<? extends JAXBContextFactory> factoryClass)
          Creates UsesJAXBContextFeature.
 



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