com.eviware.soapui.impl.support
Interface AbstractHttpOperation

All Superinterfaces:
ModelItem, Operation, PropertyChangeNotifier
All Known Implementing Classes:
RestResource, WsdlOperation

public interface AbstractHttpOperation
extends Operation


Field Summary
 
Fields inherited from interface com.eviware.soapui.model.iface.Operation
ACTION_PROPERTY
 
Fields inherited from interface com.eviware.soapui.model.ModelItem
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
 
Method Summary
 Attachment.AttachmentEncoding getAttachmentEncoding(java.lang.String part, boolean isRequest)
           
 AbstractInterface<?> getInterface()
           
 
Methods inherited from interface com.eviware.soapui.model.iface.Operation
getDefaultRequestParts, getDefaultResponseParts, getRequestAt, getRequestByName, getRequestCount, getRequestList, isBidirectional, isUnidirectional
 
Methods inherited from interface com.eviware.soapui.model.ModelItem
getChildren, getDescription, getIcon, getId, getName, getParent, getSettings
 
Methods inherited from interface com.eviware.soapui.support.PropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 

Method Detail

getAttachmentEncoding

Attachment.AttachmentEncoding getAttachmentEncoding(java.lang.String part,
                                                    boolean isRequest)

getInterface

AbstractInterface<?> getInterface()
Specified by:
getInterface in interface Operation


Copyright © 2005-2008 eviware.com. All Rights Reserved.