Class HandlerRef

All Implemented Interfaces:
Serializable, Cloneable

public class HandlerRef extends AbstractRef
Represents a reference handler for a web service.
See Also:
  • Field Details

  • Constructor Details

    • HandlerRef

      public HandlerRef(String refname, String handlerClass)
      Create a new HandlerRef with the specified reference name and handler class.
      Parameters:
      refname - The reference name
      handlerClass - The handler class name
    • HandlerRef

      public HandlerRef(String refname, String handlerClass, String factory, String factoryLocation)
      Create a new HandlerRef with the specified parameters.
      Parameters:
      refname - The reference name
      handlerClass - The handler class name
      factory - The factory class name
      factoryLocation - The factory location
  • Method Details