Author: thomas.diesler(a)jboss.com
Date: 2007-03-13 14:23:25 -0400 (Tue, 13 Mar 2007)
New Revision: 2610
Modified:
trunk/integration-jboss42/src/java/org/jboss/ws/integration/jboss42/ServiceEndpointInvokerEJB21.java
Log:
Implement jaxws handler lifecycle close(), @PostConstruct
Modified:
trunk/integration-jboss42/src/java/org/jboss/ws/integration/jboss42/ServiceEndpointInvokerEJB21.java
===================================================================
---
trunk/integration-jboss42/src/java/org/jboss/ws/integration/jboss42/ServiceEndpointInvokerEJB21.java 2007-03-13
18:20:48 UTC (rev 2609)
+++
trunk/integration-jboss42/src/java/org/jboss/ws/integration/jboss42/ServiceEndpointInvokerEJB21.java 2007-03-13
18:23:25 UTC (rev 2610)
@@ -221,8 +221,7 @@
/** Handlers are beeing called through the HandlerCallback from the EJB interceptor
*/
public void closeHandlerChain(ServiceEndpointInfo seInfo)
{
- if (type == HandlerType.PRE)
- handlerDelegate.closeHandlerChain(seInfo);
+ handlerDelegate.closeHandlerChain(seInfo);
}
/** Handlers are beeing called through the HandlerCallback from the EJB interceptor
*/