|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.capabilities.CException_Impl
----------------------------------------------------------------------
Field Summary | |
private java.util.ArrayList |
formats
|
Constructor Summary | |
CException_Impl(java.lang.String[] formats)
constructor initializing the class with the formats array |
Method Summary | |
void |
addFormat(java.lang.String format)
Adds a format to the CException's formats (if it is not defined yet). |
java.lang.String |
exportAsXML()
Returns an XML representation of this object. |
java.lang.String[] |
getFormats()
returns the possible formats of the exceptions |
void |
setFormats(java.lang.String[] formats)
sets the possible formats of the exceptions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.ArrayList formats
Constructor Detail |
public CException_Impl(java.lang.String[] formats)
Method Detail |
public java.lang.String[] getFormats()
getFormats
in interface CException
public void addFormat(java.lang.String format)
addFormat
in interface CException
format
- the name of the format to addpublic void setFormats(java.lang.String[] formats)
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |