|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.handlers.BasicHandler
org.apache.axis.AxisEngine
org.apache.axis.server.AxisServer
public class AxisServer
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
|
Fields inherited from class org.apache.axis.handlers.BasicHandler |
---|
makeLockable, name, options |
Constructor Summary | |
---|---|
AxisServer()
|
|
AxisServer(EngineConfiguration config)
|
Method Summary | |
---|---|
void |
generateWSDL(MessageContext msgContext)
Obtain WSDL information. |
AxisEngine |
getClientEngine()
Get this server's client engine. |
static AxisServer |
getServer(java.util.Map environment)
|
void |
invoke(MessageContext msgContext)
Main routine of the AXIS server. |
boolean |
isRunning()
|
void |
start()
Start the server. |
void |
stop()
Stop the server. |
Methods inherited from class org.apache.axis.AxisEngine |
---|
addActorURI, cleanup, getActorURIs, getApplicationSession, getClassCache, getConfig, getCurrentMessageContext, getGlobalRequest, getGlobalResponse, getHandler, getService, getTransport, getTypeMappingRegistry, hasSafePassword, init, normaliseOptions, refreshGlobalOptions, removeActorURI, saveConfiguration, setAdminPassword, setCurrentMessageContext, setShouldSaveConfig |
Methods inherited from class org.apache.axis.handlers.BasicHandler |
---|
canHandleBlock, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
Constructor Detail |
---|
public AxisServer()
public AxisServer(EngineConfiguration config)
Method Detail |
---|
public static AxisServer getServer(java.util.Map environment) throws AxisFault
AxisFault
public boolean isRunning()
public void start()
public void stop()
public AxisEngine getClientEngine()
getClientEngine
in class AxisEngine
AxisEngine
that is the client enginepublic void invoke(MessageContext msgContext) throws AxisFault
msgContext
- the MessageContext
to process with this
Handler
.
AxisFault
- if the handler encounters an errorpublic void generateWSDL(MessageContext msgContext) throws AxisFault
Handler
generateWSDL
in interface Handler
generateWSDL
in class BasicHandler
msgContext
- the MessageContext
to generate the WSDL
to
AxisFault
- if there was a problem generating the WSDL
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |