Table of Contents

Interface IBindingProvider

Namespace
Javax.Xml.Ws
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/BindingProvider.html

public interface IBindingProvider

Properties

Binding

Binding Binding { get; }

Property Value

Binding

EndpointReference

EndpointReference EndpointReference { get; }

Property Value

EndpointReference

RequestContext

Map<String, object> RequestContext { get; }

Property Value

Map<String, object>

ResponseContext

Map<String, object> ResponseContext { get; }

Property Value

Map<String, object>

Methods

GetEndpointReference<T>(Class)

T GetEndpointReference<T>(Class arg0) where T : EndpointReference

Parameters

arg0 Class

Class

Returns

T

T

Type Parameters

T

EndpointReference