BEA Systems, Inc.


weblogic.management.configuration
Interface WebServiceComponentMBean


public interface WebServiceComponentMBean
extends WebAppComponentMBean

Provides the interface used to configure a Web service that is deployed on a WebLogic Server instance.

A Web service is a special kind of J2EE Web Application that contains an additional deployment descriptor, web-services.xml, that describes the Web service. Because a Web service is packaged as a J2EE Web application, its component MBean is the same as that of a Web application, and thus simply extends the WebAppComponentMBean interface, adding no new methods.

WebLogic Server instantiates this interface only when you deploy a Web service.

This interface can configure Web services that are deployed as WAR files or exploded directories.

Author:
Copyright (c) 2001 by BEA WebXpress. All Rights Reserved.

Fields inherited from class weblogic.management.configuration.ComponentMBean
CACHING_STUB_SVUID
 
Fields inherited from class weblogic.management.configuration.WebDeploymentMBean
CACHING_STUB_SVUID
 
Fields inherited from class weblogic.management.configuration.DeploymentMBean
CACHING_STUB_SVUID, DEFAULT_ORDER, MAX_ORDER, MIN_ORDER
 
Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Fields inherited from class weblogic.management.configuration.DeploymentMBean
CACHING_STUB_SVUID, DEFAULT_ORDER, MAX_ORDER, MIN_ORDER
 
Fields inherited from class weblogic.management.configuration.ConfigurationMBean
CACHING_STUB_SVUID
 
Methods inherited from interface weblogic.management.configuration.WebAppComponentMBean
getAuthFilter, getAuthRealmName, getServletReloadCheckSecs, getSingleThreadedServletPoolSize, isCleanupSessionFilesEnabled, isIndexDirectoryEnabled, isPreferWebInfClasses, isServletExtensionCaseSensitive, isSessionDebuggable, isSessionMonitoringEnabled, setAuthFilter, setAuthRealmName, setContextPath, setIndexDirectoryEnabled, setPreferWebInfClasses, setServletExtensionCaseSensitive, setServletReloadCheckSecs, setSessionCacheSize, setSessionCookieComment, setSessionCookieDomain, setSessionCookieMaxAgeSecs, setSessionCookieName, setSessionCookiePath, setSessionCookiesEnabled, setSessionInvalidationIntervalSecs, setSessionJDBCConnectionTimeoutSecs, setSessionMainAttribute, setSessionMonitoringEnabled, setSessionPersistentStoreCookieName, setSessionPersistentStoreDir, setSessionPersistentStorePool, setSessionPersistentStoreShared, setSessionPersistentStoreTable, setSessionPersistentStoreType, setSessionSwapIntervalSecs, setSessionTimeoutSecs, setSessionURLRewritingEnabled, setSingleThreadedServletPoolSize
 
Methods inherited from interface weblogic.management.configuration.ComponentMBean
activated, getActivatedTargets, getApplication, getURI, setApplication, setURI
 
Methods inherited from interface weblogic.management.configuration.WebDeploymentMBean
addVirtualHost, addWebServer, getVirtualHosts, getWebServers, removeVirtualHost, removeWebServer, setVirtualHosts, setWebServers
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference