[Axis2] Where did Call.to go to?

2005-11-11 Thread Steve Loughran
The protected EndpointReference to; field in Call has disappeared, breaking my subclassing. 1. what has it been replaced by. 2. remember, everything you make protected is implicitly part of the API. Make things private if you dont want people to use them. -steve

Re: [Axis2] Where did Call.to go to?

2005-11-11 Thread Eran Chinthaka
Hi Steve, Let me explain the reason behind this change and I was about to explain this to the community. Steve Loughran wrote: The protected EndpointReference to; field in Call has disappeared, breaking my subclassing. 1. what has it been replaced by. 2. remember, everything you make

Re: [Axis2] Where did Call.to go to?

2005-11-11 Thread Steve Loughran
Eran Chinthaka wrote: Hi Steve, Let me explain the reason behind this change and I was about to explain this to the community. Steve Loughran wrote: The protected EndpointReference to; field in Call has disappeared, breaking my subclassing. 1. what has it been replaced by. 2. remember,