[
https://issues.apache.org/jira/browse/CXF-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770028#action_12770028
]
Daniel Kulp commented on CXF-2484:
----------------------------------
Something like:
<bean class="org.apache.cxf.ws.security.trust.STSClient">
<constructor-arg ref="cxf"/>
<property name="wsdlLocation" value="target/wsdl2/trust.wsdl"/>
....
<property name="features">
<list>
<cxf:logging>
</list>
</property>
</bean>
Should do it.
> STSClient should allow configuring of interceptors
> --------------------------------------------------
>
> Key: CXF-2484
> URL: https://issues.apache.org/jira/browse/CXF-2484
> Project: CXF
> Issue Type: Improvement
> Reporter: Daniel Kulp
> Assignee: Daniel Kulp
> Fix For: 2.2.5
>
>
> The STSClient should allow configuring of the Logging interceptors (and other
> interceptors) to allow custom processing of just the STS related messages.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.