站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

AttachmentSupport (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.attachments
Class AttachmentSupport

java.lang.Object
  extended byorg.apache.axis.attachments.AttachmentSupport

public final class AttachmentSupport
extends Object

Provide access to the attechment support implementation.

The default implementation is AttachmentsImpl You can overwrite the implementation through the engine option AxisEngine.PROP_ATTACHMENT_IMPLEMENTATION

Since:
31-May-2004
Author:
Thomas Diesler (thomas.diesler@jboss.org)

Field Summary
static String DEFAULT_ATTACHMNET_IMPL
          Default Attachments Implementation class.
 
Constructor Summary
AttachmentSupport()
           
 
Method Summary
static Class getImplementationClass()
          Get the attachment implementation class
static boolean isAttachmentSupportEnabled()
          Check if we have attachments enabled.
static boolean isAttachmentSupportEnabled(MessageContext msgCtx)
          Check if we have attachments enabled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ATTACHMNET_IMPL

public static final String DEFAULT_ATTACHMNET_IMPL
Default Attachments Implementation class.

See Also:
Constant Field Values
Constructor Detail

AttachmentSupport

public AttachmentSupport()
Method Detail

isAttachmentSupportEnabled

public static boolean isAttachmentSupportEnabled()
Check if we have attachments enabled.

The check is only done once.


isAttachmentSupportEnabled

public static boolean isAttachmentSupportEnabled(MessageContext msgCtx)
Check if we have attachments enabled.

The check is only done once.


getImplementationClass

public static Class getImplementationClass()
Get the attachment implementation class



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.