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