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

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.wssx.bindings.BinaryExchangeType
      extended by com.sun.xml.ws.security.trust.impl.wssx.elements.BinaryExchangeImpl
All Implemented Interfaces:
BinaryExchange

public class BinaryExchangeImpl
extends BinaryExchangeType
implements BinaryExchange

Author:
Manveen Kaur (manveen.kaur@sun.com).

Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.BinaryExchangeType
encodingType, value, valueType
 
Constructor Summary
BinaryExchangeImpl(BinaryExchangeType bcType)
           
BinaryExchangeImpl(String encodingType, String valueType, byte[] rawText)
           
 
Method Summary
 byte[] getRawValue()
           
 String getTextValue()
           
 void setRawValue(byte[] rawText)
           
 void setTextValue(String encodedText)
           
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.BinaryExchangeType
getEncodingType, getOtherAttributes, getValue, getValueType, setEncodingType, setValue, setValueType
 
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.BinaryExchange
getEncodingType, getOtherAttributes, getValueType, setEncodingType, setValueType
 

Constructor Detail

BinaryExchangeImpl

public BinaryExchangeImpl(String encodingType,
                          String valueType,
                          byte[] rawText)

BinaryExchangeImpl

public BinaryExchangeImpl(BinaryExchangeType bcType)
                   throws Exception
Throws:
Exception
Method Detail

getRawValue

public byte[] getRawValue()
Specified by:
getRawValue in interface BinaryExchange

getTextValue

public String getTextValue()
Specified by:
getTextValue in interface BinaryExchange

setTextValue

public void setTextValue(String encodedText)
Specified by:
setTextValue in interface BinaryExchange

setRawValue

public void setRawValue(byte[] rawText)
Specified by:
setRawValue in interface BinaryExchange


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