com.sun.xml.ws.security.trust.impl.wssx.elements
Class BinaryExchangeImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.BinaryExchangeType
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).
| 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 Exception
- Throws:
Exception
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-2012 Oracle Corporation. All Rights Reserved.