org.jboss.wsf.spi.metadata
Interface DescriptorParser<T>
- All Known Subinterfaces:
- JBossWebservicesDescriptorParser, WebservicesDescriptorParser
public interface DescriptorParser<T>
- Author:
- Richard Opalka, [email protected]
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description String
getDescriptorName()
Descriptor name to parse and process.T
parse(URL url)
Parses the descriptor at the provided URL and returns the corresponding object (metadata)
Copyright © 2020 JBoss, by Red Hat. All rights reserved.