Class IssuerImpl
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.elements.IssuerImpl
-
-
Constructor Summary
Constructors Constructor Description IssuerImpl()IssuerImpl(javax.xml.ws.EndpointReference epr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.ws.EndpointReferencegetEndpointReference()Get the endpoint reference of the issuer.voidsetEndpointReference(javax.xml.ws.EndpointReference endpointReference)Set the endpoint reference of the issuer.
-
-
-
Method Detail
-
getEndpointReference
public javax.xml.ws.EndpointReference getEndpointReference()
Description copied from interface:IssuerGet the endpoint reference of the issuer.- Specified by:
getEndpointReferencein interfaceIssuer
-
setEndpointReference
public final void setEndpointReference(javax.xml.ws.EndpointReference endpointReference)
Description copied from interface:IssuerSet the endpoint reference of the issuer.- Specified by:
setEndpointReferencein interfaceIssuer
-
-