Removed aegis binding

git-svn-id: https://brutex.net/svn/xservices/trunk@134 e7e49efb-446e-492e-b9ec-fcafc1997a86
xservices-jre6
Brian Rosenberger 2013-02-11 09:14:51 +00:00
parent a7bfde4686
commit 0be38252ec
1 changed files with 1 additions and 3 deletions

View File

@ -18,14 +18,12 @@ package net.brutex.xservices.types;
import net.brutex.xservices.util.BrutexNamespaces;
import org.apache.cxf.aegis.type.java5.XmlType;
/**
* Host information.
* @author Brian Rosenberger, bru@brutex.de
*/
@XmlType(name=HostinfoType.XML_NAME, namespace=BrutexNamespaces.WS_XSERVICES)
@javax.xml.bind.annotation.XmlType(name=HostinfoType.XML_NAME, namespace=BrutexNamespaces.WS_XSERVICES)
public class HostinfoType {
public final static String XML_NAME="hostinfo";