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 Details

    • WebMethodStubSet

      public WebMethodStubSet()
  • Method Details

    • getMethodName

      public String getMethodName()
    • setMethodName

      public void setMethodName(String methodName)
    • getResponseStub

      public Stub getResponseStub()
    • setResponseStub

      public void setResponseStub(Stub responseStub)
    • getRequestStubs

      public List<Stub> getRequestStubs()
    • addRequetStub

      public void addRequetStub(Stub stub)
    • getStubTypeTreeRepository

      public StubTypeTreeRepository getStubTypeTreeRepository()
    • isInheritanceInvolved

      public boolean isInheritanceInvolved()
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)