Class Base64Type

java.lang.Object
org.apache.cxf.aegis.type.AegisType
org.apache.cxf.aegis.type.basic.Base64Type

public class Base64Type extends AegisType
Converts back and forth to byte[] objects. There is a co-routine between this class and the MTOM ByteArrayType. This class can accept either inline base64 or an MTOM attachment. It passes the problem over the ByteArrayType for the later.