org.apache.axis.transport.http

Class JettyAxisServer


public class JettyAxisServer
extends java.lang.Object

Field Summary

protected static Log
log

Constructor Summary

JettyAxisServer()

Method Summary

static void
main(String[] args)
void
setPort(int port)
Set the port
void
setResourceBase(String dir)
Set the resource base
void
start()
Start the server

Field Details

log

protected static Log log

Constructor Details

JettyAxisServer

public JettyAxisServer()

Method Details

main

public static void main(String[] args)

setPort

public void setPort(int port)
Set the port
Parameters:
port -

setResourceBase

public void setResourceBase(String dir)
Set the resource base
Parameters:
dir -

start

public void start()
            throws Exception
Start the server

Copyright © 2005 Apache Web Services Project. All Rights Reserved.