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 java.lang.Object
implements SimpleSocketFactory

Defines a plain socket factory


Constructor Summary
SimplePlainSocketFactory()
           
 
Method Summary
 java.net.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 java.net.ServerSocket createServerSocket(int port)
                                         throws java.io.IOException
Specified by:
createServerSocket in interface SimpleSocketFactory
Throws:
java.io.IOException