Class WebMethodStubSet
- java.lang.Object
-
- com.logicaldoc.webservice.doc.model.WebMethodStubSet
-
public class WebMethodStubSet extends Object
it correspond to a method in a web service
-
-
Constructor Summary
Constructors Constructor Description WebMethodStubSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRequetStub(Stub stub)
String
getDescription()
String
getMethodName()
List<Stub>
getRequestStubs()
Stub
getResponseStub()
StubTypeTreeRepository
getStubTypeTreeRepository()
boolean
isInheritanceInvolved()
void
setDescription(String description)
void
setMethodName(String methodName)
void
setResponseStub(Stub responseStub)
-
-
-
Method Detail
-
getMethodName
public String getMethodName()
-
setMethodName
public void setMethodName(String methodName)
-
getResponseStub
public Stub getResponseStub()
-
setResponseStub
public void setResponseStub(Stub responseStub)
-
addRequetStub
public void addRequetStub(Stub stub)
-
getStubTypeTreeRepository
public StubTypeTreeRepository getStubTypeTreeRepository()
-
isInheritanceInvolved
public boolean isInheritanceInvolved()
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-