Uses of Class
com.sun.xml.bind.api.JAXBRIContext
-
Packages that use JAXBRIContext Package Description com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.sun.xml.bind.v2 The JAXB 2.0 runtimecom.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.ws.db.glassfish com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users.com.sun.xml.ws.model com.sun.xml.ws.rx.mc.runtime com.sun.xml.ws.rx.rm.runtime com.sun.xml.ws.rx.util com.sun.xml.ws.tx.coord.common com.sun.xml.ws.tx.coord.common.types com.sun.xml.ws.tx.coord.v10 com.sun.xml.ws.tx.coord.v11 -
-
Uses of JAXBRIContext in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api that return JAXBRIContext Modifier and Type Method Description JAXBRIContextBridge. getContext()Gets theJAXBRIContextto which this object belongs.static JAXBRIContextJAXBRIContext. newInstance(Class[] classes, Collection<TypeReference> typeRefs, String defaultNamespaceRemap, boolean c14nSupport)Deprecated.Compatibility with older versions.static JAXBRIContextJAXBRIContext. newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)Creates a newJAXBRIContext.static JAXBRIContextJAXBRIContext. newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings)Creates a newJAXBRIContext. -
Uses of JAXBRIContext in com.sun.xml.bind.v2
Methods in com.sun.xml.bind.v2 that return JAXBRIContext Modifier and Type Method Description static JAXBRIContextContextFactory. createContext(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo)Deprecated.usecreateContext(Class[] classes, Map<String,Object> properties)method insteadstatic JAXBRIContextContextFactory. createContext(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean improvedXsiTypeHandling)Deprecated.usecreateContext( Class[] classes, Map<String,Object> properties)method instead -
Uses of JAXBRIContext in com.sun.xml.bind.v2.runtime
Subclasses of JAXBRIContext in com.sun.xml.bind.v2.runtime Modifier and Type Class Description classJAXBContextImplThis class provides the implementation of JAXBContext. -
Uses of JAXBRIContext in com.sun.xml.ws.db.glassfish
Methods in com.sun.xml.ws.db.glassfish that return JAXBRIContext Modifier and Type Method Description JAXBRIContextBridgeWrapper. getContext() -
Uses of JAXBRIContext in com.sun.xml.ws.developer
Methods in com.sun.xml.ws.developer that return JAXBRIContext Modifier and Type Method Description JAXBRIContextJAXBContextFactory. createJAXBContext(SEIModel sei, List<Class> classesToBind, List<TypeReference> typeReferences)Called by the JAX-WS runtime to create aJAXBRIContextfor the given SEI.Constructors in com.sun.xml.ws.developer with parameters of type JAXBRIContext Constructor Description UsesJAXBContextFeature(JAXBRIContext context)CreatesUsesJAXBContextFeature. -
Uses of JAXBRIContext in com.sun.xml.ws.model
Fields in com.sun.xml.ws.model declared as JAXBRIContext Modifier and Type Field Description protected JAXBRIContextAbstractSEIModelImpl. jaxbContextDeprecated. -
Uses of JAXBRIContext in com.sun.xml.ws.rx.mc.runtime
Methods in com.sun.xml.ws.rx.mc.runtime that return JAXBRIContext Modifier and Type Method Description JAXBRIContextMcRuntimeVersion. getJaxbContext(AddressingVersion av)Returns JAXB context that is intitialized based on a given addressing version. -
Uses of JAXBRIContext in com.sun.xml.ws.rx.rm.runtime
Methods in com.sun.xml.ws.rx.rm.runtime that return JAXBRIContext Modifier and Type Method Description JAXBRIContextRmRuntimeVersion. getJaxbContext(AddressingVersion av)Returns JAXB context that is intitialized based on a given addressing version.protected JAXBRIContextWsrmProtocolHandler. getJaxbContext() -
Uses of JAXBRIContext in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util that return JAXBRIContext Modifier and Type Method Description JAXBRIContextJaxbContextRepository. getJaxbContext(AddressingVersion av)Returns JAXB context that is intitialized based on a given addressing version.Methods in com.sun.xml.ws.rx.util with parameters of type JAXBRIContext Modifier and Type Method Description Communicator.BuilderCommunicator.Builder. jaxbContext(JAXBRIContext value) -
Uses of JAXBRIContext in com.sun.xml.ws.tx.coord.common
Methods in com.sun.xml.ws.tx.coord.common that return JAXBRIContext Modifier and Type Method Description abstract JAXBRIContextCoordinationContextBuilder. getJAXBRIContext() -
Uses of JAXBRIContext in com.sun.xml.ws.tx.coord.common.types
Methods in com.sun.xml.ws.tx.coord.common.types that return JAXBRIContext Modifier and Type Method Description JAXBRIContextCoordinationContextIF. getJAXBRIContext() -
Uses of JAXBRIContext in com.sun.xml.ws.tx.coord.v10
Methods in com.sun.xml.ws.tx.coord.v10 that return JAXBRIContext Modifier and Type Method Description JAXBRIContextCoordinationContextBuilderImpl. getJAXBRIContext()JAXBRIContextXmlTypeAdapter.CoordinationContextImpl. getJAXBRIContext() -
Uses of JAXBRIContext in com.sun.xml.ws.tx.coord.v11
Methods in com.sun.xml.ws.tx.coord.v11 that return JAXBRIContext Modifier and Type Method Description JAXBRIContextCoordinationContextBuilderImpl. getJAXBRIContext()JAXBRIContextXmlTypeAdapter.CoordinationContextImpl. getJAXBRIContext()
-