org.apache.axis2.jaxws.message.util.impl
Class SAAJConverterImpl.NameCreator
java.lang.Object
org.apache.axis2.jaxws.message.util.impl.SAAJConverterImpl.NameCreator
- Enclosing class:
- SAAJConverterImpl
protected class SAAJConverterImpl.NameCreator
- extends java.lang.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.
Method Summary |
javax.xml.soap.Name |
createName(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
Creates a Name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAAJConverterImpl.NameCreator
public SAAJConverterImpl.NameCreator(javax.xml.soap.SOAPEnvelope env)
SAAJConverterImpl.NameCreator
public SAAJConverterImpl.NameCreator(javax.xml.soap.SOAPFactory sf)
createName
public javax.xml.soap.Name createName(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
throws javax.xml.soap.SOAPException
- Creates a Name
- Parameters:
localName
- prefix
- uri
-
- Returns:
- Name
- Throws:
javax.xml.soap.SOAPException
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.