|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ServerPreferences
.
This interface represents component which is able to set/get global preferences for WSO2 SOA Enablement Server. Preferences are representes in tagged form. You can use helpers which makes it easier to work with standard server preferences (security, transport, ...) in tagged form.
Field Summary | |
static TaggedValueTempl |
tvPREFERENCES
Deprecated. Template for tagged value which contains server preferences. |
static TaggedValueTempl |
tvPREFERENCES_TYPE
Deprecated. Template for tagged value which contains type of server preferences. |
static TaggedValueTempl |
tvRESULT_OK
Deprecated. Template for tagged value which contains result status of the operation. |
Method Summary | |
TaggedStructure |
getServerPreferences(TaggedStructure what)
Deprecated. Gets preferences of the server. |
TaggedStructure |
setServerPreferences(TaggedStructure prefs)
Deprecated. Sets preferences on the server. |
Field Detail |
public static final TaggedValueTempl tvPREFERENCES_TYPE
public static final TaggedValueTempl tvPREFERENCES
public static final TaggedValueTempl tvRESULT_OK
Method Detail |
public TaggedStructure getServerPreferences(TaggedStructure what) throws AdminServiceException
what
- determines which preferences to get.
AdminServiceException
- when it is impossible to get preferences.public TaggedStructure setServerPreferences(TaggedStructure prefs) throws AdminServiceException
prefs
- preferences.
AdminServiceException
- when it is impossible to set preferences.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |