Apache CXF API

org.apache.cxf.common.jaxb
Class SchemaCollectionContextProxy

java.lang.Object
  extended by org.apache.cxf.common.jaxb.SchemaCollectionContextProxy
All Implemented Interfaces:
JAXBContextProxy

public class SchemaCollectionContextProxy
extends Object
implements JAXBContextProxy


Constructor Summary
SchemaCollectionContextProxy(JAXBContext ctx, SchemaCollection c, String defaultNs)
           
 
Method Summary
 Object getBeanInfo(Class<?> cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaCollectionContextProxy

public SchemaCollectionContextProxy(JAXBContext ctx,
                                    SchemaCollection c,
                                    String defaultNs)
Method Detail

getBeanInfo

public Object getBeanInfo(Class<?> cls)
Specified by:
getBeanInfo in interface JAXBContextProxy

Apache CXF API

Apache CXF