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 Object
implements Issuer

Implementation of wst:Issuer.

Author:
Manveen Kaur

Constructor Summary
IssuerImpl()
           
IssuerImpl(EndpointReference epr)
           
 
Method Summary
 EndpointReference getEndpointReference()
          Get the endpoint reference of the issuer.
 void setEndpointReference(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(EndpointReference epr)
Method Detail

getEndpointReference

public 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(EndpointReference endpointReference)
Description copied from interface: Issuer
Set the endpoint reference of the issuer.

Specified by:
setEndpointReference in interface Issuer


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