|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3.1.0) B28977-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentAdapter
Implementations of this interface provide host-platform-specific information during web service deployment.
Method Summary | |
---|---|
String |
getApplicationName(ServletContext servletContext) Determine the name of the application. |
String |
getContextRoot(ServletContext servletContext) Determine the deployed context root. |
WebServicesDescriptorInfo |
getDescriptor(ServletContext servletContext) Get the WebServiceDescriptor instance associated with the web service identified by the specified ServletContext instance. |
String |
getModuleName(ServletContext context) Determine the name of the J2EE module to which the web service, identified by the specified ServletContext instance, belongs. |
Method Detail |
---|
String getApplicationName(ServletContext servletContext)
servletContext
-String getContextRoot(ServletContext servletContext)
servletContext
-String getModuleName(ServletContext context)
context
- The ServletContext for the web component.WebServicesDescriptorInfo getDescriptor(ServletContext servletContext) throws Exception
servletContext
- A ServletContext instance associated with the web service.Exception
- The types of exception that can be expected will vary with the implementation.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |