org.apache.cxf.ws.addressing
Class NSManager
java.lang.Object
   org.apache.cxf.ws.addressing.NSManager
org.apache.cxf.ws.addressing.NSManager
- public final class NSManager 
- extends Object
Only public/static/final fields can be resolved
 The prefix MUST ends with _PREFIX
 Namespace MUST starts with NS_
 The value of the _PREFIX is the suffix of NS_
 e.g
    public static final String WSAW_PREFIX = "wsaw";
    public static final String NS_WSAW = "http://www.w3.org/2006/05/addressing/wsdl";
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NSManager
public NSManager()
getPrefixFromNS
public String getPrefixFromNS(String namespace)
- 
 
getNamespaces
public Set<String> getNamespaces()
- 
 
Apache CXF