[Beepcore-java-users] start element processing
Status: Beta
Brought to you by:
huston
From: Paul A. <paa...@ci...> - 2003-06-02 18:58:56
|
Hi, I'm implementing a SOAP profile (RFC 3288) which uses the 'serverName' attribute of the 'start' element to specify the virtual server on which a SOAP service should be present. It seems that I can't get a hold of that information in the profile. A quick look at Session.java shows that the ChannelZeroListener class access the attribute but doesn't use it or store it anywhere. What is the intention with this attribute and should the ChannelZeroListener class and profile API be modified to make the information available? Maybe it should be an attribute of the channel that is started? Thanks - Paul |