Class WSDDDeployableItem

    • Field Detail

      • scopeStrings

        public static java.lang.String[] scopeStrings
      • log

        protected static org.apache.commons.logging.Log log
      • qname

        protected QName qname
        Our name
      • type

        protected QName type
        Our type
      • scope

        protected int scope
        Scope for this item (default is singleton)
      • singletonInstance

        protected Handler singletonInstance
        Placeholder for hanging on to singleton object
    • Constructor Detail

      • WSDDDeployableItem

        public WSDDDeployableItem()
        Default constructor
      • WSDDDeployableItem

        public WSDDDeployableItem​(org.w3c.dom.Element e)
                           throws WSDDException
        Parameters:
        e - (Element) XXX
        Throws:
        WSDDException - XXX
    • Method Detail

      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - XXX
      • setQName

        public void setQName​(QName qname)
      • getQName

        public QName getQName()
        Returns:
        XXX
      • getType

        public QName getType()
        Returns:
        XXX
      • setType

        public void setType​(QName type)
        Parameters:
        type - XXX
      • setParameter

        public void setParameter​(java.lang.String name,
                                 java.lang.String value)
        Set a parameter
      • getParameter

        public java.lang.String getParameter​(java.lang.String name)
        Get the value of one of our parameters
      • getParametersTable

        public LockableHashtable getParametersTable()
        Returns the config parameters as a hashtable (lockable)
        Returns:
        XXX
      • setOptionsHashtable

        public void setOptionsHashtable​(java.util.Hashtable hashtable)
        Convenience method for using old deployment XML with WSDD. This allows us to set the options directly after the Admin class has parsed them out of the old format.
      • writeParamsToContext

        public void writeParamsToContext​(SerializationContext context)
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • removeParameter

        public void removeParameter​(java.lang.String name)
        Parameters:
        name - XXX
      • getJavaClass

        public java.lang.Class getJavaClass()
                                     throws java.lang.ClassNotFoundException
        Returns:
        XXX
        Throws:
        java.lang.ClassNotFoundException - XXX