Class AllBuilder

All Implemented Interfaces:
XMLObjectBuilder<All>, WSPolicyObjectBuilder<All>

public class AllBuilder extends AbstractWSPolicyObjectBuilder<All>
Builder for the All element.
  • Constructor Details

    • AllBuilder

      public AllBuilder()
  • Method Details

    • buildObject

      @Nonnull public All buildObject()
      Builds a WS-Policy object.
      Specified by:
      buildObject in interface WSPolicyObjectBuilder<All>
      Specified by:
      buildObject in class AbstractWSPolicyObjectBuilder<All>
      Returns:
      the built object
    • buildObject

      @Nonnull public All buildObject(@Nullable String namespaceURI, @Nonnull String localName, @Nullable String namespacePrefix)
      Creates an XMLObject with a given fully qualified name.
      Specified by:
      buildObject in interface XMLObjectBuilder<All>
      Specified by:
      buildObject in class AbstractXMLObjectBuilder<All>
      Parameters:
      namespaceURI - the URI of the namespace the Element represented by this XMLObject will be in
      localName - the local name of the Element represented by this XMLObject
      namespacePrefix - the namespace prefix of the Element represented by this XMLObject
      Returns:
      the constructed XMLObject