org.apache.axis2.transport.http.server
Class SimplePlainSocketFactory

java.lang.Object
  extended byorg.apache.axis2.transport.http.server.SimplePlainSocketFactory
All Implemented Interfaces:
SimpleSocketFactory

public class SimplePlainSocketFactory
extends Object
implements SimpleSocketFactory

Defines a plain socket factory


Constructor Summary
SimplePlainSocketFactory()
           
 
Method Summary
 ServerSocket createServerSocket(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePlainSocketFactory

public SimplePlainSocketFactory()
Method Detail

createServerSocket

public ServerSocket createServerSocket(int port)
                                throws IOException
Specified by:
createServerSocket in interface SimpleSocketFactory
Throws:
IOException