| Modifier and Type | Class and Description |
|---|---|
static class |
MessagingClient.ClientAttachmentHandler |
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTACHMENT_HEADERS_OUTBOUND |
protected static Set<String> |
nonContextParams |
| Constructor and Description |
|---|
MessagingClient(Map<String,Object> parameters) |
public static final String ATTACHMENT_HEADERS_OUTBOUND
protected void initializeCommon(BindingProvider bp, Map<String,Object> parameters)
protected WebServiceFeature[] getFeatures(Map<String,Object> parameters)
protected void attachOWSMPolicies(BindingProvider bp, Map<String,Object> parameters)
public void cancel(String messageIdentifier) throws MessagingException
cancel in interface MessagingMessagingExceptionpublic List<AccessPoint> getAccessPoints() throws MessagingException
getAccessPoints in interface MessagingMessagingExceptionpublic List<MessageFilter> getMessageFilters() throws MessagingException
getMessageFilters in interface MessagingMessagingExceptionpublic List<String> getMessageIDs(MessageQuery query) throws MessagingException
getMessageIDs in interface MessagingMessagingExceptionpublic List<Status> getStatus(String messageIdentifer, List<Address> recipient) throws MessagingException
getStatus in interface MessagingMessagingExceptionpublic List<DeliveryType> getSupportedDeliveryTypes() throws MessagingException
getSupportedDeliveryTypes in interface MessagingMessagingExceptionpublic List<String> getSupportedChannels() throws MessagingException
getSupportedChannels in interface MessagingMessagingExceptionpublic String getVersion() throws MessagingException
getVersion in interface MessagingMessagingExceptionpublic List<Message> receive(AccessPoint accessPoint) throws MessagingException
receive in interface MessagingMessagingExceptionpublic List<Message> receiveLimited(AccessPoint accessPoint, Integer maxReceivedMessages) throws MessagingException
receiveLimited in interface MessagingMessagingExceptionpublic void registerAccessPoint(AccessPoint accessPoint, ListenerReference listener, byte[] correlator) throws MessagingException
registerAccessPoint in interface MessagingMessagingExceptionpublic void registerMessageFilter(MessageFilter filter) throws MessagingException
registerMessageFilter in interface MessagingMessagingExceptionpublic void replace(String messageIdentifier, Message message) throws MessagingException
replace in interface MessagingMessagingExceptionpublic String send(Message message, ListenerReference listener, byte[] correlator) throws MessagingException
send in interface MessagingMessagingExceptionpublic void setMessageListener(ListenerReference listener) throws MessagingException
setMessageListener in interface MessagingMessagingExceptionpublic void setStatusListener(ListenerReference listener) throws MessagingException
setStatusListener in interface MessagingMessagingExceptionpublic void unregisterAccessPoint(AccessPoint accessPoint) throws MessagingException
unregisterAccessPoint in interface MessagingMessagingExceptionpublic void unregisterMessageFilter(MessageFilter filter) throws MessagingException
unregisterMessageFilter in interface MessagingMessagingExceptionCopyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.