com.sun.xml.ws.security.trust.impl.wssx.elements
Class ActAsImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.wssx.elements.ActAsImpl
All Implemented Interfaces:
ActAs

public class ActAsImpl
extends Object
implements ActAs

Author:
Jiandong Guo

Constructor Summary
ActAsImpl(Element actAsElement)
           
ActAsImpl(Token aaToken)
           
 
Method Summary
 Object getAny()
          Gets the value of the any property.
 void setAny(Object obj)
          Sets the value of the any property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActAsImpl

public ActAsImpl(Token aaToken)

ActAsImpl

public ActAsImpl(Element actAsElement)
Method Detail

setAny

public void setAny(Object obj)
Description copied from interface: ActAs
Sets the value of the any property.

Specified by:
setAny in interface ActAs
Parameters:
obj - allowed object is Element Object

getAny

public Object getAny()
Description copied from interface: ActAs
Gets the value of the any property.

Specified by:
getAny in interface ActAs
Returns:
possible object is Element Object


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.