com.supermap.services.rest

Class JaxrsConfigForJersey

  • java.lang.Object
    • com.supermap.services.rest.JaxrsConfigForJersey
  • All Implemented Interfaces:
    java.io.Serializable


    public class JaxrsConfigForJersey
    extends java.lang.Object
    implements java.io.Serializable
    

    JAX configuration.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String accessControlAllowOrigin
      This field sets which services the REST service can access across domains, with a value of "*", indicating that all services can access the current REST service across domains.
      double defaultHoldTime
      Default saving time.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Determines whether the type of Jersey object.
      int hashCode()
      Gets the hash value of the object instance
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • accessControlAllowOrigin

        public java.lang.String accessControlAllowOrigin
        

        This field sets which services the REST service can access across domains, with a value of "*", indicating that all services can access the current REST service across domains.

      • defaultHoldTime

        public double defaultHoldTime
        

        Default saving time.

    • Constructor Detail

      • JaxrsConfigForJersey

        public JaxrsConfigForJersey()
        
    • Method Detail

      • equals

        public final boolean equals(java.lang.Object obj)
        

        Determines whether the type of Jersey object.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj -
        Returns:
      • hashCode

        public final int hashCode()
        
        Gets the hash value of the object instance
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        hash value