org.jboss.wsf.common.handler
Class GenericLogicalHandler<C extends javax.xml.ws.handler.LogicalMessageContext>

java.lang.Object
  extended by org.jboss.wsf.common.handler.GenericHandler
      extended by org.jboss.wsf.common.handler.GenericLogicalHandler<C>
All Implemented Interfaces:
javax.xml.ws.handler.Handler, javax.xml.ws.handler.LogicalHandler

public class GenericLogicalHandler<C extends javax.xml.ws.handler.LogicalMessageContext>
extends GenericHandler
implements javax.xml.ws.handler.LogicalHandler

A generic jaxws logical handler

Since:
13-Aug-2006
Author:
Thomas.Diesler@jboss.org

Constructor Summary
GenericLogicalHandler()
           
 
Method Summary
 
Methods inherited from class org.jboss.wsf.common.handler.GenericHandler
close, getHandlerName, handleFault, handleInbound, handleMessage, handleOutbound, setHandlerName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.xml.ws.handler.Handler
close, handleFault, handleMessage
 

Constructor Detail

GenericLogicalHandler

public GenericLogicalHandler()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.