FileDocCategorySizeDatePackage
OnBehalfOf.javaAPI DocExample3262Tue May 29 16:56:54 BST 2007com.sun.xml.ws.security.trust.elements

OnBehalfOf

public interface OnBehalfOf
author
WS-Trust Implementation Team

Fields Summary
Constructors Summary
Methods Summary
public java.lang.ObjectgetAny()
Gets the value of the any property.

return
possible object is {@link Element } {@link Object }

public javax.xml.ws.EndpointReferencegetEndpointReference()
Get the endpoint reference of the issuer, null if none exists.

public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReferencegetSecurityTokenReference()
Get the STR for OnBehalfOf, null if none exists.

public voidsetAny(java.lang.Object value)
Sets the value of the any property.

param
value allowed object is {@link Element } {@link Object }

public voidsetEndpointReference(javax.xml.ws.EndpointReference endpointReference)
Set the endpoint reference of the issuer.

public voidsetSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)
Set the STR for OnBehalfOf.