|
1 |
| |
|
2 |
| |
|
3 |
| |
|
4 |
| |
|
5 |
| |
|
6 |
| |
|
7 |
| |
|
8 |
| package org.globus.cas.faults; |
|
9 |
| |
|
10 |
| public class NoPermissionFault extends org.apache.axis.AxisFault { |
|
11 |
| public java.lang.String description; |
|
12 |
0
| public java.lang.String getDescription() {
|
|
13 |
0
| return this.description;
|
|
14 |
| } |
|
15 |
| |
|
16 |
0
| public NoPermissionFault() {
|
|
17 |
| } |
|
18 |
| |
|
19 |
0
| public NoPermissionFault(java.lang.String description) {
|
|
20 |
0
| this.description = description;
|
|
21 |
| } |
|
22 |
| |
|
23 |
| |
|
24 |
| |
|
25 |
| |
|
26 |
0
| public void writeDetails(javax.xml.namespace.QName qname, org.apache.axis.encoding.SerializationContext context) throws java.io.IOException {
|
|
27 |
0
| context.serialize(qname, null, description);
|
|
28 |
| } |
|
29 |
| } |