Table of Contents

Class JAXB

Namespace
Javax.Xml.Bind
Assembly
MASES.JNet.dll
public class JAXB : JVMBridgeBase<JAXB>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JAXB
Implements
Inherited Members
Extension Methods

Constructors

JAXB()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public JAXB()

JAXB(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public JAXB(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

JAXB(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public JAXB(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Marshal(object, File)

public static void Marshal(object arg0, File arg1)

Parameters

arg0 object

object

arg1 File

File

Marshal(object, OutputStream)

public static void Marshal(object arg0, OutputStream arg1)

Parameters

arg0 object

object

arg1 OutputStream

OutputStream

Marshal(object, Writer)

public static void Marshal(object arg0, Writer arg1)

Parameters

arg0 object

object

arg1 Writer

Writer

Marshal(object, String)

public static void Marshal(object arg0, String arg1)

Parameters

arg0 object

object

arg1 String

String

Marshal(object, URI)

public static void Marshal(object arg0, URI arg1)

Parameters

arg0 object

object

arg1 URI

URI

Marshal(object, URL)

public static void Marshal(object arg0, URL arg1)

Parameters

arg0 object

object

arg1 URL

URL

Marshal(object, Result)

public static void Marshal(object arg0, Result arg1)

Parameters

arg0 object

object

arg1 Result

Result

Unmarshal<T>(File, Class)

public static T Unmarshal<T>(File arg0, Class arg1)

Parameters

arg0 File

File

arg1 Class

Class

Returns

T

T

Type Parameters

T

Unmarshal<T>(InputStream, Class)

public static T Unmarshal<T>(InputStream arg0, Class arg1)

Parameters

arg0 InputStream

InputStream

arg1 Class

Class

Returns

T

T

Type Parameters

T

Unmarshal<T>(Reader, Class)

public static T Unmarshal<T>(Reader arg0, Class arg1)

Parameters

arg0 Reader

Reader

arg1 Class

Class

Returns

T

T

Type Parameters

T

Unmarshal<T>(String, Class)

public static T Unmarshal<T>(String arg0, Class arg1)

Parameters

arg0 String

String

arg1 Class

Class

Returns

T

T

Type Parameters

T

Unmarshal<T>(URI, Class)

public static T Unmarshal<T>(URI arg0, Class arg1)

Parameters

arg0 URI

URI

arg1 Class

Class

Returns

T

T

Type Parameters

T

Unmarshal<T>(URL, Class)

public static T Unmarshal<T>(URL arg0, Class arg1)

Parameters

arg0 URL

URL

arg1 Class

Class

Returns

T

T

Type Parameters

T

Unmarshal<T>(Source, Class)

public static T Unmarshal<T>(Source arg0, Class arg1)

Parameters

arg0 Source

Source

arg1 Class

Class

Returns

T

T

Type Parameters

T