Table of Contents

Class Provider

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

Constructors

Provider()

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

[Obsolete("Provider 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 Provider()

Provider(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

Provider(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("Provider 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 Provider(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

JAXWSPROVIDER_PROPERTY

public static String JAXWSPROVIDER_PROPERTY { get; }

Property Value

String

Methods

CreateAndPublishEndpoint(String, object)

public Endpoint CreateAndPublishEndpoint(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Returns

Endpoint

Endpoint

CreateAndPublishEndpoint(String, object, params WebServiceFeature[])

public Endpoint CreateAndPublishEndpoint(String arg0, object arg1, params WebServiceFeature[] arg2)

Parameters

arg0 String

String

arg1 object

object

arg2 WebServiceFeature[]

WebServiceFeature

Returns

Endpoint

Endpoint

CreateEndpoint(String, Class, Invoker, params WebServiceFeature[])

public Endpoint CreateEndpoint(String arg0, Class arg1, Invoker arg2, params WebServiceFeature[] arg3)

Parameters

arg0 String

String

arg1 Class

Class

arg2 Invoker

Invoker

arg3 WebServiceFeature[]

WebServiceFeature

Returns

Endpoint

Endpoint

CreateEndpoint(String, object)

public Endpoint CreateEndpoint(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Returns

Endpoint

Endpoint

CreateEndpoint(String, object, params WebServiceFeature[])

public Endpoint CreateEndpoint(String arg0, object arg1, params WebServiceFeature[] arg2)

Parameters

arg0 String

String

arg1 object

object

arg2 WebServiceFeature[]

WebServiceFeature

Returns

Endpoint

Endpoint

CreateServiceDelegate(URL, QName, Class)

public ServiceDelegate CreateServiceDelegate(URL arg0, QName arg1, Class arg2)

Parameters

arg0 URL

URL

arg1 QName

QName

arg2 Class

Class

Returns

ServiceDelegate

ServiceDelegate

CreateServiceDelegate(URL, QName, Class, params WebServiceFeature[])

public ServiceDelegate CreateServiceDelegate(URL arg0, QName arg1, Class arg2, params WebServiceFeature[] arg3)

Parameters

arg0 URL

URL

arg1 QName

QName

arg2 Class

Class

arg3 WebServiceFeature[]

WebServiceFeature

Returns

ServiceDelegate

ServiceDelegate

CreateW3CEndpointReference(String, QName, QName, List<Element>, String, List<Element>)

public W3CEndpointReference CreateW3CEndpointReference(String arg0, QName arg1, QName arg2, List<Element> arg3, String arg4, List<Element> arg5)

Parameters

arg0 String

String

arg1 QName

QName

arg2 QName

QName

arg3 List<Element>

List

arg4 String

String

arg5 List<Element>

List

Returns

W3CEndpointReference

W3CEndpointReference

CreateW3CEndpointReference(String, QName, QName, QName, List<Element>, String, List<Element>, List<Element>, Map<QName, String>)

public W3CEndpointReference CreateW3CEndpointReference(String arg0, QName arg1, QName arg2, QName arg3, List<Element> arg4, String arg5, List<Element> arg6, List<Element> arg7, Map<QName, String> arg8)

Parameters

arg0 String

String

arg1 QName

QName

arg2 QName

QName

arg3 QName

QName

arg4 List<Element>

List

arg5 String

String

arg6 List<Element>

List

arg7 List<Element>

List

arg8 Map<QName, String>

Map

Returns

W3CEndpointReference

W3CEndpointReference

GetPort<T>(EndpointReference, Class, params WebServiceFeature[])

public T GetPort<T>(EndpointReference arg0, Class arg1, params WebServiceFeature[] arg2)

Parameters

arg0 EndpointReference

EndpointReference

arg1 Class

Class

arg2 WebServiceFeature[]

WebServiceFeature

Returns

T

T

Type Parameters

T

ProviderMethod()

public static Provider ProviderMethod()

Returns

Provider

Provider

ReadEndpointReference(Source)

public EndpointReference ReadEndpointReference(Source arg0)

Parameters

arg0 Source

Source

Returns

EndpointReference

EndpointReference