org.jboss.wsf.spi.metadata.config
Class ConfigMetaDataParser

java.lang.Object
  extended by org.jboss.wsf.spi.metadata.AbstractHandlerChainsMetaDataParser
      extended by 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
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 class AbstractHandlerChainsMetaDataParser


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