public class JaxrsConfigForJersey
extends java.lang.Object
implements java.io.Serializable
JAX configuration.
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.
|
Constructor and Description |
---|
JaxrsConfigForJersey() |
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.
public double defaultHoldTime
Default saving time.
public final boolean equals(java.lang.Object obj)
Determines whether the type of Jersey object.
equals
in class java.lang.Object
obj
-public final int hashCode()
hashCode
in class java.lang.Object