Package org.jboss.as.webservices.parser
Class WSDeploymentAspectParser
java.lang.Object
org.jboss.as.webservices.parser.WSDeploymentAspectParser
A parser for WS deployment aspects
- Since:
- 18-Jan-2011
- Author:
- alessio.soldano@jboss.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
WSDeploymentAspectParser
public WSDeploymentAspectParser()
-
-
Method Details
-
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
-