Apache CXF API

org.apache.cxf.ws.security.policy.model
Class Header

java.lang.Object
  extended by org.apache.cxf.ws.security.policy.model.Header

public class Header
extends Object


Constructor Summary
Header(String nm, String ns)
           
 
Method Summary
 String getName()
           
 String getNamespace()
           
 QName getQName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Header

public Header(String nm,
              String ns)
Method Detail

getQName

public QName getQName()

getName

public String getName()
Returns:
Returns the name.

getNamespace

public String getNamespace()
Returns:
Returns the namespace.

Apache CXF API

Apache CXF