package org.apache.axis.attachments;

public interface ContentLength {
	public int getContentLength();
}
