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:
com.sun.xml.ws.security.trust.elements.BinaryExchange
public class BinaryExchangeImpl extends BinaryExchangeType implements com.sun.xml.ws.security.trust.elements.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
Constructors Constructor Description BinaryExchangeImpl(BinaryExchangeType bcType)BinaryExchangeImpl(String encodingType, String valueType, byte[] rawText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getRawValue()StringgetTextValue()voidsetRawValue(byte[] rawText)voidsetTextValue(String encodedText)-
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.BinaryExchangeType
getEncodingType, getOtherAttributes, getValue, getValueType, setEncodingType, setValue, 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:
getRawValuein interfacecom.sun.xml.ws.security.trust.elements.BinaryExchange
-
getTextValue
public String getTextValue()
- Specified by:
getTextValuein interfacecom.sun.xml.ws.security.trust.elements.BinaryExchange
-
setTextValue
public void setTextValue(String encodedText)
- Specified by:
setTextValuein interfacecom.sun.xml.ws.security.trust.elements.BinaryExchange
-
setRawValue
public void setRawValue(byte[] rawText)
- Specified by:
setRawValuein interfacecom.sun.xml.ws.security.trust.elements.BinaryExchange
-
-