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 Summary
Constructors Constructor Description NameCreator(SOAPEnvelope env)
NameCreator(SOAPFactory sf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Name
createName(String localName, String prefix, String uri)
Creates a Name
-
-
-
Constructor Detail
-
NameCreator
public NameCreator(SOAPEnvelope env)
-
NameCreator
public NameCreator(SOAPFactory sf)
-
-
Method Detail
-
createName
public Name createName(String localName, String prefix, String uri) throws SOAPException
Creates a Name- Parameters:
localName
-prefix
-uri
-- Returns:
- Name
- Throws:
SOAPException
-
-