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
 Attachments getAttachments()
          Get the attachments to send with the request.
 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.

getAttachments

public Attachments getAttachments()
Description copied from interface: ClientHandler
Get the attachments to send with the request.

Specified by:
getAttachments in interface ClientHandler
Returns:
Return null if there are no attachments.


Copyright © 2004-2005 Codehaus. All Rights Reserved.