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

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType
      extended by com.sun.xml.ws.security.trust.impl.elements.OnBehalfOfImpl
All Implemented Interfaces:
OnBehalfOf

public class OnBehalfOfImpl
extends com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType
implements OnBehalfOf


Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType
any
 
Constructor Summary
OnBehalfOfImpl(com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType oboType)
           
OnBehalfOfImpl(com.sun.xml.ws.security.Token oboToken)
           
 
Method Summary
 javax.xml.ws.EndpointReference getEndpointReference()
          Get the endpoint reference of the issuer, null if none exists.
 SecurityTokenReference getSecurityTokenReference()
          Get the STR for OnBehalfOf, null if none exists.
 void setEndpointReference(javax.xml.ws.EndpointReference endpointReference)
          Set the endpoint reference of the issuer.
 void setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for OnBehalfOf.
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType
getAny, setAny
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.security.trust.elements.OnBehalfOf
getAny, setAny
 

Constructor Detail

OnBehalfOfImpl

public OnBehalfOfImpl(com.sun.xml.ws.security.Token oboToken)

OnBehalfOfImpl

public OnBehalfOfImpl(com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType oboType)
Method Detail

getEndpointReference

public javax.xml.ws.EndpointReference getEndpointReference()
Description copied from interface: OnBehalfOf
Get the endpoint reference of the issuer, null if none exists.

Specified by:
getEndpointReference in interface OnBehalfOf

setEndpointReference

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

Specified by:
setEndpointReference in interface OnBehalfOf

setSecurityTokenReference

public void setSecurityTokenReference(SecurityTokenReference ref)
Description copied from interface: OnBehalfOf
Set the STR for OnBehalfOf.

Specified by:
setSecurityTokenReference in interface OnBehalfOf

getSecurityTokenReference

public SecurityTokenReference getSecurityTokenReference()
Description copied from interface: OnBehalfOf
Get the STR for OnBehalfOf, null if none exists.

Specified by:
getSecurityTokenReference in interface OnBehalfOf