com.realtime.xmpp.streams
Interface XmlStreamFactory

All Known Implementing Classes:
SocketStreamFactory

public interface XmlStreamFactory

A factory for creating XmlStreams.

This factory must be capable of creating multiple streams, as the XmppSession implementation typically restores failed connections.

Version:
1.0 Copyright © 2002 Real Time Entertainment Group, LLC - All rights reserved.
Author:
Mike Prince

Method Summary
 XmlStream open()
          Create a new XmlStream.
 

Method Detail

open

public XmlStream open()
               throws java.io.IOException

Create a new XmlStream.

* @return The new open XmlStream. * @throws IOException Generated when there are problems opening the stream.

java.io.IOException


Copyright © 2002,2003 Real Time Entertainment Group, LLC. All Rights Reserved.