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:
DelegateTo
- Author:
- Manveen Kaur.
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.DelegateToType
any -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the STR contained in this DelegateTo instanceGet the type of the DelegateTo information itemgetToken()Get the Token contained in this DelegateTo instancevoidSet the STR for the Token as the contents of DelegateTovoidsetTargetType(String ttype) Set the type of the DelegateTo information itemvoidSet the Token as the contents of DelegateToMethods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.DelegateToType
getAny, setAnyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.security.trust.elements.DelegateTo
getAny, setAny
-
Constructor Details
-
DelegateToImpl
-
DelegateToImpl
-
DelegateToImpl
-
-
Method Details
-
getTargetType
Description copied from interface:DelegateToGet the type of the DelegateTo information item- Specified by:
getTargetTypein interfaceDelegateTo- Returns:
String
-
setTargetType
Description copied from interface:DelegateToSet the type of the DelegateTo information item- Specified by:
setTargetTypein interfaceDelegateTo- Parameters:
ttype-String
-
setSecurityTokenReference
Description copied from interface:DelegateToSet the STR for the Token as the contents of DelegateTo- Specified by:
setSecurityTokenReferencein interfaceDelegateTo
-
getSecurityTokenReference
Description copied from interface:DelegateToGet the STR contained in this DelegateTo instance- Specified by:
getSecurityTokenReferencein interfaceDelegateTo
-
setToken
Description copied from interface:DelegateToSet the Token as the contents of DelegateTo- Specified by:
setTokenin interfaceDelegateTo
-
getToken
Description copied from interface:DelegateToGet the Token contained in this DelegateTo instance- Specified by:
getTokenin interfaceDelegateTo
-