org.codehaus.xfire.plexus.transport.xmpp
Class DefaultXMPPTransportService

java.lang.Object
  extended by org.codehaus.xfire.plexus.transport.xmpp.DefaultXMPPTransportService
All Implemented Interfaces:
org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

public class DefaultXMPPTransportService
extends java.lang.Object
implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

Author:
Dan Diephouse

Constructor Summary
DefaultXMPPTransportService()
           
 
Method Summary
 org.jivesoftware.smack.XMPPConnection getXMPPConnection()
           
 void initialize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultXMPPTransportService

public DefaultXMPPTransportService()
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Specified by:
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
Throws:
java.lang.Exception

getXMPPConnection

public org.jivesoftware.smack.XMPPConnection getXMPPConnection()


Copyright © 2004-2005 Codehaus. All Rights Reserved.