com.aonaware.services.webservices
Interface DictServiceSoap


public interface DictServiceSoap

This class was generated by Apache CXF 2.2.3 Thu Jan 21 16:46:23 CET 2010 Generated source version: 2.2.3


Method Summary
 WordDefinition define(java.lang.String word)
           
 WordDefinition defineInDict(java.lang.String dictId, java.lang.String word)
           
 java.lang.String dictionaryInfo(java.lang.String dictId)
           
 ArrayOfDictionary dictionaryList()
           
 ArrayOfDictionary dictionaryListExtended()
           
 ArrayOfDictionaryWord match(java.lang.String word, java.lang.String strategy)
           
 ArrayOfDictionaryWord matchInDict(java.lang.String dictId, java.lang.String word, java.lang.String strategy)
           
 java.lang.String serverInfo()
           
 ArrayOfStrategy strategyList()
           
 

Method Detail

dictionaryList

@RequestWrapper(localName="DictionaryList",
                targetNamespace="http://services.aonaware.com/webservices/",
                className="com.aonaware.services.webservices.DictionaryList")
@ResponseWrapper(localName="DictionaryListResponse",
                 targetNamespace="http://services.aonaware.com/webservices/",
                 className="com.aonaware.services.webservices.DictionaryListResponse")
ArrayOfDictionary dictionaryList()

defineInDict

@RequestWrapper(localName="DefineInDict",
                targetNamespace="http://services.aonaware.com/webservices/",
                className="com.aonaware.services.webservices.DefineInDict")
@ResponseWrapper(localName="DefineInDictResponse",
                 targetNamespace="http://services.aonaware.com/webservices/",
                 className="com.aonaware.services.webservices.DefineInDictResponse")
WordDefinition defineInDict(java.lang.String dictId,
                                                           java.lang.String word)

dictionaryListExtended

@RequestWrapper(localName="DictionaryListExtended",
                targetNamespace="http://services.aonaware.com/webservices/",
                className="com.aonaware.services.webservices.DictionaryListExtended")
@ResponseWrapper(localName="DictionaryListExtendedResponse",
                 targetNamespace="http://services.aonaware.com/webservices/",
                 className="com.aonaware.services.webservices.DictionaryListExtendedResponse")
ArrayOfDictionary dictionaryListExtended()

define

@RequestWrapper(localName="Define",
                targetNamespace="http://services.aonaware.com/webservices/",
                className="com.aonaware.services.webservices.Define")
@ResponseWrapper(localName="DefineResponse",
                 targetNamespace="http://services.aonaware.com/webservices/",
                 className="com.aonaware.services.webservices.DefineResponse")
WordDefinition define(java.lang.String word)

serverInfo

@RequestWrapper(localName="ServerInfo",
                targetNamespace="http://services.aonaware.com/webservices/",
                className="com.aonaware.services.webservices.ServerInfo")
@ResponseWrapper(localName="ServerInfoResponse",
                 targetNamespace="http://services.aonaware.com/webservices/",
                 className="com.aonaware.services.webservices.ServerInfoResponse")
java.lang.String serverInfo()

match

@RequestWrapper(localName="Match",
                targetNamespace="http://services.aonaware.com/webservices/",
                className="com.aonaware.services.webservices.Match")
@ResponseWrapper(localName="MatchResponse",
                 targetNamespace="http://services.aonaware.com/webservices/",
                 className="com.aonaware.services.webservices.MatchResponse")
ArrayOfDictionaryWord match(java.lang.String word,
                                                           java.lang.String strategy)

dictionaryInfo

@RequestWrapper(localName="DictionaryInfo",
                targetNamespace="http://services.aonaware.com/webservices/",
                className="com.aonaware.services.webservices.DictionaryInfo")
@ResponseWrapper(localName="DictionaryInfoResponse",
                 targetNamespace="http://services.aonaware.com/webservices/",
                 className="com.aonaware.services.webservices.DictionaryInfoResponse")
java.lang.String dictionaryInfo(java.lang.String dictId)

strategyList

@RequestWrapper(localName="StrategyList",
                targetNamespace="http://services.aonaware.com/webservices/",
                className="com.aonaware.services.webservices.StrategyList")
@ResponseWrapper(localName="StrategyListResponse",
                 targetNamespace="http://services.aonaware.com/webservices/",
                 className="com.aonaware.services.webservices.StrategyListResponse")
ArrayOfStrategy strategyList()

matchInDict

@RequestWrapper(localName="MatchInDict",
                targetNamespace="http://services.aonaware.com/webservices/",
                className="com.aonaware.services.webservices.MatchInDict")
@ResponseWrapper(localName="MatchInDictResponse",
                 targetNamespace="http://services.aonaware.com/webservices/",
                 className="com.aonaware.services.webservices.MatchInDictResponse")
ArrayOfDictionaryWord matchInDict(java.lang.String dictId,
                                                                 java.lang.String word,
                                                                 java.lang.String strategy)


Copyright © 2010 OW2 Consortium. All Rights Reserved.