Read Servlet Init-Params from IAS4ServletMessageProcessorSPI implementation #184
binaradarsha
started this conversation in
General
Replies: 1 comment 1 reply
-
In your public void onServletInit (ICommonsMap <String, String> aInitParams) throws ServletException
{
// TODO
} It doesn't really fit into the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I need to read a servlet init-param from
IAS4ServletMessageProcessorSPI
implementation class. Since theoretically it cannot be done directly inIAS4ServletMessageProcessorSPI
, first I read it from ourAbstractXServlet
implementation and finding a way to set in some parameter ofIAS4ServletMessageProcessorSPI.processAS4UserMessage
, i.e. toIAS4IncomingMessageMetadata
.But still no luck. Could you please show some path?
Beta Was this translation helpful? Give feedback.
All reactions