@WebService(endpointInterface = "com.ticomgeo.interfaces._2010.geonet.healthandstatus.v2.HealthAndStatusPortType",
portName = "HealthAndStatusPort",
wsdlLocation = "WEB-INF/classes/HealthAndStatusServiceV2.wsdl", serviceName = "HealthAndStatusService",
targetNamespace = "http://interfaces.ticomgeo.com/2010/geonet/HealthAndStatus/v2")
@HandlerChain(file="/HandlerChain.xml")
@XmlSeeAlso({
com.ticomgeo.schemas._2010.geonet.classificationtypes.v0.ObjectFactory.class,
com.ticomgeo.schemas._2010.geonet.designatortypes.v0.ObjectFactory.class,
com.ticomgeo.schemas._2010.geonet.basictypes.v0.ObjectFactory.class,
com.ticomgeo.schemas._2010.geonet.healthandstatusspecialtypes.v2.ObjectFactory.class,
com.ticomgeo.schemas._2010.geonet.platformandsystemtypes.v2.ObjectFactory.class,
com.ticomgeo.schemas._2010.geonet.common.signaltypes.v0.ObjectFactory.class,
com.ticomgeo.schemas._2010.geonet.platformantennatypes.v0.ObjectFactory.class,
com.ticomgeo.schemas._2010.geonet.platformandsystemresourcetypes.v0.ObjectFactory.class,
com.ticomgeo.schemas._2010.geonet.common.servicemessagetypes.v0.ObjectFactory.class,
com.ticomgeo.schemas._2010.geonet.healthandstatusspecialgeoservicetypes.v2.ObjectFactory.class })
public class HealthAndStatusPortImpl extends EimWebService implements HealthAndStatusPortType {
private final static Logger log = Logger.getLogger(new Exception().getStackTrace()[0]
.getClassName());
private final static Logger LOGGER=log;
private HSProperties props;
private ServiceState serviceState;
private AggregatorConnectionThread aggregatorConnectionThread;
public String configHome=null;
@Resource(name="wscontext")
private WebServiceContext wscontext;
public void loadProperties() {
if (wscontext==null){
throw new RuntimeException("wscontext = "+wscontext);
}