| java.lang.Object com.mockrunner.connector.WSIFInteraction
WSIFInteraction | public class WSIFInteraction implements InteractionImplementor(Code) | | Implementor for IBM environments using the
Web Services Invocation Framework
|
Method Summary | |
public boolean | canHandle(InteractionSpec interactionSpec, Record actualRequest, Record actualResponse) | public void | disable() Disables this implementor. | public void | enable() Enables this implementor. | public Record | execute(InteractionSpec interactionSpec, Record actualRequest) not implemented yet. | public boolean | execute(InteractionSpec interactionSpec, Record actualRequest, Record actualResponse) |
WSIFInteraction | public WSIFInteraction(String isClassName, String requestPartName, Object requestPart, String responsePartName, Object responsePart)(Code) | | Parameters: isClassName - would be com.ibm.connector2.ims.ico.IMSInteractionSpec, com.ibm.connector2.cics.ECIInteractionSpec |
canHandle | public boolean canHandle(InteractionSpec interactionSpec, Record actualRequest, Record actualResponse)(Code) | | |
enable | public void enable()(Code) | | Enables this implementor.
|
execute | public Record execute(InteractionSpec interactionSpec, Record actualRequest) throws ResourceException(Code) | | not implemented yet.
|
execute | public boolean execute(InteractionSpec interactionSpec, Record actualRequest, Record actualResponse) throws ResourceException(Code) | | |
|
|