public class OperationContext extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.OperationContext
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.OperationContext
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
OperationContext() |
OperationContext(IContextChannel channel) |
OperationContext(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public OperationContext()
throws java.lang.Throwable
java.lang.Throwablepublic OperationContext(IContextChannel channel) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public OperationContext(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addOperationCompleted(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static OperationContext cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into OperationContext, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedOperationContext instancejava.lang.Throwable - in case of error during cast operationpublic IContextChannel getChannel() throws java.lang.Throwable
java.lang.Throwablepublic ClaimsPrincipal getClaimsPrincipal() throws java.lang.Throwable
java.lang.Throwablepublic static OperationContext getCurrent() throws java.lang.Throwable, ArgumentException, ConfigurationErrorsException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, NotSupportedException
public EndpointDispatcher getEndpointDispatcher() throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasSupportingTokens()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public ServiceHostBase getHost() throws java.lang.Throwable
java.lang.Throwablepublic MessageHeaders getIncomingMessageHeaders() throws java.lang.Throwable
java.lang.Throwablepublic MessageProperties getIncomingMessageProperties() throws java.lang.Throwable
java.lang.Throwablepublic MessageVersion getIncomingMessageVersion() throws java.lang.Throwable
java.lang.Throwablepublic InstanceContext getInstanceContext() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsUserContext()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic MessageHeaders getOutgoingMessageHeaders() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException
public MessageProperties getOutgoingMessageProperties() throws java.lang.Throwable
java.lang.Throwablepublic RequestContext getRequestContext() throws java.lang.Throwable
java.lang.Throwablepublic ServiceSecurityContext getServiceSecurityContext() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public java.lang.String getSessionId()
throws java.lang.Throwable
java.lang.Throwablepublic void removeOperationCompleted(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setClaimsPrincipal(ClaimsPrincipal ClaimsPrincipal) throws java.lang.Throwable
java.lang.Throwablepublic static void setCurrent(OperationContext Current) throws java.lang.Throwable, ArgumentException, ConfigurationErrorsException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, InvalidOperationException, SecurityException, NullReferenceException
public void setEndpointDispatcher(EndpointDispatcher EndpointDispatcher) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setRequestContext(RequestContext RequestContext) throws java.lang.Throwable
java.lang.Throwablepublic void SetTransactionComplete()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
OverflowException,
OutOfMemoryException,
ConfigurationErrorsException,
TransactionException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionConfigurationErrorsExceptionTransactionException