Package system.web.services.description
Class ProtocolImporter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.services.description.ProtocolImporter
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
SoapProtocolImporter
public class ProtocolImporter extends NetObject
The base .NET class managing System.Web.Services.Description.ProtocolImporter, 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.Description.ProtocolImporter
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.Description.ProtocolImporterstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ProtocolImporter()
ProtocolImporter(java.lang.Object instance)
Internal constructor.
-
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.Description.ProtocolImporter- See Also:
- Constant Field Values
-
-
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 ProtocolImporter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoProtocolImporter
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ProtocolImporter
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
OperationBindingSyntaxException
public NetException OperationBindingSyntaxException(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
OperationSyntaxException
public NetException OperationSyntaxException(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
AddExtensionWarningComments
public void AddExtensionWarningComments(CodeCommentStatementCollection comments, ServiceDescriptionFormatExtensionCollection extensions) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
UnsupportedBindingWarning
public void UnsupportedBindingWarning(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
UnsupportedOperationBindingWarning
public void UnsupportedOperationBindingWarning(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
UnsupportedOperationWarning
public void UnsupportedOperationWarning(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
getCodeNamespace
public CodeNamespace getCodeNamespace() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCodeTypeDeclaration
public CodeTypeDeclaration getCodeTypeDeclaration() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getClassName
public java.lang.String getClassName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMethodName
public java.lang.String getMethodName() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, OutOfMemoryException, IndexOutOfRangeException, MissingManifestResourceException, NullReferenceException, ObjectDisposedException, RankException, NotSupportedException, SecurityException, NotImplementedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
OutOfMemoryException
IndexOutOfRangeException
MissingManifestResourceException
NullReferenceException
ObjectDisposedException
RankException
NotSupportedException
SecurityException
NotImplementedException
-
getProtocolName
public java.lang.String getProtocolName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBinding
public Binding getBinding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInputMessage
public Message getInputMessage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOutputMessage
public Message getOutputMessage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOperation
public Operation getOperation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOperationBinding
public OperationBinding getOperationBinding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPort
public Port getPort() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPortType
public PortType getPortType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getService
public Service getService() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getServiceDescriptions
public ServiceDescriptionCollection getServiceDescriptions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStyle
public ServiceDescriptionImportStyle getStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWarnings
public ServiceDescriptionImportWarnings getWarnings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWarnings
public void setWarnings(ServiceDescriptionImportWarnings Warnings) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getClassNames
public CodeIdentifiers getClassNames() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
CultureNotFoundException
-
getAbstractSchemas
public XmlSchemas getAbstractSchemas() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getConcreteSchemas
public XmlSchemas getConcreteSchemas() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSchemas
public XmlSchemas getSchemas() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-