Removed aegis binding
git-svn-id: https://brutex.net/svn/xservices/trunk@134 e7e49efb-446e-492e-b9ec-fcafc1997a86xservices-jre6
parent
a7bfde4686
commit
0be38252ec
|
@ -18,14 +18,12 @@ package net.brutex.xservices.types;
|
||||||
|
|
||||||
import net.brutex.xservices.util.BrutexNamespaces;
|
import net.brutex.xservices.util.BrutexNamespaces;
|
||||||
|
|
||||||
import org.apache.cxf.aegis.type.java5.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Host information.
|
* Host information.
|
||||||
* @author Brian Rosenberger, bru@brutex.de
|
* @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 class HostinfoType {
|
||||||
|
|
||||||
public final static String XML_NAME="hostinfo";
|
public final static String XML_NAME="hostinfo";
|
||||||
|
|
Loading…
Reference in New Issue