| com.eviware.soapui.model.iface.Interface
All known Subclasses: com.eviware.soapui.impl.wsdl.WsdlInterface,
Interface | public interface Interface extends ModelItem(Code) | | An Interface exposing operations
author: Ole.Matzura |
Field Summary | |
final public static String | DEFINITION_PROPERTY | final public static String | ENDPOINT_PROPERTY property for endpoint changes, propertychange messages will contain oldValue = null if an
endpoint is added, newValue = null if an endpoint is removed and both values if an endpoint is
modified. |
DEFINITION_PROPERTY | final public static String DEFINITION_PROPERTY(Code) | | property for definition changes
|
ENDPOINT_PROPERTY | final public static String ENDPOINT_PROPERTY(Code) | | property for endpoint changes, propertychange messages will contain oldValue = null if an
endpoint is added, newValue = null if an endpoint is removed and both values if an endpoint is
modified.
|
getOperationCount | public int getOperationCount()(Code) | | |
isCached | public boolean isCached()(Code) | | |
removeEndpoint | public void removeEndpoint(String endpoint)(Code) | | |
|
|