Table of Contents

Class SOAPPart

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

Constructors

SOAPPart()

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

[Obsolete("SOAPPart class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SOAPPart()

SOAPPart(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

SOAPPart(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

[Obsolete("SOAPPart class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SOAPPart(params object[] args)

Parameters

args object[]

Properties

AllMimeHeaders

public Iterator AllMimeHeaders { get; }

Property Value

Iterator

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Content

public Source Content { get; set; }

Property Value

Source

ContentId

public String ContentId { get; set; }

Property Value

String

ContentLocation

public String ContentLocation { get; set; }

Property Value

String

Envelope

public SOAPEnvelope Envelope { get; }

Property Value

SOAPEnvelope

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

AddMimeHeader(String, String)

public void AddMimeHeader(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

GetMatchingMimeHeaders(String[])

public Iterator GetMatchingMimeHeaders(String[] arg0)

Parameters

arg0 String[]

String

Returns

Iterator

Iterator

GetMimeHeader(String)

public String[] GetMimeHeader(String arg0)

Parameters

arg0 String

String

Returns

String[]

String

GetNonMatchingMimeHeaders(String[])

public Iterator GetNonMatchingMimeHeaders(String[] arg0)

Parameters

arg0 String[]

String

Returns

Iterator

Iterator

RemoveAllMimeHeaders()

public void RemoveAllMimeHeaders()

RemoveMimeHeader(String)

public void RemoveMimeHeader(String arg0)

Parameters

arg0 String

String

SetMimeHeader(String, String)

public void SetMimeHeader(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Operators

implicit operator Node(SOAPPart)

Converter from SOAPPart to Node

public static implicit operator Node(SOAPPart t)

Parameters

t SOAPPart

Returns

Node

implicit operator Document(SOAPPart)

Converter from SOAPPart to Document

public static implicit operator Document(SOAPPart t)

Parameters

t SOAPPart

Returns

Document