You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by Daniel P Allen <da...@nist.gov> on 2002/04/04 04:12:15 UTC

Why is ServerHTTPUtils.readEnvelpeFromRequest() private?

	I ran into a problem using the subject class (SOAP 2.2). I was embarking on
a custom message router and cannot access this method from my own package.
Is there some reason it is not exposed? I'd rather not have to clone this
class
for all of the obvious reasons.  Are user written routers discouraged?

Dan