org.apache.cxf.attachment.As4AttachmentImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oxalis-as4 Show documentation
Show all versions of oxalis-as4 Show documentation
Extension adding AS4 support to Oxalis
package org.apache.cxf.attachment;
import org.apache.cxf.attachment.AttachmentImpl;
public class As4AttachmentImpl extends AttachmentImpl {
public As4AttachmentImpl(String idParam) {
super(idParam);
}
}