org.apache.wsif.providers.soap.apacheaxis
Class WSIFAXISUtils

java.lang.Object
  extended by org.apache.wsif.providers.soap.apacheaxis.WSIFAXISUtils

public class WSIFAXISUtils
extends java.lang.Object

Utility class to convert between WSIFAttachmentParts and Axis AttachmentParts.

Author:
Mark Whitlock

Constructor Summary
WSIFAXISUtils()
           
 
Method Summary
static WSIFAttachmentPart axisToWsifAttachmentPart(org.apache.axis.attachments.AttachmentPart axisAp)
           
static org.apache.axis.attachments.AttachmentPart wsifToAxisAttachmentPart(WSIFAttachmentPart wsifAp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSIFAXISUtils

public WSIFAXISUtils()
Method Detail

wsifToAxisAttachmentPart

public static org.apache.axis.attachments.AttachmentPart wsifToAxisAttachmentPart(WSIFAttachmentPart wsifAp)
                                                                           throws WSIFException
Throws:
WSIFException

axisToWsifAttachmentPart

public static WSIFAttachmentPart axisToWsifAttachmentPart(org.apache.axis.attachments.AttachmentPart axisAp)
                                                   throws WSIFException
Throws:
WSIFException


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.