Uses of Interface
com.sun.xml.ws.developer.JAXBContextFactory
-
Packages that use JAXBContextFactory Package Description 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 Modifier and Type Field Description static JAXBContextFactoryJAXBContextFactory. DEFAULTThe default implementation that createsJAXBRIContextaccording to the standard behavior.Methods in com.sun.xml.ws.developer that return JAXBContextFactory Modifier and Type Method Description JAXBContextFactoryUsesJAXBContextFeature. getFactory()Gets theJAXBContextFactoryinstance to be used for creatingJAXBContextfor SEI.Methods in com.sun.xml.ws.developer that return types with arguments of type JAXBContextFactory Modifier and Type Method Description Class<? extends JAXBContextFactory>value()Designates theJAXBContextFactoryto be used to create theJAXBContextobject, which in turn will be used by the JAX-WS runtime to marshal/unmarshal parameters and return values to/from XML.Constructors in com.sun.xml.ws.developer with parameters of type JAXBContextFactory Constructor Description UsesJAXBContextFeature(JAXBContextFactory factory)CreatesUsesJAXBContextFeature.Constructor parameters in com.sun.xml.ws.developer with type arguments of type JAXBContextFactory Constructor Description UsesJAXBContextFeature(Class<? extends JAXBContextFactory> factoryClass)CreatesUsesJAXBContextFeature.
-