public class WSS4JAttachmentCallbackHandler extends Object implements CallbackHandler
| Constructor and Description |
|---|
WSS4JAttachmentCallbackHandler(Iterable<? extends WSS4JAttachment> aAttachments,
AS4ResourceHelper aResHelper) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> |
getAllResponseAttachments() |
AS4ResourceHelper |
getResourceHelper() |
void |
handle(Callback[] aCallbacks) |
com.helger.commons.collection.impl.ICommonsOrderedMap<String,WSS4JAttachment> |
responseAttachments() |
public WSS4JAttachmentCallbackHandler(@Nullable Iterable<? extends WSS4JAttachment> aAttachments, @Nonnull @WillNotClose AS4ResourceHelper aResHelper)
@Nonnull public final AS4ResourceHelper getResourceHelper()
null.public void handle(@Nonnull Callback[] aCallbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlerIOExceptionUnsupportedCallbackException@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> getAllResponseAttachments()
@Nonnull @ReturnsMutableObject public com.helger.commons.collection.impl.ICommonsOrderedMap<String,WSS4JAttachment> responseAttachments()
Copyright © 2015–2020 Philip Helger. All rights reserved.