Uses of Class
com.sun.xml.bind.api.JAXBRIContext

Packages that use JAXBRIContext
com.sun.xml.bind.api Runtime API for the JAX-WS RI 
com.sun.xml.bind.v2 The JAXB 2.0 runtime 
com.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
 JAXBRIContext Bridge.getContext()
          Gets the JAXBRIContext to which this object belongs.
static JAXBRIContext JAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar)
          Creates a new JAXBRIContext.
static JAXBRIContext JAXBRIContext.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 new JAXBRIContext.
static JAXBRIContext JAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, String defaultNamespaceRemap, boolean c14nSupport)
          Deprecated. Compatibility with older versions.
 

Uses of JAXBRIContext in com.sun.xml.bind.v2
 

Methods in com.sun.xml.bind.v2 that return JAXBRIContext
static JAXBRIContext ContextFactory.createContext(Class[] classes, Collection<TypeReference> typeRefs, Map<Class,Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo)
          Deprecated. use createContext(Class[] classes, Map properties) method instead
static JAXBRIContext ContextFactory.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. use createContext( Class[] classes, Map properties) method instead
 

Uses of JAXBRIContext in com.sun.xml.bind.v2.runtime
 

Subclasses of JAXBRIContext in com.sun.xml.bind.v2.runtime
 class JAXBContextImpl
          This 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
 JAXBRIContext BridgeWrapper.getContext()
           
 

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

Methods in com.sun.xml.ws.developer that return JAXBRIContext
 JAXBRIContext JAXBContextFactory.createJAXBContext(SEIModel sei, List<Class> classesToBind, List<TypeReference> typeReferences)
          Called by the JAX-WS runtime to create a JAXBRIContext for the given SEI.
 

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

Uses of JAXBRIContext in com.sun.xml.ws.model
 

Fields in com.sun.xml.ws.model declared as JAXBRIContext
protected  JAXBRIContext AbstractSEIModelImpl.jaxbContext
          Deprecated.  
 

Uses of JAXBRIContext in com.sun.xml.ws.rx.mc.runtime
 

Methods in com.sun.xml.ws.rx.mc.runtime that return JAXBRIContext
 JAXBRIContext McRuntimeVersion.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
protected  JAXBRIContext WsrmProtocolHandler.getJaxbContext()
           
 JAXBRIContext RmRuntimeVersion.getJaxbContext(AddressingVersion av)
          Returns JAXB context that is intitialized based on a given addressing version.
 

Uses of JAXBRIContext in com.sun.xml.ws.rx.util
 

Methods in com.sun.xml.ws.rx.util that return JAXBRIContext
 JAXBRIContext JaxbContextRepository.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
 Communicator.Builder Communicator.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
abstract  JAXBRIContext CoordinationContextBuilder.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
 JAXBRIContext CoordinationContextIF.getJAXBRIContext()
           
 

Uses of JAXBRIContext in com.sun.xml.ws.tx.coord.v10
 

Methods in com.sun.xml.ws.tx.coord.v10 that return JAXBRIContext
 JAXBRIContext CoordinationContextBuilderImpl.getJAXBRIContext()
           
 JAXBRIContext XmlTypeAdapter.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
 JAXBRIContext CoordinationContextBuilderImpl.getJAXBRIContext()
           
 JAXBRIContext XmlTypeAdapter.CoordinationContextImpl.getJAXBRIContext()
           
 



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