org.apache.ws.security.policy.model
Class RecipientToken

java.lang.Object
  extended byorg.apache.ws.security.policy.model.PolicyEngineData
      extended byorg.apache.ws.security.policy.model.RecipientToken
All Implemented Interfaces:
TokenWrapper

public class RecipientToken
extends PolicyEngineData
implements TokenWrapper


Constructor Summary
RecipientToken()
           
 
Method Summary
 Token getRecipientToken()
           
 void setRecipientToken(Token receipientToken)
           
 void setToken(Token tok)
           
 
Methods inherited from class org.apache.ws.security.policy.model.PolicyEngineData
copy, initializeWithDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipientToken

public RecipientToken()
Method Detail

getRecipientToken

public Token getRecipientToken()
Returns:
Returns the receipientToken.

setRecipientToken

public void setRecipientToken(Token receipientToken)
Parameters:
receipientToken - The receipientToken to set.

setToken

public void setToken(Token tok)
              throws WSSPolicyException
Specified by:
setToken in interface TokenWrapper
Throws:
WSSPolicyException


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.