com.infoengine.soap.util.saaj
Class Name_Impl

java.lang.Object
  extended bycom.infoengine.soap.util.saaj.Name_Impl
All Implemented Interfaces:
javax.xml.soap.Name

public class Name_Impl
extends Object
implements javax.xml.soap.Name


Field Summary
protected  String local
           
protected  String prefix
           
protected  String uri
           
 
Constructor Summary
(package private) Name_Impl(javax.xml.soap.Name n)
           
  Name_Impl(String local, String prefix, String uri)
           
 
Method Summary
 String getLocalName()
           
 String getPrefix()
           
 String getQualifiedName()
           
 String getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

local

protected String local

prefix

protected String prefix

uri

protected String uri
Constructor Detail

Name_Impl

public Name_Impl(String local,
                 String prefix,
                 String uri)

Name_Impl

Name_Impl(javax.xml.soap.Name n)
Method Detail

getLocalName

public String getLocalName()
Specified by:
getLocalName in interface javax.xml.soap.Name

getPrefix

public String getPrefix()
Specified by:
getPrefix in interface javax.xml.soap.Name

getQualifiedName

public String getQualifiedName()
Specified by:
getQualifiedName in interface javax.xml.soap.Name

getURI

public String getURI()
Specified by:
getURI in interface javax.xml.soap.Name