Uses of Class
com.logicaldoc.webservice.doc.model.WebMethodStubSet
-
Packages that use WebMethodStubSet Package Description com.logicaldoc.webservice.doc com.logicaldoc.webservice.doc.model com.logicaldoc.webservice.doc.service -
-
Uses of WebMethodStubSet in com.logicaldoc.webservice.doc
Methods in com.logicaldoc.webservice.doc with parameters of type WebMethodStubSet Modifier and Type Method Description abstract StringWebMethodDisplayEngine. displayWebMethod(WebMethodStubSet methodStubSet) -
Uses of WebMethodStubSet in com.logicaldoc.webservice.doc.model
Methods in com.logicaldoc.webservice.doc.model that return types with arguments of type WebMethodStubSet Modifier and Type Method Description List<WebMethodStubSet>WebServiceStubSet. getMethodStubs()Methods in com.logicaldoc.webservice.doc.model with parameters of type WebMethodStubSet Modifier and Type Method Description voidWebServiceStubSet. addMethodStub(WebMethodStubSet methodStub) -
Uses of WebMethodStubSet in com.logicaldoc.webservice.doc.service
Methods in com.logicaldoc.webservice.doc.service that return WebMethodStubSet Modifier and Type Method Description static WebMethodStubSetWebMethodStubSetFactory. createWebMethodStubSet(Method method)
-