public class JAXRPCClassFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
InternalSchemaBuilderBase |
createInternalSchemaBuilder(AbstractDocument document,
Properties options)
Returns the instance of InternalSchemaBuilderBase for specific target version set for the factory.
|
Names |
createNames()
Returns the Names for specific target version.
|
SchemaAnalyzerBase |
createSchemaAnalyzer(AbstractDocument document,
ModelInfo modelInfo,
Properties options,
Set conflictingClassNames,
JavaSimpleTypeCreator javaTypes)
Returns the instance of SchemaAnalyzer for specific target version set for the factory.
|
SOAPSimpleTypeCreatorBase |
createSOAPSimpleTypeCreator()
Returns the SOAPSimpleTypeCreatorBase for specific target version.
|
SOAPSimpleTypeCreatorBase |
createSOAPSimpleTypeCreator(boolean useStrictMode)
Returns the SOAPSimpleTypeCreatorBase for specific target version.
|
SOAPSimpleTypeCreatorBase |
createSOAPSimpleTypeCreator(boolean useStrictMode,
SOAPVersion version)
Returns the SOAPSimpleTypeCreatorBase for specific target version.
|
WSDLModelerBase |
createWSDLModeler(WSDLModelInfo modelInfo,
Properties options)
Returns the WSDLModeler for specific target version.
|
String |
getVersion() |
static JAXRPCClassFactory |
newInstance()
Get the factory instance for the default version.
|
void |
setSourceVersion(String version)
Sets the version to a static classVersion
|
public static JAXRPCClassFactory newInstance()
public void setSourceVersion(String version)
version - public SchemaAnalyzerBase createSchemaAnalyzer(AbstractDocument document, ModelInfo modelInfo, Properties options, Set conflictingClassNames, JavaSimpleTypeCreator javaTypes)
document - modelInfo - options - conflictingClassNames - javaTypes - public InternalSchemaBuilderBase createInternalSchemaBuilder(AbstractDocument document, Properties options)
document - options - public WSDLModelerBase createWSDLModeler(WSDLModelInfo modelInfo, Properties options)
modelInfo - options - public Names createNames()
Names for the JAX-RPC versionpublic SOAPSimpleTypeCreatorBase createSOAPSimpleTypeCreator()
public SOAPSimpleTypeCreatorBase createSOAPSimpleTypeCreator(boolean useStrictMode)
public SOAPSimpleTypeCreatorBase createSOAPSimpleTypeCreator(boolean useStrictMode, SOAPVersion version)
public String getVersion()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.