File
Doc
Category
Size
Date
Package
Issuer.java
API Doc
Example
2649
Tue May 29 16:56:54 BST 2007
com.sun.xml.ws.security.trust.elements
Issuer
public interface Issuer
Specifies the issuer of the security token that is presented in the message. The element's type is an endpoint reference as defined in WS-Addressing.
author
WS-Trust Implementation Team
Fields Summary
Constructors Summary
Methods Summary
public
javax.xml.ws.EndpointReference
getEndpointReference
()
Get the endpoint reference of the issuer.
public void
setEndpointReference
(
javax.xml.ws.EndpointReference
endpointReference)
Set the endpoint reference of the issuer.
Java Code Source