Class JaxWsProxyFactoryBean

    • Constructor Detail

      • JaxWsProxyFactoryBean

        public JaxWsProxyFactoryBean()
    • Method Detail

      • setHandlers

        public void setHandlers​(List<javax.xml.ws.handler.Handler> h)
        Specifies a list of JAX-WS Handler implementations that are to be used by the proxy.
        Parameters:
        h - a List of Handler objects
      • getHandlers

        public List<javax.xml.ws.handler.Handler> getHandlers()
        Returns the configured list of JAX-WS handlers for the proxy.
        Returns:
        a List of Handler objects
      • setLoadHandlers

        public void setLoadHandlers​(boolean b)
      • isLoadHandlers

        public boolean isLoadHandlers()
      • create

        public Object create()
        Creates a JAX-WS proxy that can be used to make remote invocations.
        Overrides:
        create in class ClientProxyFactoryBean
        Returns:
        the proxy. You must cast the returned object to the approriate class before making remote calls