org.apache.ws.security.message.token
Class TokenElementCallback

java.lang.Object
  extended by org.apache.ws.security.message.token.TokenElementCallback
All Implemented Interfaces:
Callback

public class TokenElementCallback
extends Object
implements Callback

This class is a callback to obtain a DOM Element representing a security token.


Constructor Summary
TokenElementCallback()
           
 
Method Summary
 Element getTokenElement()
          Get the token element
 void setTokenElement(Element element)
          Set the token element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenElementCallback

public TokenElementCallback()
Method Detail

getTokenElement

public Element getTokenElement()
Get the token element

Returns:
the token element

setTokenElement

public void setTokenElement(Element element)
Set the token element

Parameters:
the - token element


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.