Class WebServiceHandler

  • All Implemented Interfaces:
    Serializable

    public class WebServiceHandler
    extends Descriptor
    This class describes a web service message handler.
    Author:
    Jerome Dochez, Kenneth Saks
    See Also:
    Serialized Form
    • Constructor Detail

      • WebServiceHandler

        public WebServiceHandler​(WebServiceHandler other)
        copy constructor.
      • WebServiceHandler

        public WebServiceHandler()
    • Method Detail

      • setHandlerClass

        public void setHandlerClass​(String className)
        Sets the class name for this handler
        Parameters:
        class - name
      • getHandlerClass

        public String getHandlerClass()
        Returns:
        the class name for this handler
      • setHandlerName

        public void setHandlerName​(String name)
      • getHandlerName

        public String getHandlerName()
      • addInitParam

        public void addInitParam​(NameValuePairDescriptor newInitParam)
        add an init param to this handler
        Parameters:
        the - init param
      • removeInitParam

        public void removeInitParam​(NameValuePairDescriptor initParamToRemove)
        remove an init param from this handler
        Parameters:
        the - init param
      • getInitParams

        public Collection getInitParams()
        Returns:
        the list of init params for this handler
      • addSoapHeader

        public void addSoapHeader​(QName soapHeader)
      • removeSoapHeader

        public void removeSoapHeader​(QName soapHeader)
      • getSoapHeaders

        public Collection getSoapHeaders()
      • addSoapRole

        public void addSoapRole​(String soapRole)
      • removeSoapRole

        public void removeSoapRole​(String soapRole)
      • addPortName

        public void addPortName​(String portName)
      • removePortName

        public void removePortName​(String portName)