Package org.apache.xmlbeans.impl.config
Class BindingConfigImpl
java.lang.Object
org.apache.xmlbeans.BindingConfig
org.apache.xmlbeans.impl.config.BindingConfigImpl
public class BindingConfigImpl extends BindingConfig
An implementation of BindingConfig
-
Field Summary
Fields inherited from class org.apache.xmlbeans.BindingConfig
QNAME_ACCESSOR_ATTRIBUTE, QNAME_ACCESSOR_ELEMENT, QNAME_DOCUMENT_TYPE, QNAME_TYPE
-
Method Summary
Modifier and Type Method Description static BindingConfig
forConfigDocuments(org.apache.xmlbeans.impl.xb.xmlconfig.ConfigDocument.Config[] configs, File[] javaFiles, File[] classpath)
InterfaceExtension[]
getInterfaceExtensions()
InterfaceExtension[]
getInterfaceExtensions(String fullJavaName)
PrePostExtension
getPrePostExtension(String fullJavaName)
PrePostExtension[]
getPrePostExtensions()
String
lookupJavanameForQName(QName qname)
Deprecated.replaced withlookupJavanameForQName(QName, int)
String
lookupJavanameForQName(QName qname, int kind)
String
lookupPackageForNamespace(String uri)
String
lookupPrefixForNamespace(String uri)
String
lookupSuffixForNamespace(String uri)
UserType
lookupUserTypeForQName(QName qname)
-
Method Details
-
forConfigDocuments
public static BindingConfig forConfigDocuments(org.apache.xmlbeans.impl.xb.xmlconfig.ConfigDocument.Config[] configs, File[] javaFiles, File[] classpath) -
lookupPackageForNamespace
- Overrides:
lookupPackageForNamespace
in classBindingConfig
- Parameters:
uri
- the namespace uri- Returns:
- the package name for a namespace or null.
-
lookupPrefixForNamespace
- Overrides:
lookupPrefixForNamespace
in classBindingConfig
- Parameters:
uri
- the namespace uri- Returns:
- the prefix applied to each java name for a namespace or null.
-
lookupSuffixForNamespace
- Overrides:
lookupSuffixForNamespace
in classBindingConfig
- Parameters:
uri
- the namespace uri- Returns:
- Get the suffix applied to each java name for a namespace or null.
-
lookupJavanameForQName
Deprecated.replaced withlookupJavanameForQName(QName, int)
-
lookupJavanameForQName
- Overrides:
lookupJavanameForQName
in classBindingConfig
- Parameters:
qname
- the qname of the java namekind
- the type of the qname, which one ofBindingConfig.QNAME_TYPE
,BindingConfig.QNAME_DOCUMENT_TYPE
,BindingConfig.QNAME_ACCESSOR_ELEMENT
,BindingConfig.QNAME_ACCESSOR_ATTRIBUTE
- Returns:
- Get the java name for a QName of a specific component kind, or null.
-
lookupUserTypeForQName
- Overrides:
lookupUserTypeForQName
in classBindingConfig
- Parameters:
qname
- the qname of the user type- Returns:
- a user defined Java type for a given QName.
-
getInterfaceExtensions
- Overrides:
getInterfaceExtensions
in classBindingConfig
- Returns:
- all configured InterfaceExtensions or an empty array.
-
getInterfaceExtensions
- Overrides:
getInterfaceExtensions
in classBindingConfig
- Parameters:
fullJavaName
- the fully qualified java type name- Returns:
- all InterfaceExtensions defined for the fully qualified java type generated from schema compilation or an empty array.
-
getPrePostExtensions
- Overrides:
getPrePostExtensions
in classBindingConfig
- Returns:
- all configued PrePostExtensions or an empty array.
-
getPrePostExtension
- Overrides:
getPrePostExtension
in classBindingConfig
- Parameters:
fullJavaName
- the fully qualified java type name- Returns:
- the PrePostExtension defined for the fully qualified java type generated from schema compilation or null.
-