org.jboss.wsf.spi.metadata.config
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:
- [email protected]
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description protected String
getDescriptorForLogs()
static ConfigRoot
parse(InputStream is)
static ConfigRoot
parse(URL url)
static ConfigRoot
parse(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:
getDescriptorForLogs
in classAbstractHandlerChainsMetaDataParser
Copyright © 2018 JBoss, by Red Hat. All rights reserved.