Class SAAJConverterImpl.NameCreator

java.lang.Object
org.apache.axis2.jaxws.message.util.impl.SAAJConverterImpl.NameCreator
Enclosing class:
SAAJConverterImpl

protected class SAAJConverterImpl.NameCreator extends Object
A Name can be created from either a SOAPEnvelope or SOAPFactory. Either one or the other is available when the converter is called. NameCreator provides a level of abstraction which simplifies the code.
  • Constructor Details

    • NameCreator

      public NameCreator(jakarta.xml.soap.SOAPEnvelope env)
    • NameCreator

      public NameCreator(jakarta.xml.soap.SOAPFactory sf)
  • Method Details

    • createName

      public jakarta.xml.soap.Name createName(String localName, String prefix, String uri) throws jakarta.xml.soap.SOAPException
      Creates a Name
      Parameters:
      localName -
      prefix -
      uri -
      Returns:
      Name
      Throws:
      jakarta.xml.soap.SOAPException