KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ejbca > core > protocol > ws > jaxws > RevokeUserResponse


1
2 package org.ejbca.core.protocol.ws.jaxws;
3
4 import javax.xml.bind.annotation.XmlAccessType;
5 import javax.xml.bind.annotation.XmlAccessorType;
6 import javax.xml.bind.annotation.XmlRootElement;
7 import javax.xml.bind.annotation.XmlType;
8
9 @XmlRootElement(name = "revokeUserResponse", namespace = "http://ws.protocol.core.ejbca.org/")
10 @XmlAccessorType(XmlAccessType.FIELD)
11 @XmlType(name = "revokeUserResponse", namespace = "http://ws.protocol.core.ejbca.org/")
12 public class RevokeUserResponse {
13
14
15 }
16
Popular Tags