|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.actions.soap.SchemaLocationParser
public class SchemaLocationParser
| Constructor Summary | |
|---|---|
SchemaLocationParser(SchemaDeployer deployer)
The constructor for this class takes a deployer which is used deploy the XSD file given a filename. |
|
| Method Summary | |
|---|---|
java.lang.String |
deployXSD(java.lang.String location)
Call the deployer to deploy the XSD. |
void |
getImport(org.w3c.dom.Element element)
Extract an import element. |
static java.lang.String |
getLocalPart(org.w3c.dom.Node child)
Utility method for parsing local part of a QName. |
void |
getPort(org.w3c.dom.Element element)
Extract the port. |
void |
getSchema(org.w3c.dom.Element element)
Extract the schema from an element. |
java.lang.String |
getSoapAddress()
|
void |
getSOAPAddress(org.w3c.dom.Element element)
Get the SOAP Adddress. |
void |
getSOAPAddress(java.lang.String wsdl)
Get the SOAP Address attribute from the WSDL. |
java.lang.String |
parse(java.lang.String wsdl)
Parse the wsdl for any specified schemaLocations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaLocationParser(SchemaDeployer deployer)
throws javax.xml.parsers.ParserConfigurationException
deployer -
javax.xml.parsers.ParserConfigurationException| Method Detail |
|---|
public java.lang.String getSoapAddress()
public void getSOAPAddress(java.lang.String wsdl)
throws org.xml.sax.SAXException,
java.io.IOException,
javax.xml.transform.TransformerException
wsdl -
org.xml.sax.SAXException
java.io.IOException
javax.xml.transform.TransformerException
public java.lang.String parse(java.lang.String wsdl)
throws org.xml.sax.SAXException,
java.io.IOException,
javax.xml.transform.TransformerException
wsdl -
org.xml.sax.SAXException
java.io.IOException
javax.xml.transform.TransformerExceptionpublic void getSchema(org.w3c.dom.Element element)
element - public void getPort(org.w3c.dom.Element element)
element - public void getImport(org.w3c.dom.Element element)
element - public void getSOAPAddress(org.w3c.dom.Element element)
element - public java.lang.String deployXSD(java.lang.String location)
location -
public static java.lang.String getLocalPart(org.w3c.dom.Node child)
child -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||