Package com.pushtotest.tool.protocolhandler

Interface Summary
Body This is an interface that should be implemented to allow Protocol specific setting of the content of the body of a request.
Header This is an interface that should be implemented to allow Protocol specific setting of the headers of a request.
Protocol This is an interface that should be implemented to allow Protocol specific access to a web service, etc.
 

Class Summary
ApacheSOAPBody This is an implementation of the Body interface for the SOAP Protocol.
ApacheSOAPProtocol This is the Protocol implementation to deal with the SOAP protocol.
FileProtocol This is an interface that should be implemented to allow Protocol specific access to a web service, etc.
HeaderWrapper This is an abstract class that implements the non-type specific parts of the header interface.
HTTPBody This is an implementation of the Body interface for the HTTP and related protocols.
HTTPHeader This is an interface that should be implemented to allow Protocol specific setting of the headers of a request.
HTTPMultipartBody This is an implementation of the Body interface for the HTTP and related protocols.
HTTPProtocol This is the implementation of the HTTP Protocol handler.
HTTPSProtocol Deprecated. Just use HTTPProtocol, it handles both now.
MailBody This is an implementation of the Body interface for the Mail protocol.
MailProtocol This is the implementation of the Mail Protocol handler to support SMTP, POP3 and IMAP email protocols.
ProtocolHandler This class facillitiates getting Protocol related objects in a dynamic way.
ProtocolThread This is a class that wraps around a Protocol object to make it run in its own thread.
ProtocolWrapper This is an abstract implementation of the Protocol interface that provides an easy way to implement a new Protocol while this handles the details of the simpler methods.
SOAPBody This is an implementation of the Body interface for the SOAP Protocol.
SOAPHeader This is an interface that should be implemented to allow Protocol specific setting of the headers of a request.
SOAPProtocol This is the Protocol implementation to deal with the SOAP protocol.
XMLRPCBody This is an implementation of the Body interface for the XMLRPC Protocol.
XMLRPCHeader This is an interface that should be implemented to allow Protocol specific setting of the headers of a request.
XMLRPCProtocol This is the implementation of the XML-RPC Protocol handler.
 

Exception Summary
ConnectionTimeoutException This is an exception that is thrown if a timeout value is set on a Protocol handler and the timeout is reached before the connection is completed.
NotReadyException This is an Exception that is thrown if the connect() method of a Protocol is called without all of the necessary properties initialized.