com.sun.xml.ws.security.trust.impl.wssx.elements
Class IssuerImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.elements.IssuerImpl
- All Implemented Interfaces:
- Issuer
public class IssuerImpl
- extends Object
- implements Issuer
Implementation of wst:Issuer. EndpointReference etc. is all part
of Addressing. Need to see how this will fit together.
- Author:
- Manveen Kaur
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssuerImpl
public IssuerImpl()
IssuerImpl
public IssuerImpl(EndpointReference epr)
getEndpointReference
public EndpointReference getEndpointReference()
- Description copied from interface:
Issuer
- Get the endpoint reference of the issuer.
- Specified by:
getEndpointReference in interface Issuer
setEndpointReference
public 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.