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

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType
      extended by com.sun.xml.ws.security.trust.impl.wssx.elements.RequestedAttachedReferenceImpl
All Implemented Interfaces:
RequestedAttachedReference, RequestedReference

public class RequestedAttachedReferenceImpl
extends RequestedReferenceType
implements RequestedAttachedReference

Implementation for RequestedAttachedReference.

Author:
Manveen Kaur

Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType
securityTokenReference
 
Constructor Summary
RequestedAttachedReferenceImpl()
           
RequestedAttachedReferenceImpl(RequestedReferenceType rrType)
           
RequestedAttachedReferenceImpl(SecurityTokenReference str)
           
 
Method Summary
 SecurityTokenReference getSTR()
           
 void setSTR(SecurityTokenReference str)
           
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedReferenceType
getSecurityTokenReference, setSecurityTokenReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestedAttachedReferenceImpl

public RequestedAttachedReferenceImpl()

RequestedAttachedReferenceImpl

public RequestedAttachedReferenceImpl(SecurityTokenReference str)

RequestedAttachedReferenceImpl

public RequestedAttachedReferenceImpl(RequestedReferenceType rrType)
                               throws Exception
Throws:
Exception
Method Detail

getSTR

public SecurityTokenReference getSTR()
Specified by:
getSTR in interface RequestedReference

setSTR

public void setSTR(SecurityTokenReference str)
Specified by:
setSTR in interface RequestedReference


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