Package system.web.services.protocols
Class LogicalMethodInfo
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.services.protocols.LogicalMethodInfo
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class LogicalMethodInfo extends NetObject
The base .NET class managing System.Web.Services.Protocols.LogicalMethodInfo, System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Services.Protocols.LogicalMethodInfo
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.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Web.Servicesstatic java.lang.String
className
Qualified class name: System.Web.Services.Protocols.LogicalMethodInfostatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description LogicalMethodInfo()
LogicalMethodInfo(java.lang.Object instance)
Internal constructor.LogicalMethodInfo(MethodInfo methodInfo)
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web.Services- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.Services.Protocols.LogicalMethodInfo- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LogicalMethodInfo
public LogicalMethodInfo(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
LogicalMethodInfo
public LogicalMethodInfo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
LogicalMethodInfo
public LogicalMethodInfo(MethodInfo methodInfo) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
-
-
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 LogicalMethodInfo cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoLogicalMethodInfo
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
LogicalMethodInfo
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsBeginMethod
public static boolean IsBeginMethod(MethodInfo methodInfo) throws java.lang.Throwable, NotImplementedException, InvalidOperationException, ArgumentNullException, ArgumentException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
-
IsEndMethod
public static boolean IsEndMethod(MethodInfo methodInfo) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
-
BeginInvoke
public IAsyncResult BeginInvoke(NetObject target, NetObject[] values, AsyncCallback callback, NetObject asyncState) throws java.lang.Throwable, ArgumentException
- Throws:
java.lang.Throwable
ArgumentException
-
GetCustomAttribute
public NetObject GetCustomAttribute(NetType type) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
MissingMethodException
TargetInvocationException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
IndexOutOfRangeException
-
EndInvoke
public NetObject[] EndInvoke(NetObject target, IAsyncResult asyncResult) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetCustomAttributes
public NetObject[] GetCustomAttributes(NetType type) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
AbandonedMutexException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
MissingMethodException
TargetInvocationException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
FormatException
-
Invoke
public NetObject[] Invoke(NetObject target, NetObject[] values) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Create
public static LogicalMethodInfo[] Create(MethodInfo[] methodInfos) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, NotImplementedException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, MissingManifestResourceException
-
Create
public static LogicalMethodInfo[] Create(MethodInfo[] methodInfos, LogicalMethodTypes types) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException, NotImplementedException, InvalidOperationException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, MissingManifestResourceException
-
getIsAsync
public boolean getIsAsync() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsVoid
public boolean getIsVoid() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCustomAttributeProvider
public ICustomAttributeProvider getCustomAttributeProvider() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getReturnTypeCustomAttributeProvider
public ICustomAttributeProvider getReturnTypeCustomAttributeProvider() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBeginMethodInfo
public MethodInfo getBeginMethodInfo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEndMethodInfo
public MethodInfo getEndMethodInfo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMethodInfo
public MethodInfo getMethodInfo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAsyncCallbackParameter
public ParameterInfo getAsyncCallbackParameter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAsyncResultParameter
public ParameterInfo getAsyncResultParameter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAsyncStateParameter
public ParameterInfo getAsyncStateParameter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInParameters
public final ParameterInfo[] getInParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOutParameters
public final ParameterInfo[] getOutParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getParameters
public final ParameterInfo[] getParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDeclaringType
public NetType getDeclaringType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getReturnType
public NetType getReturnType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-