|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Xat2 | |
---|---|
fr.etai.xat2v2.aggregator | |
fr.etai.xat2v2.dict | This package contains classes that handle dictionaries. |
fr.etai.xat2v2.obj | |
fr.etai.xat2v2.util | Classes in this package are all utility classes. |
Uses of Xat2 in fr.etai.xat2v2.aggregator |
---|
Methods in fr.etai.xat2v2.aggregator with parameters of type Xat2 | |
---|---|
void |
BasicXat2MessageAggregator.aggregate(Xat2 target,
Map<String,Xat2> messagesMap)
Aggregates messages. |
abstract void |
Xat2MessageAggregator.aggregate(Xat2 target,
Map<String,Xat2> messagesMap)
|
void |
Xat2MessageAggregator.aggregate(Xat2 target,
Xat2... messages)
|
void |
Xat2MessageAggregator.aggregate(Xat2 target,
Xat2... messages)
|
Method parameters in fr.etai.xat2v2.aggregator with type arguments of type Xat2 | |
---|---|
void |
BasicXat2MessageAggregator.aggregate(Xat2 target,
Map<String,Xat2> messagesMap)
Aggregates messages. |
abstract void |
Xat2MessageAggregator.aggregate(Xat2 target,
Map<String,Xat2> messagesMap)
|
Uses of Xat2 in fr.etai.xat2v2.dict |
---|
Methods in fr.etai.xat2v2.dict with parameters of type Xat2 | |
---|---|
DictionaryError[] |
DictionaryValidator.validate(Xat2 xat2)
|
Uses of Xat2 in fr.etai.xat2v2.obj |
---|
Methods in fr.etai.xat2v2.obj that return Xat2 | |
---|---|
Xat2 |
Xat2Unmarshaller.unmarshal(byte[] xat2Content)
|
Xat2 |
Xat2Unmarshaller.unmarshal(File f)
|
Xat2 |
Xat2Unmarshaller.unmarshal(InputSource source)
|
Xat2 |
Xat2Unmarshaller.unmarshal(InputStream is)
|
Xat2 |
Xat2Unmarshaller.unmarshal(Node node)
|
Xat2 |
Xat2Unmarshaller.unmarshal(Reader reader)
|
Xat2 |
Xat2Unmarshaller.unmarshal(URL url)
|
Uses of Xat2 in fr.etai.xat2v2.util |
---|
Methods in fr.etai.xat2v2.util with parameters of type Xat2 | |
---|---|
static void |
Xat2Util.addAppId(Xat2 xat2,
String appId)
Adds an applicationId to the xat2 |
static void |
Xat2Util.addVerb(Xat2 xat2,
String verb)
Adds a verb to the xat2 |
static String |
Xat2Util.getApplicationId(Xat2 xat2)
Gets the applicationId from the XAT2 objects hierarchy. |
static Message[] |
Xat2Util.getErrors(Xat2 xat2)
Returns all the error messages contained in the xat2 message. |
static String[] |
Xat2Util.getVerbOptions(Xat2 xat2,
String verb)
Gets the options linked to a specific verb |
static String[] |
Xat2Util.getVerbs(Xat2 xat2)
Extract the verbs from the xat2 |
static boolean |
Xat2Util.hasErrorMessage(Xat2 xat2)
Checks if the xat2 message contains a least one error message. |
static void |
Xat2Util.setFirstVerb(Xat2 xat2,
String verb)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |