org.apache.cxf.jaxb
Class JAXBContextCache.CachedContextAndSchemas
java.lang.Object
org.apache.cxf.jaxb.JAXBContextCache.CachedContextAndSchemas
- Enclosing class:
- JAXBContextCache
public static final class JAXBContextCache.CachedContextAndSchemas
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getContext
public javax.xml.bind.JAXBContext getContext()
getClasses
public Set<Class<?>> getClasses()
setClasses
public void setClasses(Set<Class<?>> cls)
getSchemas
public Collection<DOMSource> getSchemas()
setSchemas
public void setSchemas(Collection<DOMSource> schemas)
Apache CXF