org.codehaus.xfire.client
Class AbstractClientHandler

java.lang.Object
  extended by org.codehaus.xfire.client.AbstractClientHandler
All Implemented Interfaces:
ClientHandler

public abstract class AbstractClientHandler
extends java.lang.Object
implements ClientHandler

Base ClientHandler class.

Since:
Nov 1, 2004
Author:
Dan Diephouse

Constructor Summary
AbstractClientHandler()
           
 
Method Summary
 boolean hasRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.xfire.client.ClientHandler
handleResponse, writeRequest
 

Constructor Detail

AbstractClientHandler

public AbstractClientHandler()
Method Detail

hasRequest

public boolean hasRequest()
Specified by:
hasRequest in interface ClientHandler
Returns:
Whether or not there is a request to write.


Copyright © 2004 Codehaus. All Rights Reserved.