public static class MessagingClient.ClientAttachmentHandler extends Object implements SOAPHandler<SOAPMessageContext>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_TYPE_KEY |
static String |
DEFAULT_CONTENT_TYPE |
static String |
DEFAULT_MULTIPART_SUBTYPE |
static String |
DEFAULT_TEXT_TYPE |
| Constructor and Description |
|---|
MessagingClient.ClientAttachmentHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(MessageContext context) |
Set<QName> |
getHeaders() |
boolean |
handleFault(SOAPMessageContext context) |
boolean |
handleMessage(SOAPMessageContext context) |
public static final String CONTENT_TYPE_KEY
public static final String DEFAULT_TEXT_TYPE
public static final String DEFAULT_CONTENT_TYPE
public static final String DEFAULT_MULTIPART_SUBTYPE
public MessagingClient.ClientAttachmentHandler()
public boolean handleMessage(SOAPMessageContext context)
handleMessage in interface Handler<SOAPMessageContext>public boolean handleFault(SOAPMessageContext context)
handleFault in interface Handler<SOAPMessageContext>public Set<QName> getHeaders()
getHeaders in interface SOAPHandler<SOAPMessageContext>public void close(MessageContext context)
close in interface Handler<SOAPMessageContext>Copyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.