Class DelegateToImpl
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.wssx.bindings.DelegateToType
-
- com.sun.xml.ws.security.trust.impl.wssx.elements.DelegateToImpl
-
- All Implemented Interfaces:
com.sun.xml.ws.security.trust.elements.DelegateTo
public class DelegateToImpl extends DelegateToType implements com.sun.xml.ws.security.trust.elements.DelegateTo
- Author:
- Manveen Kaur.
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.DelegateToType
any
-
-
Constructor Summary
Constructors Constructor Description DelegateToImpl(com.sun.xml.ws.security.Token token)DelegateToImpl(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference str)DelegateToImpl(DelegateToType ctType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.xml.ws.security.trust.elements.str.SecurityTokenReferencegetSecurityTokenReference()StringgetTargetType()com.sun.xml.ws.security.TokengetToken()voidsetSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)voidsetTargetType(String ttype)voidsetToken(com.sun.xml.ws.security.Token token)-
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.DelegateToType
getAny, setAny
-
-
-
-
Constructor Detail
-
DelegateToImpl
public DelegateToImpl(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference str)
-
DelegateToImpl
public DelegateToImpl(com.sun.xml.ws.security.Token token)
-
DelegateToImpl
public DelegateToImpl(DelegateToType ctType) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getTargetType
public String getTargetType()
- Specified by:
getTargetTypein interfacecom.sun.xml.ws.security.trust.elements.DelegateTo
-
setTargetType
public void setTargetType(String ttype)
- Specified by:
setTargetTypein interfacecom.sun.xml.ws.security.trust.elements.DelegateTo
-
setSecurityTokenReference
public void setSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference ref)
- Specified by:
setSecurityTokenReferencein interfacecom.sun.xml.ws.security.trust.elements.DelegateTo
-
getSecurityTokenReference
public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference getSecurityTokenReference()
- Specified by:
getSecurityTokenReferencein interfacecom.sun.xml.ws.security.trust.elements.DelegateTo
-
setToken
public void setToken(com.sun.xml.ws.security.Token token)
- Specified by:
setTokenin interfacecom.sun.xml.ws.security.trust.elements.DelegateTo
-
getToken
public com.sun.xml.ws.security.Token getToken()
- Specified by:
getTokenin interfacecom.sun.xml.ws.security.trust.elements.DelegateTo
-
-