com.sun.xml.ws.security.policy
Interface Header

All Known Implementing Classes:
Header

public interface Header

Author:
K.Venugopal@sun.com

Field Summary
static QName NAME
           
static QName URI
           
 
Method Summary
 String getLocalName()
          return Local Name of the Header
 String getURI()
          return the URI of the Header.
 

Field Detail

NAME

static final QName NAME

URI

static final QName URI
Method Detail

getLocalName

String getLocalName()
return Local Name of the Header


getURI

String getURI()
return the URI of the Header.



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.