Class SoapRpcMethodAttribute

    • 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.SoapRpcMethodAttribute
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • SoapRpcMethodAttribute

        public SoapRpcMethodAttribute​(java.lang.Object instance)
                               throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • SoapRpcMethodAttribute

        public SoapRpcMethodAttribute()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SoapRpcMethodAttribute

        public SoapRpcMethodAttribute​(java.lang.String action)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getOneWay

        public boolean getOneWay()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setOneWay

        public void setOneWay​(boolean OneWay)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAction

        public java.lang.String getAction()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAction

        public void setAction​(java.lang.String Action)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBinding

        public java.lang.String getBinding()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBinding

        public void setBinding​(java.lang.String Binding)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRequestElementName

        public java.lang.String getRequestElementName()
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRequestElementName

        public void setRequestElementName​(java.lang.String RequestElementName)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRequestNamespace

        public java.lang.String getRequestNamespace()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRequestNamespace

        public void setRequestNamespace​(java.lang.String RequestNamespace)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getResponseElementName

        public java.lang.String getResponseElementName()
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setResponseElementName

        public void setResponseElementName​(java.lang.String ResponseElementName)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getResponseNamespace

        public java.lang.String getResponseNamespace()
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setResponseNamespace

        public void setResponseNamespace​(java.lang.String ResponseNamespace)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUse

        public SoapBindingUse getUse()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setUse

        public void setUse​(SoapBindingUse Use)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable