Package org.jboss.wsf.spi.metadata
Interface DescriptorParser<T>
-
- All Known Subinterfaces:
JBossWebservicesDescriptorParser,WebservicesDescriptorParser
public interface DescriptorParser<T>- Author:
- Richard Opalka, alessio.soldano@jboss.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescriptorName()Descriptor name to parse and process.Tparse(URL url)Parses the descriptor at the provided URL and returns the corresponding object (metadata)
-