Uses of Interface
com.sun.xml.ws.developer.JAXBContextFactory
Packages that use JAXBContextFactory
Package
Description
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 JAXBContextFactoryModifier and TypeFieldDescriptionstatic final JAXBContextFactoryJAXBContextFactory.DEFAULTThe default implementation that createsJAXBRIContextaccording to the standard behavior.Methods in com.sun.xml.ws.developer that return JAXBContextFactoryModifier and TypeMethodDescriptionUsesJAXBContextFeature.getFactory()Gets theJAXBContextFactoryinstance to be used for creatingJAXBContextfor SEI.Constructors in com.sun.xml.ws.developer with parameters of type JAXBContextFactoryModifierConstructorDescriptionUsesJAXBContextFeature(JAXBContextFactory factory) CreatesUsesJAXBContextFeature.Constructor parameters in com.sun.xml.ws.developer with type arguments of type JAXBContextFactoryModifierConstructorDescriptionUsesJAXBContextFeature(Class<? extends JAXBContextFactory> factoryClass) CreatesUsesJAXBContextFeature.