Interface Soap11Header

All Superinterfaces:
SoapElement, SoapHeader

public interface Soap11Header extends SoapHeader
Subinterface of SoapHeader that exposes SOAP 1.1 functionality.
Since:
1.0.0
Author:
Arjen Poutsma
  • Method Details

    • examineHeaderElementsToProcess

      Iterator<SoapHeaderElement> examineHeaderElementsToProcess(String[] actors) throws SoapHeaderException
      Returns an Iterator over all the header elements that should be processed for the given actors. Headers target to the "next" actor or role will always be included.
      Parameters:
      actors - an array of actors to search for
      Returns:
      an iterator over all the header elements that contain the specified actors
      Throws:
      SoapHeaderException - if the headers cannot be returned
      See Also: