Uses of Class
com.logicaldoc.webservice.doc.model.Stub
-
Packages that use Stub Package Description com.logicaldoc.webservice.doc.model com.logicaldoc.webservice.doc.service -
-
Uses of Stub in com.logicaldoc.webservice.doc.model
Methods in com.logicaldoc.webservice.doc.model that return Stub Modifier and Type Method Description StubWebMethodStubSet. getResponseStub()Methods in com.logicaldoc.webservice.doc.model that return types with arguments of type Stub Modifier and Type Method Description List<Stub>Stub. getChildStubs()List<Stub>WebMethodStubSet. getRequestStubs()Methods in com.logicaldoc.webservice.doc.model with parameters of type Stub Modifier and Type Method Description voidStub. addChild(Stub e)voidWebMethodStubSet. addRequetStub(Stub stub)voidWebMethodStubSet. setResponseStub(Stub responseStub) -
Uses of Stub in com.logicaldoc.webservice.doc.service
Methods in com.logicaldoc.webservice.doc.service that return Stub Modifier and Type Method Description static StubVariable2Stub. convertToStub(JavaLanguageVariable variable, StubTypeTreeRepository typeTreeRepository)
-