|
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 WebServicesDescriptorInfo
Implementations of this interface provide encapsulate web services deployment descriptor information.
Method Summary | |
---|---|
String |
getContextRoot() Get the context root associated with the web services application. |
String |
getDeploymentDescriptorPath() Get the name of the proprietary web services deployment descriptor. |
Collection |
getEndpoints() Get a collection of all the endpoints defined by this descriptor. |
String |
getOracleWebServiceXML() Get the XML content of the Oracle proprietary web services descriptor associated with this descriptor. |
WebServiceEndpointInfo |
getWebServiceEndpointInfo(String endpointName) Get information about the web service endpoint with the specified name. |
Collection |
getWebServices() Get a collection of all the web services defined by this descriptor. |
boolean |
isEJBWebService() Determine whether this descriptor includes EJB-based web services. |
Method Detail |
---|
String getContextRoot()
boolean isEJBWebService()
Collection getWebServices()
Collection getEndpoints()
WebServiceEndpointInfo getWebServiceEndpointInfo(String endpointName)
endpointName
- The name of the desired endpoint.String getDeploymentDescriptorPath()
String getOracleWebServiceXML()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |