Class JAXBModelBuilder
- java.lang.Object
-
- com.sun.tools.ws.processor.modeler.wsdl.JAXBModelBuilder
-
public class JAXBModelBuilder extends Object
- Author:
- Vivek Pandey Uses JAXB XJC apis to build JAXBModel and resolves xml to java type mapping from JAXBModel
-
-
Field Summary
Fields Modifier and Type Field Description protected static LocatorImplNULL_LOCATOR
-
Constructor Summary
Constructors Constructor Description JAXBModelBuilder(WsimportOptions options, ClassNameCollector classNameCollector, MetadataFinder finder, ErrorReceiver errReceiver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbind()TypeAndAnnotationgetElementTypeAndAnn(QName qname)JAXBModelgetJAXBModel()protected SchemaCompilergetJAXBSchemaCompiler()JAXBTypegetJAXBType(QName qname)
-
-
-
Field Detail
-
NULL_LOCATOR
protected static final LocatorImpl NULL_LOCATOR
-
-
Constructor Detail
-
JAXBModelBuilder
public JAXBModelBuilder(WsimportOptions options, ClassNameCollector classNameCollector, MetadataFinder finder, ErrorReceiver errReceiver)
-
-
Method Detail
-
getElementTypeAndAnn
public TypeAndAnnotation getElementTypeAndAnn(QName qname)
-
bind
protected void bind()
-
getJAXBSchemaCompiler
protected SchemaCompiler getJAXBSchemaCompiler()
-
getJAXBModel
public JAXBModel getJAXBModel()
-
-