Using policy impl classes outside policy module

2013-10-11 Thread Dennis Sosnoski
I recently made some changes to support WS-RM operating over WS-SecureConversation. As part of this I needed to do some policy manipulation supported by the EndpointPolicyImpl class but not in the EndpointPolicy interface (which also required PolicyEngineImpl rather than PolicyEngine, and the s

Re: Using policy impl classes outside policy module

2013-10-11 Thread Daniel Kulp
On Oct 11, 2013, at 7:46 AM, Dennis Sosnoski wrote: > I recently made some changes to support WS-RM operating over > WS-SecureConversation. As part of this I needed to do some policy > manipulation supported by the EndpointPolicyImpl class but not in the > EndpointPolicy interface (which also

Re: Using policy impl classes outside policy module

2013-10-11 Thread Dennis Sosnoski
On 10/12/2013 05:17 AM, Daniel Kulp wrote: On Oct 11, 2013, at 7:46 AM, Dennis Sosnoski wrote: I recently made some changes to support WS-RM operating over WS-SecureConversation. As part of this I needed to do some policy manipulation supported by the EndpointPolicyImpl class but not in the

Re: Using policy impl classes outside policy module

2013-10-11 Thread Dennis Sosnoski
On 10/12/2013 11:23 AM, Dennis Sosnoski wrote: On 10/12/2013 05:17 AM, Daniel Kulp wrote: On Oct 11, 2013, at 7:46 AM, Dennis Sosnoski wrote: I recently made some changes to support WS-RM operating over WS-SecureConversation. As part of this I needed to do some policy manipulation supported