1 19 20 package org.netbeans.modules.websvc.wsitmodelext.rm; 21 22 import org.netbeans.modules.xml.wsdl.model.ExtensibilityElement; 23 24 28 public interface FlowControl extends ExtensibilityElement { 29 public static final String MAX_RECEIVE_BUFFER_SIZE_PROPERTY = "MAX_RECEIVE_BUFFER_SIZE"; public static final String FLOWCONTROL_PROPERTY = "RMFLOWCONTROL"; 32 MaxReceiveBufferSize getMaxReceiveBufferSize(); 33 void setMaxReceiveBufferSize(MaxReceiveBufferSize maxReceiveBufferSize); 34 void removeMaxReceiveBufferSize(MaxReceiveBufferSize maxReceiveBufferSize); 35 } 36 | Popular Tags |