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
ConstructorsConstructorDescriptionBinaryExchangeImpl(BinaryExchangeType bcType) BinaryExchangeImpl(String encodingType, String valueType, byte[] rawText) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]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, setValueTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.security.trust.elements.BinaryExchange
getEncodingType, getOtherAttributes, getValueType, setEncodingType, setValueType
-
Constructor Details
-
BinaryExchangeImpl
-
BinaryExchangeImpl
- Throws:
Exception
-
-
Method Details
-
getRawValue
public byte[] getRawValue()- Specified by:
getRawValuein interfacecom.sun.xml.ws.security.trust.elements.BinaryExchange
-
getTextValue
- Specified by:
getTextValuein interfacecom.sun.xml.ws.security.trust.elements.BinaryExchange
-
setTextValue
- 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
-