|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| 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. |
Collection |
getEndpoints()Get a collection of all the endpoints defined by 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.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||