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 Stub
WebMethodStubSet. 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 void
Stub. addChild(Stub e)
void
WebMethodStubSet. addRequetStub(Stub stub)
void
WebMethodStubSet. 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 Stub
Variable2Stub. convertToStub(JavaLanguageVariable variable, StubTypeTreeRepository typeTreeRepository)
-