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

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.bindings.DelegateToType
      extended by com.sun.xml.ws.security.trust.impl.elements.DelegateToImpl
All Implemented Interfaces:
DelegateTo

public class DelegateToImpl
extends com.sun.xml.ws.security.trust.impl.bindings.DelegateToType
implements DelegateTo


Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.DelegateToType
any
 
Constructor Summary
DelegateToImpl(com.sun.xml.ws.security.trust.impl.bindings.DelegateToType ctType)
           
DelegateToImpl(SecurityTokenReference str)
           
DelegateToImpl(com.sun.xml.ws.security.Token token)
           
 
Method Summary
 SecurityTokenReference getSecurityTokenReference()
          Get the STR contained in this DelegateTo instance
 java.lang.String getTargetType()
          Get the type of the DelegateTo information item
 com.sun.xml.ws.security.Token getToken()
          Get the Token contained in this DelegateTo instance
 void setSecurityTokenReference(SecurityTokenReference ref)
          Set the STR for the Token as the contents of DelegateTo
 void setTargetType(java.lang.String ttype)
          Set the type of the DelegateTo information item
 void setToken(com.sun.xml.ws.security.Token token)
          Set the Token as the contents of DelegateTo
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.DelegateToType
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.DelegateTo
getAny, setAny
 

Constructor Detail

DelegateToImpl

public DelegateToImpl(SecurityTokenReference str)

DelegateToImpl

public DelegateToImpl(com.sun.xml.ws.security.Token token)

DelegateToImpl

public DelegateToImpl(com.sun.xml.ws.security.trust.impl.bindings.DelegateToType ctType)
Method Detail

getTargetType

public java.lang.String getTargetType()
Description copied from interface: DelegateTo
Get the type of the DelegateTo information item

Specified by:
getTargetType in interface DelegateTo
Returns:
String

setTargetType

public final void setTargetType(java.lang.String ttype)
Description copied from interface: DelegateTo
Set the type of the DelegateTo information item

Specified by:
setTargetType in interface DelegateTo
Parameters:
ttype - String

setSecurityTokenReference

public final void setSecurityTokenReference(SecurityTokenReference ref)
Description copied from interface: DelegateTo
Set the STR for the Token as the contents of DelegateTo

Specified by:
setSecurityTokenReference in interface DelegateTo

getSecurityTokenReference

public SecurityTokenReference getSecurityTokenReference()
Description copied from interface: DelegateTo
Get the STR contained in this DelegateTo instance

Specified by:
getSecurityTokenReference in interface DelegateTo

setToken

public final void setToken(com.sun.xml.ws.security.Token token)
Description copied from interface: DelegateTo
Set the Token as the contents of DelegateTo

Specified by:
setToken in interface DelegateTo

getToken

public com.sun.xml.ws.security.Token getToken()
Description copied from interface: DelegateTo
Get the Token contained in this DelegateTo instance

Specified by:
getToken in interface DelegateTo