Apache CXF API

Uses of Class
org.apache.cxf.jaxb.JAXBContextCache.CachedContextAndSchemas

Packages that use JAXBContextCache.CachedContextAndSchemas
org.apache.cxf.jaxb   
 

Uses of JAXBContextCache.CachedContextAndSchemas in org.apache.cxf.jaxb
 

Methods in org.apache.cxf.jaxb that return JAXBContextCache.CachedContextAndSchemas
 JAXBContextCache.CachedContextAndSchemas JAXBDataBinding.createJAXBContextAndSchemas(Set<Class<?>> classes, String defaultNs)
           
static JAXBContextCache.CachedContextAndSchemas JAXBContextCache.getCachedContextAndSchemas(Class<?> cls)
           
static JAXBContextCache.CachedContextAndSchemas JAXBContextCache.getCachedContextAndSchemas(Set<Class<?>> classes, String defaultNs, Map<String,Object> props, Collection<Object> typeRefs, boolean exact)
           
static JAXBContextCache.CachedContextAndSchemas JAXBContextCache.getCachedContextAndSchemas(String pkg, Map<String,Object> props, ClassLoader loader)
           
 


Apache CXF API

Apache CXF