public interface WebServicesDescriptorInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContextRoot()
Get the context root associated with the web services application.
|
java.util.Collection |
getEndpoints()
Get a collection of all the endpoints defined by this descriptor.
|
java.util.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.
|
java.lang.String getContextRoot()
boolean isEJBWebService()
java.util.Collection getWebServices()
java.util.Collection getEndpoints()