All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.cxf.attachment.As4AttachmentImpl Maven / Gradle / Ivy

There is a newer version: 6.7.0
Show newest version
package org.apache.cxf.attachment;

import org.apache.cxf.attachment.AttachmentImpl;

public class As4AttachmentImpl extends AttachmentImpl {
    public As4AttachmentImpl(String idParam) {
        super(idParam);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy