Package system.xml.serialization
Class XmlReflectionImporter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.serialization.XmlReflectionImporter
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XmlReflectionImporter extends NetObject
The base .NET class managing System.Xml.Serialization.XmlReflectionImporter, System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.Serialization.XmlReflectionImporter
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Xmlstatic java.lang.StringclassNameQualified class name: System.Xml.Serialization.XmlReflectionImporterstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlReflectionImporter()XmlReflectionImporter(java.lang.Object instance)Internal constructor.XmlReflectionImporter(java.lang.String defaultNamespace)XmlReflectionImporter(XmlAttributeOverrides attributeOverrides)XmlReflectionImporter(XmlAttributeOverrides attributeOverrides, java.lang.String defaultNamespace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlReflectionImportercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXmlReflectionImporter, a cast assert is made to check if types are compatible.java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeXmlMembersMappingImportMembersMapping(java.lang.String elementName, java.lang.String ns, XmlReflectionMember[] members, boolean hasWrapperElement)XmlMembersMappingImportMembersMapping(java.lang.String elementName, java.lang.String ns, XmlReflectionMember[] members, boolean hasWrapperElement, boolean rpc)XmlMembersMappingImportMembersMapping(java.lang.String elementName, java.lang.String ns, XmlReflectionMember[] members, boolean hasWrapperElement, boolean rpc, boolean openModel)XmlMembersMappingImportMembersMapping(java.lang.String elementName, java.lang.String ns, XmlReflectionMember[] members, boolean hasWrapperElement, boolean rpc, boolean openModel, XmlMappingAccess access)XmlTypeMappingImportTypeMapping(NetType type)XmlTypeMappingImportTypeMapping(NetType type, java.lang.String defaultNamespace)XmlTypeMappingImportTypeMapping(NetType type, XmlRootAttribute root)XmlTypeMappingImportTypeMapping(NetType type, XmlRootAttribute root, java.lang.String defaultNamespace)voidIncludeType(NetType type)voidIncludeTypes(ICustomAttributeProvider provider)voidsetJCOInstance(JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Xml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.Serialization.XmlReflectionImporter- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlReflectionImporter
public XmlReflectionImporter(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlReflectionImporter
public XmlReflectionImporter() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentException
-
XmlReflectionImporter
public XmlReflectionImporter(java.lang.String defaultNamespace) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentException
-
XmlReflectionImporter
public XmlReflectionImporter(XmlAttributeOverrides attributeOverrides) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentException
-
XmlReflectionImporter
public XmlReflectionImporter(XmlAttributeOverrides attributeOverrides, java.lang.String defaultNamespace) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XmlReflectionImporter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXmlReflectionImporter, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XmlReflectionImporterinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
ImportMembersMapping
public XmlMembersMapping ImportMembersMapping(java.lang.String elementName, java.lang.String ns, XmlReflectionMember[] members, boolean hasWrapperElement) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, NotSupportedException, InvalidOperationException, ConfigurationException, ConfigurationErrorsException, MissingManifestResourceException, ObjectDisposedException, NotImplementedException, CultureNotFoundException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionConfigurationExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotImplementedExceptionCultureNotFoundExceptionFormatException
-
ImportMembersMapping
public XmlMembersMapping ImportMembersMapping(java.lang.String elementName, java.lang.String ns, XmlReflectionMember[] members, boolean hasWrapperElement, boolean rpc) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, ConfigurationErrorsException, MissingManifestResourceException, ObjectDisposedException, NotImplementedException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionConfigurationErrorsExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotImplementedExceptionFormatException
-
ImportMembersMapping
public XmlMembersMapping ImportMembersMapping(java.lang.String elementName, java.lang.String ns, XmlReflectionMember[] members, boolean hasWrapperElement, boolean rpc, boolean openModel) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, NotSupportedException, SecurityException, ConfigurationException, ConfigurationErrorsException, OverflowException, FormatException, NotImplementedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionSecurityExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowExceptionFormatExceptionNotImplementedException
-
ImportMembersMapping
public XmlMembersMapping ImportMembersMapping(java.lang.String elementName, java.lang.String ns, XmlReflectionMember[] members, boolean hasWrapperElement, boolean rpc, boolean openModel, XmlMappingAccess access) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, MissingManifestResourceException, NotSupportedException, SecurityException, ConfigurationException, ConfigurationErrorsException, FormatException, OverflowException, NotImplementedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNotSupportedExceptionSecurityExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionOverflowExceptionNotImplementedException
-
ImportTypeMapping
public XmlTypeMapping ImportTypeMapping(NetType type) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, SecurityException, NotImplementedException, ConfigurationException, ConfigurationErrorsException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionSecurityExceptionNotImplementedExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowException
-
ImportTypeMapping
public XmlTypeMapping ImportTypeMapping(NetType type, java.lang.String defaultNamespace) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, SecurityException, NotImplementedException, ConfigurationException, ConfigurationErrorsException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionSecurityExceptionNotImplementedExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowException
-
ImportTypeMapping
public XmlTypeMapping ImportTypeMapping(NetType type, XmlRootAttribute root) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, ArgumentException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, SecurityException, NotImplementedException, ConfigurationException, ConfigurationErrorsException, OverflowException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionSecurityExceptionNotImplementedExceptionConfigurationExceptionConfigurationErrorsExceptionOverflowException
-
ImportTypeMapping
public XmlTypeMapping ImportTypeMapping(NetType type, XmlRootAttribute root, java.lang.String defaultNamespace) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, SecurityException, ConfigurationException, ConfigurationErrorsException, FormatException, OverflowException, OutOfMemoryException, RankException, XmlSchemaException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionSecurityExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionRankExceptionXmlSchemaExceptionMulticastNotSupportedException
-
IncludeType
public void IncludeType(NetType type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationException, ConfigurationErrorsException, FormatException, OverflowException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, SecurityException, NotImplementedException, OutOfMemoryException, RankException, XmlSchemaException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionSecurityExceptionNotImplementedExceptionOutOfMemoryExceptionRankExceptionXmlSchemaExceptionMulticastNotSupportedException
-
IncludeTypes
public void IncludeTypes(ICustomAttributeProvider provider) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationException, ConfigurationErrorsException, FormatException, OverflowException, IndexOutOfRangeException, ObjectDisposedException, AbandonedMutexException, NotSupportedException, InvalidOperationException, NotImplementedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionConfigurationExceptionConfigurationErrorsExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionNotSupportedExceptionInvalidOperationExceptionNotImplementedException
-
-