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
 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)
 

Method Detail

getDescriptorName

String getDescriptorName()
Descriptor name to parse and process.

Returns:
descriptor name to consume.

parse

T parse(URL url)
Parses the descriptor at the provided URL and returns the corresponding object (metadata)

Parameters:
url -
Returns:


Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.