Uses of Interface
org.apache.cxf.common.jaxb.JAXBUtils.SchemaCompiler
-
Packages that use JAXBUtils.SchemaCompiler Package Description org.apache.cxf.common.jaxb org.apache.cxf.endpoint.dynamic -
-
Uses of JAXBUtils.SchemaCompiler in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb that return JAXBUtils.SchemaCompiler Modifier and Type Method Description static JAXBUtils.SchemaCompilerJAXBUtils. createSchemaCompiler()static JAXBUtils.SchemaCompilerJAXBUtils. createSchemaCompilerWithDefaultAllocator(Set<String> allocatorSet)Methods in org.apache.cxf.common.jaxb with parameters of type JAXBUtils.SchemaCompiler Modifier and Type Method Description static Class<?>JAXBUtils. getParamClass(JAXBUtils.SchemaCompiler sc, String method) -
Uses of JAXBUtils.SchemaCompiler in org.apache.cxf.endpoint.dynamic
Methods in org.apache.cxf.endpoint.dynamic that return JAXBUtils.SchemaCompiler Modifier and Type Method Description protected JAXBUtils.SchemaCompilerDynamicClientFactory. createSchemaCompiler()Methods in org.apache.cxf.endpoint.dynamic with parameters of type JAXBUtils.SchemaCompiler Modifier and Type Method Description protected voidDynamicClientFactory. applySchemaCompilerOptions(JAXBUtils.SchemaCompiler compiler)
-