当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 webservice API Documentation 英文版文档
ClientEngine (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档
org.jboss.webservice.client
Class ClientEngine
java.lang.Object
org.apache.axis.handlers.BasicHandler
org.apache.axis.AxisEngine
org.apache.axis.client.AxisClient
org.jboss.webservice.client.ClientEngine
- All Implemented Interfaces:
- org.apache.axis.Handler, Serializable
- public class ClientEngine
- extends org.apache.axis.client.AxisClient
The ws4ee client engine.
Note, every service-ref client maintains an instance of this client engine.
- Since:
- 11-May-2004
- Author:
- Thomas.Diesler@jboss.org
- See Also:
- Serialized Form
Field Summary |
protected static org.jboss.logging.Logger |
log
|
Fields inherited from class org.apache.axis.AxisEngine |
_hasSafePassword, config, DEFAULT_ATTACHMENT_IMPL, ENV_ATTACHMENT_DIR, ENV_SERVLET_CONTEXT, ENV_SERVLET_REALPATH, PROP_ATTACHMENT_CLEANUP, PROP_ATTACHMENT_DIR, PROP_ATTACHMENT_IMPLEMENTATION, PROP_DEBUG_FILE, PROP_DEBUG_LEVEL, PROP_DEFAULT_CONFIG_CLASS, PROP_DOMULTIREFS, PROP_PASSWORD, PROP_SEND_MINIMIZED_ELEMENTS, PROP_SEND_XSI, PROP_SOAP_ALLOWED_VERSION, PROP_SOAP_VERSION, PROP_SYNC_CONFIG, PROP_TWOD_ARRAY_ENCODING, PROP_XML_DECL, PROP_XML_ENCODING, shouldSaveConfig |
Fields inherited from class org.apache.axis.handlers.BasicHandler |
makeLockable, name, options |
Constructor Summary |
ClientEngine(org.apache.axis.EngineConfiguration config)
Constructs the client engine with a given configuration. |
Method Summary |
void |
invoke(org.apache.axis.MessageContext msgContext)
Main routine of the AXIS engine. |
void |
registerHandlerChain(String portName,
List infos,
Set roles)
Register a handler chain for the given port name |
Methods inherited from class org.apache.axis.client.AxisClient |
getClientEngine, invokeJAXRPCHandlers |
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, generateWSDL, 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 |
log
protected static org.jboss.logging.Logger log
ClientEngine
public ClientEngine(org.apache.axis.EngineConfiguration config)
- Constructs the client engine with a given configuration.
registerHandlerChain
public void registerHandlerChain(String portName,
List infos,
Set roles)
- Register a handler chain for the given port name
invoke
public void invoke(org.apache.axis.MessageContext msgContext)
throws org.apache.axis.AxisFault
- Main routine of the AXIS engine. In short we locate the appropriate
handler for the desired service and invoke() it.
- Throws:
org.apache.axis.AxisFault
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.