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 |
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(SOAPEnvelope env)
SAAJConverterImpl.NameCreator
public SAAJConverterImpl.NameCreator(SOAPFactory sf)
createName
public Name createName(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
throws SOAPException
- Creates a Name
- Parameters:
localName
- prefix
- uri
-
- Returns:
- Name
- Throws:
SOAPException
Copyright © 2007 Apache Web Services Project. All Rights Reserved.