Class SAAJConverterImpl.NameCreator
java.lang.Object
org.apache.axis2.jaxws.message.util.impl.SAAJConverterImpl.NameCreator
- Enclosing class:
- SAAJConverterImpl
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 Summary
ConstructorsConstructorDescriptionNameCreator(jakarta.xml.soap.SOAPEnvelope env) NameCreator(jakarta.xml.soap.SOAPFactory sf) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.soap.NamecreateName(String localName, String prefix, String uri) Creates a Name
-
Constructor Details
-
NameCreator
public NameCreator(jakarta.xml.soap.SOAPEnvelope env) -
NameCreator
public NameCreator(jakarta.xml.soap.SOAPFactory sf)
-
-
Method Details