|
|||||||||
| Home >> All >> org >> jboss >> net >> axis >> [ server overview ] | PREV NEXT | ||||||||
A
- ABOUT_TO_CREATE_AXIS_0 - Static variable in interface org.jboss.net.axis.server.Constants
- ABOUT_TO_DEPLOY_0_UNDER_CONTEXT_1 - Static variable in interface org.jboss.net.axis.server.Constants
- ABOUT_TO_DESTROY_AXIS_0 - Static variable in interface org.jboss.net.axis.server.Constants
- ABOUT_TO_START_AXIS_0 - Static variable in interface org.jboss.net.axis.server.Constants
- ABOUT_TO_STOP_AXIS_0 - Static variable in interface org.jboss.net.axis.server.Constants
- ABOUT_TO_UNDEPLOY_0 - Static variable in interface org.jboss.net.axis.server.Constants
- ACTION_HANDLER_PRESENT_PROPERTY - Static variable in interface org.jboss.net.axis.server.Constants
- property key behind which an action handler can mask its presence in the transport chain to influence wsdl generation
- ALLOWED_ROLES_OPTION - Static variable in interface org.jboss.net.axis.server.Constants
- constants referring to options in the axis messagecontext or handler options
- AXIS_ALREADY_STARTED - Static variable in interface org.jboss.net.axis.server.Constants
- AXIS_ALREADY_STOPPED - Static variable in interface org.jboss.net.axis.server.Constants
- AXIS_CLIENT_CONFIGURATION_FILE - Static variable in interface org.jboss.net.axis.server.Constants
- AXIS_CONFIGURATION_FILE - Static variable in interface org.jboss.net.axis.server.Constants
- AXIS_DEPLOYMENT_DESCRIPTOR - Static variable in interface org.jboss.net.axis.server.Constants
- AXIS_DEPLOYMENT_DESCRIPTOR_NOT_FOUND - Static variable in interface org.jboss.net.axis.server.Constants
- message id constants are english raw messages at the same time
- AXIS_DEPLOY_DIR - Static variable in interface org.jboss.net.axis.server.Constants
- AXIS_ENGINE_ATTRIBUTE - Static variable in interface org.jboss.net.axis.server.Constants
- AXIS_SERVER_CONTEXT_OCCUPIED - Static variable in interface org.jboss.net.axis.server.Constants
- AxisAdminServlet - class org.jboss.net.axis.server.AxisAdminServlet.
- slightly patched admin servlet to contact the right server
- AxisAdminServlet() - Constructor for class org.jboss.net.axis.server.AxisAdminServlet
- Creates new AxisServlet
- AxisService - class org.jboss.net.axis.server.AxisService.
- A deployer service that installs Axis and manages Web-Services within JMX.
- AxisService() - Constructor for class org.jboss.net.axis.server.AxisService
- default
- AxisServiceMBean - interface org.jboss.net.axis.server.AxisServiceMBean.
- Mbean interface to the AxisService
- AxisServiceServlet - class org.jboss.net.axis.server.AxisServiceServlet.
- An AxisServlet that is able to extract the corresponding AxisEngine from its installation context and builds the right message contexts for the JBoss classloading and deployment architecture.
- AxisServiceServlet() - Constructor for class org.jboss.net.axis.server.AxisServiceServlet
- Creates new AxisServlet
- accepts(DeploymentInfo) - Method in class org.jboss.net.axis.server.AxisService
- Provides a filter that decides whether a file can be deployed by this deployer based on the filename.
- associate(Principal, String) - Method in class org.jboss.net.axis.server.JBossAuthenticationHandler
- associates the call context with the given info
- authMgr - Variable in class org.jboss.net.axis.server.JBossAuthenticationHandler
- this is the authentication manager that is responsible for our security domain if that is null, this authenticationhandler will block any call, rather deactivate the handler, then, or run against a NullSecurityManager
- axisServer - Variable in class org.jboss.net.axis.server.AxisService
- the engine belonging to this service
B
- beanNameOption - Static variable in class org.jboss.net.axis.server.EJBHomeProvider
C
- CANNOT_CHANGE_ROOT_CONTEXT - Static variable in interface org.jboss.net.axis.server.Constants
- CANNOT_FIND_WEB_DEPLOYER - Static variable in interface org.jboss.net.axis.server.Constants
- COULD_NOT_COPY_URL - Static variable in interface org.jboss.net.axis.server.Constants
- COULD_NOT_DEPLOY - Static variable in interface org.jboss.net.axis.server.Constants
- COULD_NOT_DEPLOY_DESCRIPTOR - Static variable in interface org.jboss.net.axis.server.Constants
- COULD_NOT_FIND_AXIS_CONFIGURATION_0 - Static variable in interface org.jboss.net.axis.server.Constants
- COULD_NOT_STOP_AXIS - Static variable in interface org.jboss.net.axis.server.Constants
- COULD_NOT_UNDEPLOY - Static variable in interface org.jboss.net.axis.server.Constants
- Constants - interface org.jboss.net.axis.server.Constants.
- Some Constants for the server package
- clientConfiguration - Variable in class org.jboss.net.axis.server.AxisService
- the client configuration belonging to this service
- collectionIndex - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer
- copyChildren(Document, Element, String, Element) - Method in class org.jboss.net.axis.server.AxisService
- this tiny helper copies all children of the given element that are elements and match the given name to the other element
- create(DeploymentInfo) - Method in class org.jboss.net.axis.server.AxisService
- Describe
createmethod here.
D
- DEFAULT_ROOT_CONTEXT - Static variable in interface org.jboss.net.axis.server.Constants
- DENIED_ROLES_OPTION - Static variable in interface org.jboss.net.axis.server.Constants
- DOMAIN - Static variable in interface org.jboss.net.axis.server.Constants
- programmatic constants
- deployExternalWebService(Element) - Method in class org.jboss.net.axis.server.AxisService
- deploy an external web service reference
- deployments - Variable in class org.jboss.net.axis.server.AxisService
- A map of current deployment names to the wsdd docs that created them.
- destroy(DeploymentInfo) - Method in class org.jboss.net.axis.server.AxisService
- destroy a given deployment
- destroy() - Method in class org.jboss.net.axis.server.EJBProvider.EJBServiceLifeCycle
- call remove
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.net.axis.server.FlashAxisServiceServlet
- This method sits on top of the AxisService.doPost() acting as a filter by first creating a FilterHttpServletRequest and passing it to the base class implementation.
- doesUserHaveRole(Principal, Set) - Method in class org.jboss.net.axis.server.JBossAuthorizationHandler
- return whether the given Principal has the given roles
E
- EJBHomeProvider - class org.jboss.net.axis.server.EJBHomeProvider.
- A JBoss-compatible Provider that exposes the methods of a beanīs home, such as a stateless session bean or an entity bean.
- EJBHomeProvider() - Constructor for class org.jboss.net.axis.server.EJBHomeProvider
- Creates new EJBProvider
- EJBProvider - class org.jboss.net.axis.server.EJBProvider.
- A JBoss-compatible EJB Provider that exposes the methods of any session bean as a web service endpoint.
- EJBProvider() - Constructor for class org.jboss.net.axis.server.EJBProvider
- Creates new EJBProvider
- EJBProvider.EJBServiceLifeCycle - class org.jboss.net.axis.server.EJBProvider.EJBServiceLifeCycle.
- This is the lifecycle object that is registered in the message scope and that shields the proper bean reference
- EJBProvider.EJBServiceLifeCycle(Object) - Constructor for class org.jboss.net.axis.server.EJBProvider.EJBServiceLifeCycle
- constructs a new lifecycle
- EJB_REF_MUST_HAVE_UNIQUE_LINK - Static variable in interface org.jboss.net.axis.server.Constants
- EJB_REF_MUST_HAVE_UNIQUE_NAME - Static variable in interface org.jboss.net.axis.server.Constants
- ERR_EXISTING_HEADER - Static variable in interface org.jboss.net.axis.server.Constants
- ERR_MISSING_PARM - Static variable in interface org.jboss.net.axis.server.Constants
- EntityBeanDeserializer - class org.jboss.net.axis.server.EntityBeanDeserializer.
- Server-side deserializer hitting an existing entity bean.
- EntityBeanDeserializer(Class, QName) - Constructor for class org.jboss.net.axis.server.EntityBeanDeserializer
- Construct a new BeanSerializer
- EntityBeanDeserializer.BeanPropertyDescriptor - class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor.
- EntityBeanDeserializer.BeanPropertyDescriptor(String, Method, Method) - Constructor for class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor
- EntityBeanDeserializer.BeanPropertyTarget - class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyTarget.
- Class which knows how to update a bean property
- EntityBeanDeserializer.BeanPropertyTarget(EntityBeanDeserializer.BeanPropertyDescriptor) - Constructor for class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyTarget
- This constructor is used for a normal property.
- EntityBeanDeserializer.BeanPropertyTarget(EntityBeanDeserializer.BeanPropertyDescriptor, int) - Constructor for class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyTarget
- This constructor is used for an indexed property.
- EntityBeanDeserializer.FindPropertyTarget - class org.jboss.net.axis.server.EntityBeanDeserializer.FindPropertyTarget.
- EntityBeanDeserializer.FindPropertyTarget(int) - Constructor for class org.jboss.net.axis.server.EntityBeanDeserializer.FindPropertyTarget
- EntityBeanDeserializerFactory - class org.jboss.net.axis.server.EntityBeanDeserializerFactory.
- Factory for server-side Entity Bean Deserialization.
- EntityBeanDeserializerFactory(Class, QName) - Constructor for class org.jboss.net.axis.server.EntityBeanDeserializerFactory
- the usual constructor used by axis
- EntityBeanDeserializerFactory(Class, QName, Hashtable) - Constructor for class org.jboss.net.axis.server.EntityBeanDeserializerFactory
- the extended constructor that is parameterized
- ejbCreateMethod - Variable in class org.jboss.net.axis.server.EJBProvider
- we are caching the create method for perfomance purposes
- ejbHome - Variable in class org.jboss.net.axis.server.EJBProvider
- we are caching the home for perfomance purposes
- endTransaction(MessageContext, boolean) - Method in class org.jboss.net.axis.server.TransactionResponseHandler
F
- FlashAxisServiceServlet - class org.jboss.net.axis.server.FlashAxisServiceServlet.
- A AxisServlet that allows the Flash player/plugin to interact with the Axis SOAP engine despite the inability to generate the SOAPAction HTTP header.
- FlashAxisServiceServlet() - Constructor for class org.jboss.net.axis.server.FlashAxisServiceServlet
- Creates new AxisServlet
- FlashAxisServiceServlet.FilteredHttpServletRequest - class org.jboss.net.axis.server.FlashAxisServiceServlet.FilteredHttpServletRequest.
- This is a spoofing class whose sole purpose is to make it appear that the HTTP "SOAPAction" parameter is actually an HTTP Header attribute.
- FlashAxisServiceServlet.FilteredHttpServletRequest(HttpServletRequest) - Constructor for class org.jboss.net.axis.server.FlashAxisServiceServlet.FilteredHttpServletRequest
- Constructs an instance with the soapAction set to the value of the HTTP "SOAPAction" parameter.
- FlashNamespaceHandler - class org.jboss.net.axis.server.FlashNamespaceHandler.
- This class implements the Apache Axis Handler interface.
- FlashNamespaceHandler() - Constructor for class org.jboss.net.axis.server.FlashNamespaceHandler
- fieldSetters - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer
- findElements - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer
- findMethod - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer
- findObjects - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer
G
- GET_AXIS_SERVER_METHOD_NAME - Static variable in interface org.jboss.net.axis.server.Constants
- generateWSDL(MessageContext) - Method in class org.jboss.net.axis.server.EJBProvider
- Generate the WSDL for this service.
- generateWSDL(MessageContext) - Method in class org.jboss.net.axis.server.WsdlAwareHttpActionHandler
- sets the presence flag in the context such that any provider that uses this flag will be able to generate soap-action information.
- getAssociatedPrincipals(MessageContext) - Method in class org.jboss.net.axis.server.JBossAuthorizationHandler
- returns a collection of principals that the context subject is associated with
- getAttribute(String) - Method in class org.jboss.net.axis.server.JMXEngineConfigurationFactory
- find attribute through JMX server and mbean
- getAttribute(String, String) - Method in class org.jboss.net.axis.server.JMXEngineConfigurationProvider
- find attribute through JMX server and mbean
- getAxisServer() - Method in class org.jboss.net.axis.server.AxisService
- return the associated server
- getAxisServer() - Method in interface org.jboss.net.axis.server.AxisServiceMBean
- returns the associated axis server
- getAxisServer() - Method in class org.jboss.net.axis.server.JMXEngineConfigurationFactory
- return axis server associated with mbean
- getAxisServer(String) - Method in class org.jboss.net.axis.server.JMXEngineConfigurationProvider
- return axis server associated with mbean
- getClientEngineConfig() - Method in class org.jboss.net.axis.server.JMXEngineConfigurationFactory
- getClientEngineConfiguration() - Method in class org.jboss.net.axis.server.AxisService
- return the associated client configuration
- getClientEngineConfiguration() - Method in interface org.jboss.net.axis.server.AxisServiceMBean
- return the associated client configuration
- getClientEngineConfiguration(String) - Method in class org.jboss.net.axis.server.JMXEngineConfigurationProvider
- return client config associated with mbean
- getEJBCreateMethod(String) - Method in class org.jboss.net.axis.server.EJBProvider
- access home factory via jndi if reference is not yet cached
- getEJBHome(String) - Method in class org.jboss.net.axis.server.EJBProvider
- access home factory via jndi if reference is not yet cached
- getEngine() - Method in class org.jboss.net.axis.server.AxisAdminServlet
- override AxisServlet.getEngine() in order to redirect to the corresponding AxisEngine.
- getEngine() - Method in class org.jboss.net.axis.server.AxisServiceServlet
- override AxisServlet.getEngine() in order to redirect to the corresponding AxisEngine.
- getHeader(String) - Method in class org.jboss.net.axis.server.FlashAxisServiceServlet.FilteredHttpServletRequest
- If there is a SOAPAction HTTP parameter, return that value instead of NULL.
- getName() - Method in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor
- getNewServiceObject(MessageContext, String) - Method in class org.jboss.net.axis.server.EJBHomeProvider
- Return the object which implements the service.
- getOptions() - Method in class org.jboss.net.axis.server.EntityBeanDeserializer
- getPd(Class) - Static method in class org.jboss.net.axis.server.EntityBeanDeserializer
- Create a BeanPropertyDescriptor array for the indicated class.
- getPrincipal(String) - Method in class org.jboss.net.axis.server.JBossAuthenticationHandler
- creates a new principal belonging to the given username, override to adapt to specific security domains.
- getPrincipal(String) - Method in class org.jboss.net.axis.server.JBossAuthorizationHandler
- creates a new principal belonging to the given username, override to adapt to specific security domains.
- getReadMethod() - Method in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor
- getServerEngineConfig() - Method in class org.jboss.net.axis.server.JMXEngineConfigurationFactory
- getServerEngineConfiguration() - Method in class org.jboss.net.axis.server.AxisService
- return the associated server configuration
- getServerEngineConfiguration() - Method in interface org.jboss.net.axis.server.AxisServiceMBean
- return the associated server configuration
- getServerEngineConfiguration(String) - Method in class org.jboss.net.axis.server.JMXEngineConfigurationProvider
- return server config associated with mbean
- getServiceClass(MessageContext, String) - Method in class org.jboss.net.axis.server.EJBHomeProvider
- Get the class description for the EJB Remote Interface, which is what we are interested in exposing to the world (i.e.
- getServiceClass(String, SOAPService, MessageContext) - Method in class org.jboss.net.axis.server.EJBProvider
- Return the class name of the service, note that this could be called outside the correct chain, e.g., by the url mapper.
- getServiceClassNameOptionName() - Method in class org.jboss.net.axis.server.EJBHomeProvider
- Return the option in the configuration that contains the service class name.
- getStringOption(String, String) - Method in class org.jboss.net.axis.server.EntityBeanDeserializer
- returns an option string with a default
- getType() - Method in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor
- getWriteMethod() - Method in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor
- getter - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor
H
- home - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer
- homeInterfaceNameOption - Static variable in class org.jboss.net.axis.server.EJBHomeProvider
I
- index - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyTarget
- init(DeploymentInfo) - Method in class org.jboss.net.axis.server.AxisService
- init(Object) - Method in class org.jboss.net.axis.server.EJBProvider.EJBServiceLifeCycle
- Nothing to be done
- initServiceDesc(SOAPService, MessageContext) - Method in class org.jboss.net.axis.server.EJBProvider
- initialContext - Variable in class org.jboss.net.axis.server.AxisService
- the initial context into which we bind external web-service proxies
- initialise() - Method in class org.jboss.net.axis.server.JBossAuthenticationHandler
- initialize this authenticationhandler lazy, after the options have been set.
- initialise() - Method in class org.jboss.net.axis.server.JBossAuthorizationHandler
- initializes the roles checked by this handler
- initialize() - Method in class org.jboss.net.axis.server.EntityBeanDeserializer
- initialize the deserializer
- initialized - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer
- invoke(MessageContext) - Method in class org.jboss.net.axis.server.FlashNamespaceHandler
- Implements
- invoke(MessageContext) - Method in class org.jboss.net.axis.server.JBossAuthenticationHandler
- Authenticate the user and password from the msgContext.
- invoke(MessageContext) - Method in class org.jboss.net.axis.server.JBossAuthorizationHandler
- Authenticate the user and password from the msgContext.
- invoke(MessageContext) - Method in class org.jboss.net.axis.server.SerialisationResponseHandler
- force deserialisation by accessing the msgcontext.
- invoke(MessageContext) - Method in class org.jboss.net.axis.server.TransactionRequestHandler
- begins a new transaction if not yet started
- invoke(MessageContext) - Method in class org.jboss.net.axis.server.TransactionResponseHandler
- isInitialised - Variable in class org.jboss.net.axis.server.JBossAuthenticationHandler
- whether this handler has been initialized already
- isInitialised - Variable in class org.jboss.net.axis.server.JBossAuthorizationHandler
- whether this handler has been initialized
J
- JBOSS_WEB_DEPLOYMENT_DESCRIPTOR - Static variable in interface org.jboss.net.axis.server.Constants
- JBossAuthenticationHandler - class org.jboss.net.axis.server.JBossAuthenticationHandler.
- AuthenticationHandler that interacts with a given JBoss autentication manager via default simple principals and passchars from the HTTP Basic Authentication.
- JBossAuthenticationHandler() - Constructor for class org.jboss.net.axis.server.JBossAuthenticationHandler
- default, all options are set afterwards
- JBossAuthorizationHandler - class org.jboss.net.axis.server.JBossAuthorizationHandler.
- AuthorizationHandler that checks allowed and denied roles against the active subject using a given realmMapping.
- JBossAuthorizationHandler() - Constructor for class org.jboss.net.axis.server.JBossAuthorizationHandler
- JMXEngineConfigurationFactory - class org.jboss.net.axis.server.JMXEngineConfigurationFactory.
- A configuration factory that accesses axis server engines via JMX attribute access.
- JMXEngineConfigurationFactory(String) - Constructor for class org.jboss.net.axis.server.JMXEngineConfigurationFactory
- construct a new factory tied to a particular engine provider mbean
- JMXEngineConfigurationProvider - class org.jboss.net.axis.server.JMXEngineConfigurationProvider.
- configuration provider that accesses configuration services via JMX.
- JMXEngineConfigurationProvider() - Constructor for class org.jboss.net.axis.server.JMXEngineConfigurationProvider
- javaType - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer
- jecp - Static variable in class org.jboss.net.axis.server.JMXEngineConfigurationProvider
L
- log - Variable in class org.jboss.net.axis.server.FlashAxisServiceServlet
- The instance logger for the service.
M
- MARKER - Static variable in class org.jboss.net.axis.server.TransactionRequestHandler
- makeNewServiceObject(MessageContext, String) - Method in class org.jboss.net.axis.server.EJBProvider
- Return the object which implements the service lifecycle.
- myDeploymentInfo - Variable in class org.jboss.net.axis.server.AxisService
- this is where the axis "web-application" has been installed
N
- NAME - Static variable in interface org.jboss.net.axis.server.Constants
- NO_VALID_WEB_SERVICE_DESCRIPTOR - Static variable in interface org.jboss.net.axis.server.Constants
- name - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor
- newFactory(Object) - Static method in class org.jboss.net.axis.server.JMXEngineConfigurationFactory
- static method to create a new factory along the Axis spec
- newJMXFactory(String) - Static method in class org.jboss.net.axis.server.JMXEngineConfigurationFactory
- static method to create a new jmx factory
O
- objectName - Variable in class org.jboss.net.axis.server.JMXEngineConfigurationFactory
- onEndElement(String, String, DeserializationContext) - Method in class org.jboss.net.axis.server.EntityBeanDeserializer
- onFault(MessageContext) - Method in class org.jboss.net.axis.server.FlashNamespaceHandler
- onFault(MessageContext) - Method in class org.jboss.net.axis.server.TransactionResponseHandler
- onStartChild(String, String, String, Attributes, DeserializationContext) - Method in class org.jboss.net.axis.server.EntityBeanDeserializer
- Deserializer interface called on each child element encountered in the XML stream.
- onStartElement(String, String, String, Attributes, DeserializationContext) - Method in class org.jboss.net.axis.server.EntityBeanDeserializer
- Set the bean properties that correspond to element attributes.
- options - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer
- org.jboss.net.axis.server - package org.jboss.net.axis.server
- This package contains server- as well as client-side glue code to integrate the Axis project into JBoss.
P
- pd - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyTarget
- position - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer.FindPropertyTarget
- processMessage(MessageContext, SOAPEnvelope, SOAPEnvelope, Object) - Method in class org.jboss.net.axis.server.EJBProvider
- Override processMessage of super class in order to unpack the service object from the lifecycle
- processPropertyDescriptors(PropertyDescriptor[], Class) - Static method in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor
- This method attempts to sort the property descriptors to match the order defined in the class.
- propertyMap - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer
R
- realmMapping - Variable in class org.jboss.net.axis.server.JBossAuthorizationHandler
- the security domain against which we call
- remoteClass - Variable in class org.jboss.net.axis.server.EJBProvider
- the real remote class we are shielding
- removeNamespaces(MessageContext) - Method in class org.jboss.net.axis.server.FlashNamespaceHandler
- Flag the SOAP envelope not to use namespaces.
- rolesAllowed - Variable in class org.jboss.net.axis.server.JBossAuthorizationHandler
- the roles that we want to let through
- rolesDenied - Variable in class org.jboss.net.axis.server.JBossAuthorizationHandler
- the roles that we want to deny access
S
- SECURITY_DOMAIN_OPTION - Static variable in interface org.jboss.net.axis.server.Constants
- SERVER_DELEGATE_NAME - Static variable in interface org.jboss.net.axis.server.Constants
- SERVER_ID_ATTRIBUTE - Static variable in interface org.jboss.net.axis.server.Constants
- SET_ROOT_CONTEXT_0 - Static variable in interface org.jboss.net.axis.server.Constants
- SET_SECURITY_DOMAIN_TO_0 - Static variable in interface org.jboss.net.axis.server.Constants
- SET_WAR_DEPLOYER_0 - Static variable in interface org.jboss.net.axis.server.Constants
- SerialisationResponseHandler - class org.jboss.net.axis.server.SerialisationResponseHandler.
- This handler is to force serialisation inside transaction and security boundaries.
- SerialisationResponseHandler() - Constructor for class org.jboss.net.axis.server.SerialisationResponseHandler
- server - Variable in class org.jboss.net.axis.server.AxisAdminServlet
- reference to the server
- server - Variable in class org.jboss.net.axis.server.AxisServiceServlet
- reference to the server
- server - Variable in class org.jboss.net.axis.server.JMXEngineConfigurationFactory
- serverConfiguration - Variable in class org.jboss.net.axis.server.AxisService
- the server configuration belonging to this service
- serviceObject - Variable in class org.jboss.net.axis.server.EJBProvider.EJBServiceLifeCycle
- may be local or remote object
- set(Object) - Method in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyTarget
- set(Object) - Method in class org.jboss.net.axis.server.EntityBeanDeserializer.FindPropertyTarget
- setOptions(Map) - Method in class org.jboss.net.axis.server.EntityBeanDeserializer
- setReal(Object) - Method in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyTarget
- setter - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyDescriptor
- shouldValidateUnauthenticatedCalls - Variable in class org.jboss.net.axis.server.JBossAuthenticationHandler
- whether this handler should let through unauthenticated calls
- soapAction - Variable in class org.jboss.net.axis.server.FlashAxisServiceServlet.FilteredHttpServletRequest
- we keep the parameter here
- start(DeploymentInfo) - Method in class org.jboss.net.axis.server.AxisService
- Describe
startmethod here. - startService() - Method in class org.jboss.net.axis.server.AxisService
- start service means - initialise axis engine - register Axis servlet in WebContainer - contact the maindeployer
- stop(DeploymentInfo) - Method in class org.jboss.net.axis.server.AxisService
- stop a given deployment
- stopService() - Method in class org.jboss.net.axis.server.AxisService
- what to do to stop axis temporarily --> undeploy the servlet
T
- TRANSACTION_PROPERTY - Static variable in interface org.jboss.net.axis.server.Constants
- TYPE - Static variable in interface org.jboss.net.axis.server.Constants
- TransactionRequestHandler - class org.jboss.net.axis.server.TransactionRequestHandler.
- This handler is to create an artifical "client"-side transaction around the web-service request.
- TransactionRequestHandler() - Constructor for class org.jboss.net.axis.server.TransactionRequestHandler
- TransactionResponseHandler - class org.jboss.net.axis.server.TransactionResponseHandler.
- This handler is to finish a previously opened client-side transaction.
- TransactionResponseHandler() - Constructor for class org.jboss.net.axis.server.TransactionResponseHandler
- typeDesc - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer
U
- USER_TRANSACTION_JNDI_NAME - Static variable in interface org.jboss.net.axis.server.Constants
- undeployExternalWebService(Element) - Method in class org.jboss.net.axis.server.AxisService
- undeploys an external web service reference
- userTransaction - Variable in class org.jboss.net.axis.server.TransactionResponseHandler
V
- VALIDATE_UNAUTHENTICATED_CALLS_OPTION - Static variable in interface org.jboss.net.axis.server.Constants
- validate(Principal, String) - Method in class org.jboss.net.axis.server.JBossAuthenticationHandler
- validates the given principal with the given password
- value - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer.BeanPropertyTarget
- valueBound(HttpSessionBindingEvent) - Method in class org.jboss.net.axis.server.EJBProvider.EJBServiceLifeCycle
- valueUnbound(HttpSessionBindingEvent) - Method in class org.jboss.net.axis.server.EJBProvider.EJBServiceLifeCycle
W
- WEB_DEPLOYMENT_DESCRIPTOR - Static variable in interface org.jboss.net.axis.server.Constants
- WEB_SERVICE_DESCRIPTOR - Static variable in interface org.jboss.net.axis.server.Constants
- WSR_FILE_EXTENSION - Static variable in interface org.jboss.net.axis.server.Constants
- WsdlAwareHttpActionHandler - class org.jboss.net.axis.server.WsdlAwareHttpActionHandler.
- This HttpActionHandler will influence the wsdl-generation of action aware service providers, such as EJBProvider.
- WsdlAwareHttpActionHandler() - Constructor for class org.jboss.net.axis.server.WsdlAwareHttpActionHandler
- webDeployer - Variable in class org.jboss.net.axis.server.AxisService
- the web deployer that hosts our servlet
X
- XML_FILE_EXTENSION - Static variable in interface org.jboss.net.axis.server.Constants
- xmlType - Variable in class org.jboss.net.axis.server.EntityBeanDeserializer
A B C D E F G H I J L M N O P R S T U V W X
|
|||||||||
| Home >> All >> org >> jboss >> net >> axis >> [ server overview ] | PREV NEXT | ||||||||