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.StringassemblyFullNameFully assembly qualified name: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Web.Servicesstatic java.lang.StringclassNameQualified class name: System.Web.Services.Description.ProtocolImporterstatic JCTypeclassTypeThe 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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ProtocolImporter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoProtocolImporter, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ProtocolImporterinstance- 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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionObjectDisposedExceptionRankExceptionNotSupportedExceptionSecurityExceptionNotImplementedException
-
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.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundException
-
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
-
-