package org.opennaas.extensions.router.opener.client.rpc; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement(name = "setInterface", namespace = "http://www.craax.upc.edu/axis2/quagga_openapi") @XmlAccessorType(XmlAccessType.FIELD) public class SetInterfaceResponse extends AbstractResponse { }