Class WebMethodStubSet
java.lang.Object
com.logicaldoc.webservice.doc.model.WebMethodStubSet
it correspond to a method in a web service
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddRequetStub(Stub stub) booleanvoidsetDescription(String description) voidsetMethodName(String methodName) voidsetResponseStub(Stub responseStub) 
- 
Constructor Details- 
WebMethodStubSetpublic WebMethodStubSet()
 
- 
- 
Method Details- 
getMethodName
- 
setMethodName
- 
getResponseStub
- 
setResponseStub
- 
getRequestStubs
- 
addRequetStub
- 
getStubTypeTreeRepository
- 
isInheritanceInvolvedpublic boolean isInheritanceInvolved()
- 
getDescription
- 
setDescription
 
-