public class ProtocolImporter extends NetObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web.Services
|
static java.lang.String |
className
Qualified class name: System.Web.Services.Description.ProtocolImporter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ProtocolImporter() |
ProtocolImporter(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 ProtocolImporter()
throws java.lang.Throwable
java.lang.Throwablepublic ProtocolImporter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddExtensionWarningComments(CodeCommentStatementCollection comments, ServiceDescriptionFormatExtensionCollection extensions) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
public static ProtocolImporter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ProtocolImporter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedProtocolImporter instancejava.lang.Throwable - in case of error during cast operationpublic XmlSchemas getAbstractSchemas() throws java.lang.Throwable
java.lang.Throwablepublic Binding getBinding() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getClassName()
throws java.lang.Throwable
java.lang.Throwablepublic CodeIdentifiers getClassNames() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionpublic CodeNamespace getCodeNamespace() throws java.lang.Throwable
java.lang.Throwablepublic CodeTypeDeclaration getCodeTypeDeclaration() throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemas getConcreteSchemas() throws java.lang.Throwable
java.lang.Throwablepublic Message getInputMessage() 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 java.lang.String getMethodName()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
OutOfMemoryException,
IndexOutOfRangeException,
MissingManifestResourceException,
NullReferenceException,
ObjectDisposedException,
RankException,
NotSupportedException,
SecurityException,
NotImplementedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNullReferenceExceptionObjectDisposedExceptionRankExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionpublic Operation getOperation() throws java.lang.Throwable
java.lang.Throwablepublic OperationBinding getOperationBinding() throws java.lang.Throwable
java.lang.Throwablepublic Message getOutputMessage() throws java.lang.Throwable
java.lang.Throwablepublic Port getPort() throws java.lang.Throwable
java.lang.Throwablepublic PortType getPortType() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getProtocolName()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemas getSchemas() throws java.lang.Throwable
java.lang.Throwablepublic Service getService() throws java.lang.Throwable
java.lang.Throwablepublic ServiceDescriptionCollection getServiceDescriptions() throws java.lang.Throwable
java.lang.Throwablepublic ServiceDescriptionImportStyle getStyle() throws java.lang.Throwable
java.lang.Throwablepublic ServiceDescriptionImportWarnings getWarnings() throws java.lang.Throwable
java.lang.Throwablepublic NetException OperationBindingSyntaxException(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic NetException OperationSyntaxException(java.lang.String text) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setWarnings(ServiceDescriptionImportWarnings Warnings) throws java.lang.Throwable
java.lang.Throwablepublic void UnsupportedBindingWarning(java.lang.String text)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void UnsupportedOperationBindingWarning(java.lang.String text)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void UnsupportedOperationWarning(java.lang.String text)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException