Class ConfigMetaDataParser
- java.lang.Object
-
- org.jboss.wsf.spi.metadata.AbstractHandlerChainsMetaDataParser
-
- org.jboss.wsf.spi.metadata.config.ConfigMetaDataParser
-
public class ConfigMetaDataParser extends AbstractHandlerChainsMetaDataParser
The parser for the configuration metadata- Since:
- 29-Apr-2011
- Author:
- alessio.soldano@jboss.com
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetDescriptorForLogs()static ConfigRootparse(InputStream is)static ConfigRootparse(URL url)static ConfigRootparse(XMLStreamReader reader)-
Methods inherited from class org.jboss.wsf.spi.metadata.AbstractHandlerChainsMetaDataParser
parseHandler, parseHandlerChains, parseHandlerChains
-
-
-
-
Method Detail
-
parse
public static ConfigRoot parse(URL url) throws IOException
- Throws:
IOException
-
parse
public static ConfigRoot parse(InputStream is) throws IOException
- Throws:
IOException
-
parse
public static ConfigRoot parse(XMLStreamReader reader) throws XMLStreamException
- Throws:
XMLStreamException
-
getDescriptorForLogs
protected String getDescriptorForLogs()
- Specified by:
getDescriptorForLogsin classAbstractHandlerChainsMetaDataParser
-
-