You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-dev@ws.apache.org by wh...@apache.org on 2003/03/18 16:10:04 UTC

cvs commit: xml-axis-wsif/java/test/mime MimeImpl.java

whitlock    2003/03/18 07:10:03

  Modified:    java/test/mime MimeImpl.java
  Log:
  16993: create InvocationHelper
  
  Revision  Changes    Path
  1.17      +2 -2      xml-axis-wsif/java/test/mime/MimeImpl.java
  
  Index: MimeImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/test/mime/MimeImpl.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- MimeImpl.java	18 Mar 2003 14:49:00 -0000	1.16
  +++ MimeImpl.java	18 Mar 2003 15:10:03 -0000	1.17
  @@ -70,7 +70,7 @@
   import org.apache.wsif.WSIFConstants;
   import org.apache.wsif.WSIFMessage;
   import org.apache.wsif.attachments.WSIFAttachmentPart;
  -import org.apache.wsif.providers.java.WSIFOperation_Java;
  +import org.apache.wsif.providers.InvocationHelper;
   
   /**
    * Mime service used by MimeTest 
  @@ -254,7 +254,7 @@
           String errText = null;
           List l = null;
           try {
  -            WSIFMessage context = WSIFOperation_Java.getMessageContext();
  +            WSIFMessage context = InvocationHelper.getMessageContext();
               l =
                   (List) context.getObjectPart(
                       WSIFConstants.UNREFERENCED_ATTACHMENT_PART_NAME);