Table of Contents

Interface IWebServiceContext

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/WebServiceContext.html

public interface IWebServiceContext

Properties

MessageContext

MessageContext MessageContext { get; }

Property Value

MessageContext

UserPrincipal

Principal UserPrincipal { get; }

Property Value

Principal

Methods

GetEndpointReference(params Element[])

EndpointReference GetEndpointReference(params Element[] arg0)

Parameters

arg0 Element[]

Element

Returns

EndpointReference

EndpointReference

GetEndpointReference<T>(Class, params Element[])

T GetEndpointReference<T>(Class arg0, params Element[] arg1) where T : EndpointReference

Parameters

arg0 Class

Class

arg1 Element[]

Element

Returns

T

T

Type Parameters

T

EndpointReference

IsUserInRole(String)

bool IsUserInRole(String arg0)

Parameters

arg0 String

String

Returns

bool

bool