Apache CXF API

org.apache.cxf.ws.addressing
Class NSManager

java.lang.Object
  extended by 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";


Constructor Summary
NSManager()
           
 
Method Summary
 Set<String> getNamespaces()
           
 String getPrefixFromNS(String namespace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NSManager

public NSManager()
Method Detail

getPrefixFromNS

public String getPrefixFromNS(String namespace)

getNamespaces

public Set<String> getNamespaces()

Apache CXF API

Apache CXF