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

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

public class OnBehalfOfImpl
extends OnBehalfOfType
implements OnBehalfOf

Author:
Manveen Kaur

Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.OnBehalfOfType
any
 
Constructor Summary
OnBehalfOfImpl(OnBehalfOfType oboType)
           
OnBehalfOfImpl(Token oboToken)
           
 
Method Summary
 EndpointReference getEndpointReference()
           
 SecurityTokenReference getSecurityTokenReference()
           
 void setEndpointReference(EndpointReference endpointReference)
           
 void setSecurityTokenReference(SecurityTokenReference ref)
           
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.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(Token oboToken)

OnBehalfOfImpl

public OnBehalfOfImpl(OnBehalfOfType oboType)
Method Detail

getEndpointReference

public EndpointReference getEndpointReference()
Specified by:
getEndpointReference in interface OnBehalfOf

setEndpointReference

public void setEndpointReference(EndpointReference endpointReference)
Specified by:
setEndpointReference in interface OnBehalfOf

setSecurityTokenReference

public void setSecurityTokenReference(SecurityTokenReference ref)
Specified by:
setSecurityTokenReference in interface OnBehalfOf

getSecurityTokenReference

public SecurityTokenReference getSecurityTokenReference()
Specified by:
getSecurityTokenReference in interface OnBehalfOf


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