Table of Contents

Class AddressingFeature

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

Constructors

AddressingFeature()

public AddressingFeature()

AddressingFeature(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

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

Parameters

initializer IJVMBridgeBaseInitializer

AddressingFeature(bool)

public AddressingFeature(bool arg0)

Parameters

arg0 bool

bool

AddressingFeature(bool, bool)

public AddressingFeature(bool arg0, bool arg1)

Parameters

arg0 bool

bool

arg1 bool

bool

AddressingFeature(bool, bool, Responses)

public AddressingFeature(bool arg0, bool arg1, AddressingFeature.Responses arg2)

Parameters

arg0 bool

bool

arg1 bool

bool

arg2 AddressingFeature.Responses

AddressingFeature.Responses

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

GetResponses

public AddressingFeature.Responses GetResponses { get; }

Property Value

AddressingFeature.Responses

ID

public static String ID { get; set; }

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 java.lang.AutoCloseable

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

CreatePoolableInstance()

HPA initializer for AddressingFeature()

public static AddressingFeature CreatePoolableInstance()

Returns

AddressingFeature

CreatePoolableInstance(bool)

HPA initializer for AddressingFeature(bool arg0)

public static AddressingFeature CreatePoolableInstance(bool arg0)

Parameters

arg0 bool

Returns

AddressingFeature

CreatePoolableInstance(bool, bool)

HPA initializer for AddressingFeature(bool arg0, bool arg1)

public static AddressingFeature CreatePoolableInstance(bool arg0, bool arg1)

Parameters

arg0 bool
arg1 bool

Returns

AddressingFeature

CreatePoolableInstance(bool, bool, Responses)

HPA initializer for AddressingFeature(bool arg0, bool arg1, Javax.Xml.Ws.Soap.AddressingFeature.Responses arg2)

public static AddressingFeature CreatePoolableInstance(bool arg0, bool arg1, AddressingFeature.Responses arg2)

Parameters

arg0 bool
arg1 bool
arg2 AddressingFeature.Responses

Returns

AddressingFeature

IsRequired()

public bool IsRequired()

Returns

bool

bool