org.codehaus.activesoap.util
Class QNameHelper

java.lang.Object
  extended byorg.codehaus.activesoap.util.QNameHelper

public class QNameHelper
extends Object

Version:
$Revision: 1.1 $

Constructor Summary
QNameHelper()
           
 
Method Summary
static QName asQName(NamespaceContext context, String text)
          Turns the given String into a QName using the current namespace context
static String getQualifiedName(QName qname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QNameHelper

public QNameHelper()
Method Detail

getQualifiedName

public static String getQualifiedName(QName qname)

asQName

public static QName asQName(NamespaceContext context,
                            String text)
Turns the given String into a QName using the current namespace context



Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.