Class WebMethodStubSet


  • public class WebMethodStubSet
    extends Object
    it correspond to a method in a web service
    • Constructor Detail

      • WebMethodStubSet

        public WebMethodStubSet()
    • Method Detail

      • 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)
      • isInheritanceInvolved

        public boolean isInheritanceInvolved()
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)