Class WebMethodAttribute

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

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

      • WebMethodAttribute

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

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

        public WebMethodAttribute​(boolean enableSession)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • WebMethodAttribute

        public WebMethodAttribute​(boolean enableSession,
                                  TransactionOption transactionOption)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • WebMethodAttribute

        public WebMethodAttribute​(boolean enableSession,
                                  TransactionOption transactionOption,
                                  int cacheDuration)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • WebMethodAttribute

        public WebMethodAttribute​(boolean enableSession,
                                  TransactionOption transactionOption,
                                  int cacheDuration,
                                  boolean bufferResponse)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getBufferResponse

        public boolean getBufferResponse()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBufferResponse

        public void setBufferResponse​(boolean BufferResponse)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getEnableSession

        public boolean getEnableSession()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setEnableSession

        public void setEnableSession​(boolean EnableSession)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCacheDuration

        public int getCacheDuration()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCacheDuration

        public void setCacheDuration​(int CacheDuration)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTransactionOption

        public TransactionOption getTransactionOption()
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTransactionOption

        public void setTransactionOption​(TransactionOption TransactionOption)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDescription

        public java.lang.String getDescription()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDescription

        public void setDescription​(java.lang.String Description)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMessageName

        public java.lang.String getMessageName()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMessageName

        public void setMessageName​(java.lang.String MessageName)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable