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(java.lang.String encodingType,
java.lang.String valueType,
byte[] rawText)
BinaryExchangeImpl
public BinaryExchangeImpl(BinaryExchangeType bcType)
throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
getRawValue
public byte[] getRawValue()
- Specified by:
getRawValue in interface BinaryExchange
getTextValue
public java.lang.String getTextValue()
- Specified by:
getTextValue in interface BinaryExchange
setTextValue
public void setTextValue(@NotNull
java.lang.String encodedText)
- Specified by:
setTextValue in interface BinaryExchange
setRawValue
public final void setRawValue(@NotNull
byte[] rawText)
- Specified by:
setRawValue in interface BinaryExchange
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.