com.sun.xml.ws.security.trust.impl.elements
Class BinaryExchangeImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.bindings.BinaryExchangeType
com.sun.xml.ws.security.trust.impl.elements.BinaryExchangeImpl
- All Implemented Interfaces:
- BinaryExchange
public class BinaryExchangeImpl
- extends BinaryExchangeType
- implements BinaryExchange
- Author:
- Manveen Kaur (manveen.kaur@sun.com).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryExchangeImpl
public BinaryExchangeImpl(String encodingType,
String valueType,
byte[] rawText)
BinaryExchangeImpl
public BinaryExchangeImpl(BinaryExchangeType bcType)
throws RuntimeException
- Throws:
RuntimeException
getRawValue
public byte[] getRawValue()
- Specified by:
getRawValue in interface BinaryExchange
getTextValue
public String getTextValue()
- Specified by:
getTextValue in interface BinaryExchange
setTextValue
public void setTextValue(@NotNull
String encodedText)
- Specified by:
setTextValue in interface BinaryExchange
setRawValue
public final void setRawValue(@NotNull
byte[] rawText)
- Specified by:
setRawValue in interface BinaryExchange
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.