Apache CXF API

org.apache.cxf.jaxb
Class JAXBContextCache.CachedContextAndSchemas

java.lang.Object
  extended by org.apache.cxf.jaxb.JAXBContextCache.CachedContextAndSchemas
Enclosing class:
JAXBContextCache

public static final class JAXBContextCache.CachedContextAndSchemas
extends Object


Method Summary
 Set<Class<?>> getClasses()
           
 javax.xml.bind.JAXBContext getContext()
           
 Collection<DOMSource> getSchemas()
           
 void setClasses(Set<Class<?>> cls)
           
 void setSchemas(Collection<DOMSource> schemas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 API

Apache CXF