Class WebComponentInvocation

    • Constructor Detail

      • WebComponentInvocation

        public WebComponentInvocation​(WebModule wm)
      • WebComponentInvocation

        public WebComponentInvocation​(WebModule wm,
                                      Object instance)
      • WebComponentInvocation

        public WebComponentInvocation​(WebModule wm,
                                      Object instance,
                                      String instanceName)
    • Method Detail

      • setWebServiceTie

        public void setWebServiceTie​(Object tie)
      • getWebServiceTie

        public Object getWebServiceTie()
      • setWebServiceMethod

        public void setWebServiceMethod​(Method method)
      • getWebServiceMethod

        public Method getWebServiceMethod()