Class WebServiceRefAnnot

    • Method Detail

      • createWebServiceRefAnnotImpl

        public static WebServiceRefAnnot createWebServiceRefAnnotImpl()
      • mappedName

        public String mappedName()
        Returns:
        Returns the mappedName.
      • name

        public String name()
        Returns:
        Returns the name.
      • type

        public Class type()
        Returns:
        Returns the type.
      • value

        public Class value()
        Returns:
        Returns the value.
      • wsdlLocation

        public String wsdlLocation()
        Returns:
        Returns the wsdlLocation.
      • lookup

        public String lookup()
        Returns:
        Returns the lookup.
      • getTypeString

        public String getTypeString()
        Deprecated.
        Use type()
        Returns:
        Returns the typeString.
      • getValueString

        public String getValueString()
        Deprecated.
        Returns:
        Returns the valueString.
      • setMappedName

        public void setMappedName​(String mappedName)
        Parameters:
        mappedName - The mappedName to set.
      • setName

        public void setName​(String name)
        Parameters:
        name - The name to set.
      • setType

        public void setType​(Class type)
        Parameters:
        type - The type to set.
      • setValue

        public void setValue​(Class value)
        Parameters:
        value - The value to set.
      • setWsdlLocation

        public void setWsdlLocation​(String wsdlLocation)
        Parameters:
        wsdlLocation - The wsdlLocation to set.
      • getWsdlLocation

        public String getWsdlLocation()
        Returns:
        Returns the wsdlLocation.
      • setLookup

        public void setLookup​(String lookup)
        Parameters:
        lookup - A portable JNDI lookup name that resolves to the target web service reference.
      • setTypeString

        public void setTypeString​(String typeString)
        Deprecated.
        Parameters:
        typeString - The typeString to set.
      • setValueString

        public void setValueString​(String valueString)
        Deprecated.
        Parameters:
        valueString - The valueString to set.
      • toString

        public String toString()
        Convenience method for unit testing. We will print all of the data members here.
        Specified by:
        toString in interface Annotation
        Overrides:
        toString in class Object