|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.attachments.AttachmentSupport
Provide access to the attechment support implementation.
The default implementation isAttachmentsImpl
You can overwrite the implementation through the engine option AxisEngine.PROP_ATTACHMENT_IMPLEMENTATION
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 |
public static final String DEFAULT_ATTACHMNET_IMPL
Constructor Detail |
public AttachmentSupport()
Method Detail |
public static boolean isAttachmentSupportEnabled()
public static boolean isAttachmentSupportEnabled(MessageContext msgCtx)
public static Class getImplementationClass()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |