com.sun.xml.ws.security.trust.impl.elements
Class IssuerImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.elements.IssuerImpl
All Implemented Interfaces:
Issuer

public class IssuerImpl
extends java.lang.Object
implements Issuer

Implementation of wst:Issuer.


Constructor Summary
IssuerImpl()
           
IssuerImpl(javax.xml.ws.EndpointReference epr)
           
 
Method Summary
 javax.xml.ws.EndpointReference getEndpointReference()
          Get the endpoint reference of the issuer.
 void setEndpointReference(javax.xml.ws.EndpointReference endpointReference)
          Set the endpoint reference of the issuer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuerImpl

public IssuerImpl()

IssuerImpl

public IssuerImpl(javax.xml.ws.EndpointReference epr)
Method Detail

getEndpointReference

public javax.xml.ws.EndpointReference getEndpointReference()
Description copied from interface: Issuer
Get the endpoint reference of the issuer.

Specified by:
getEndpointReference in interface Issuer

setEndpointReference

public final void setEndpointReference(javax.xml.ws.EndpointReference endpointReference)
Description copied from interface: Issuer
Set the endpoint reference of the issuer.

Specified by:
setEndpointReference in interface Issuer