JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
SEARCH:
Module
org.glassfish.metro.wsit.impl
Package
com.sun.xml.ws.security.policy
Interface Header
All Known Implementing Classes:
Header
public interface
Header
Author:
K.Venugopal@sun.com
Field Summary
Fields
Modifier and Type
Field
Description
static final
QName
NAME
static final
QName
URI
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getLocalName
()
return Local Name of the Header
String
getURI
()
return the URI of the Header.
Field Details
NAME
static final
QName
NAME
URI
static final
QName
URI
Method Details
getLocalName
String
getLocalName
()
return Local Name of the Header
getURI
String
getURI
()
return the URI of the Header.