Uses of Class
com.sun.xml.ws.api.ha.HaInfo
-
Packages that use HaInfo Package Description com.sun.xml.ws.commons.ha com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. -
-
Uses of HaInfo in com.sun.xml.ws.commons.ha
Methods in com.sun.xml.ws.commons.ha that return HaInfo Modifier and Type Method Description static HaInfoHaContext. currentHaInfo()Methods in com.sun.xml.ws.commons.ha with parameters of type HaInfo Modifier and Type Method Description static StringHaContext. asString(HaInfo haInfo)static voidHaContext. updateHaInfo(HaInfo newValue) -
Uses of HaInfo in com.sun.xml.ws.transport.http.servlet
Methods in com.sun.xml.ws.transport.http.servlet that return HaInfo Modifier and Type Method Description HaInfoServletConnectionImpl. getHaInfo()Methods in com.sun.xml.ws.transport.http.servlet with parameters of type HaInfo Modifier and Type Method Description voidServletConnectionImpl. setHaInfo(HaInfo replicaInfo)
-