Class OnBehalfOfImpl
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType
-
- com.sun.xml.ws.security.trust.impl.elements.OnBehalfOfImpl
-
- All Implemented Interfaces:
com.sun.xml.ws.security.trust.elements.OnBehalfOf
public class OnBehalfOfImpl extends OnBehalfOfType implements com.sun.xml.ws.security.trust.elements.OnBehalfOf
- Author:
- Manveen Kaur
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType
any
-
-
Constructor Summary
Constructors Constructor Description OnBehalfOfImpl(com.sun.xml.ws.security.Token oboToken)OnBehalfOfImpl(OnBehalfOfType oboType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.ws.EndpointReferencegetEndpointReference()com.sun.xml.ws.security.trust.elements.str.SecurityTokenReferencegetSecurityTokenReference()voidsetEndpointReference(javax.xml.ws.EndpointReference endpointReference)voidsetSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)-
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.OnBehalfOfType
getAny, setAny
-
-
-
-
Constructor Detail
-
OnBehalfOfImpl
public OnBehalfOfImpl(com.sun.xml.ws.security.Token oboToken)
-
OnBehalfOfImpl
public OnBehalfOfImpl(OnBehalfOfType oboType)
-
-
Method Detail
-
getEndpointReference
public javax.xml.ws.EndpointReference getEndpointReference()
- Specified by:
getEndpointReferencein interfacecom.sun.xml.ws.security.trust.elements.OnBehalfOf
-
setEndpointReference
public void setEndpointReference(javax.xml.ws.EndpointReference endpointReference)
- Specified by:
setEndpointReferencein interfacecom.sun.xml.ws.security.trust.elements.OnBehalfOf
-
setSecurityTokenReference
public void setSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)
- Specified by:
setSecurityTokenReferencein interfacecom.sun.xml.ws.security.trust.elements.OnBehalfOf
-
getSecurityTokenReference
public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference getSecurityTokenReference()
- Specified by:
getSecurityTokenReferencein interfacecom.sun.xml.ws.security.trust.elements.OnBehalfOf
-
-