Package system.servicemodel.description
Class OperationDescription
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.description.OperationDescription
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class OperationDescription extends NetObject
The base .NET class managing System.ServiceModel.Description.OperationDescription, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Description.OperationDescription
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.ServiceModelstatic java.lang.String
className
Qualified class name: System.ServiceModel.Description.OperationDescriptionstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description OperationDescription()
OperationDescription(java.lang.Object instance)
Internal constructor.OperationDescription(java.lang.String name, ContractDescription declaringContract)
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.ServiceModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ServiceModel.Description.OperationDescription- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OperationDescription
public OperationDescription(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
OperationDescription
public OperationDescription() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
OperationDescription
public OperationDescription(java.lang.String name, ContractDescription declaringContract) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static OperationDescription cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoOperationDescription
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
OperationDescription
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
ShouldSerializeProtectionLevel
public boolean ShouldSerializeProtectionLevel() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHasProtectionLevel
public boolean getHasProtectionLevel() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsInitiating
public boolean getIsInitiating() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsInitiating
public void setIsInitiating(boolean IsInitiating) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsOneWay
public boolean getIsOneWay() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsTerminating
public boolean getIsTerminating() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsTerminating
public void setIsTerminating(boolean IsTerminating) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getProtectionLevel
public ProtectionLevel getProtectionLevel() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setProtectionLevel
public void setProtectionLevel(ProtectionLevel ProtectionLevel) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getBeginMethod
public MethodInfo getBeginMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBeginMethod
public void setBeginMethod(MethodInfo BeginMethod) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEndMethod
public MethodInfo getEndMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEndMethod
public void setEndMethod(MethodInfo EndMethod) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSyncMethod
public MethodInfo getSyncMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSyncMethod
public void setSyncMethod(MethodInfo SyncMethod) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTaskMethod
public MethodInfo getTaskMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTaskMethod
public void setTaskMethod(MethodInfo TaskMethod) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDeclaringContract
public ContractDescription getDeclaringContract() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDeclaringContract
public void setDeclaringContract(ContractDescription DeclaringContract) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
getFaults
public FaultDescriptionCollection getFaults() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMessages
public MessageDescriptionCollection getMessages() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, NotSupportedException
-
-