Package org.jboss.as.webservices.parser
Class WSDeploymentAspectParser
- java.lang.Object
-
- org.jboss.as.webservices.parser.WSDeploymentAspectParser
-
public class WSDeploymentAspectParser extends Object
A parser for WS deployment aspects- Since:
- 18-Jan-2011
- Author:
- alessio.soldano@jboss.com
-
-
Constructor Summary
Constructors Constructor Description WSDeploymentAspectParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<org.jboss.wsf.spi.deployment.DeploymentAspect>parse(InputStream is, ClassLoader loader)static List<org.jboss.wsf.spi.deployment.DeploymentAspect>parse(XMLStreamReader reader, ClassLoader loader)
-
-
-
Method Detail
-
parse
public static List<org.jboss.wsf.spi.deployment.DeploymentAspect> parse(InputStream is, ClassLoader loader)
-
parse
public static List<org.jboss.wsf.spi.deployment.DeploymentAspect> parse(XMLStreamReader reader, ClassLoader loader) throws XMLStreamException
- Throws:
XMLStreamException
-
-