net.java.trueupdate.agent.jms.dto.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trueupdate-agent-jms Show documentation
Show all versions of trueupdate-agent-jms Show documentation
Provides an update agent controller which depends on the JMS API.
/*
* Copyright (C) 2013 Schlichtherle IT Services & Stimulus Software.
* All rights reserved. Use is subject to license terms.
*/
/**
* Provides Data Transfer Objects (DTO) for configuring an update agent.
* This package is used with JAXB to load some configuration.
*
* @author Christian Schlichtherle
*/
@javax.xml.bind.annotation.XmlSchema(
namespace = "https://trueupdate.java.net/xml/ns/config",
elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package net.java.trueupdate.agent.jms.dto;