|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.wsdl.parser.RuntimeWSDLParser
public class RuntimeWSDLParser
Parses WSDL and builds WSDLModel.
| Method Summary | |
|---|---|
static WSDLModel |
parse(java.net.URL wsdlLoc,
javax.xml.transform.Source wsdlSource,
org.xml.sax.EntityResolver resolver,
boolean isClientSide,
Container container,
java.lang.Class serviceClass,
PolicyResolver policyResolver,
boolean isUseStreamFromEntityResolverWrapper,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
parse(java.net.URL wsdlLoc,
javax.xml.transform.Source wsdlSource,
org.xml.sax.EntityResolver resolver,
boolean isClientSide,
Container container,
java.lang.Class serviceClass,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
parse(java.net.URL wsdlLoc,
javax.xml.transform.Source wsdlSource,
org.xml.sax.EntityResolver resolver,
boolean isClientSide,
Container container,
java.lang.Class serviceClass,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
parse(java.net.URL wsdlLoc,
javax.xml.transform.Source wsdlSource,
org.xml.sax.EntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
parse(java.net.URL wsdlLoc,
javax.xml.transform.Source wsdlSource,
org.xml.sax.EntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
parse(XMLEntityResolver.Parser wsdl,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
|
static WSDLModel |
parse(XMLEntityResolver.Parser wsdl,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions)
|
protected void |
parseImport(java.net.URL baseURL,
javax.xml.stream.XMLStreamReader reader)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WSDLModel parse(@Nullable
java.net.URL wsdlLoc,
@NotNull
javax.xml.transform.Source wsdlSource,
@NotNull
org.xml.sax.EntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions)
throws java.io.IOException,
javax.xml.stream.XMLStreamException,
org.xml.sax.SAXException
MetadataResolverFactory is tried to get the WSDL document, if not found
then as last option, if the wsdlLoc has no '?wsdl' as query parameter then it is tried by appending '?wsdl'.
wsdlLoc - Either this or wsdl parameter must be given.
Null location means the system won't be able to resolve relative references in the WSDL,
java.io.IOException
javax.xml.stream.XMLStreamException
org.xml.sax.SAXException
public static WSDLModel parse(@Nullable
java.net.URL wsdlLoc,
@NotNull
javax.xml.transform.Source wsdlSource,
@NotNull
org.xml.sax.EntityResolver resolver,
boolean isClientSide,
Container container,
java.lang.Class serviceClass,
WSDLParserExtension... extensions)
throws java.io.IOException,
javax.xml.stream.XMLStreamException,
org.xml.sax.SAXException
MetadataResolverFactory is tried to get the WSDL document, if not found
then as last option, if the wsdlLoc has no '?wsdl' as query parameter then it is tried by appending '?wsdl'.
wsdlLoc - Either this or wsdl parameter must be given.
Null location means the system won't be able to resolve relative references in the WSDL,
java.io.IOException
javax.xml.stream.XMLStreamException
org.xml.sax.SAXException
public static WSDLModel parse(@Nullable
java.net.URL wsdlLoc,
@NotNull
javax.xml.transform.Source wsdlSource,
@NotNull
org.xml.sax.EntityResolver resolver,
boolean isClientSide,
Container container,
@NotNull
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
throws java.io.IOException,
javax.xml.stream.XMLStreamException,
org.xml.sax.SAXException
MetadataResolverFactory is tried to get the WSDL document, if not found
then as last option, if the wsdlLoc has no '?wsdl' as query parameter then it is tried by appending '?wsdl'.
wsdlLoc - Either this or wsdl parameter must be given.
Null location means the system won't be able to resolve relative references in the WSDL,
java.io.IOException
javax.xml.stream.XMLStreamException
org.xml.sax.SAXException
public static WSDLModel parse(@Nullable
java.net.URL wsdlLoc,
@NotNull
javax.xml.transform.Source wsdlSource,
@NotNull
org.xml.sax.EntityResolver resolver,
boolean isClientSide,
Container container,
java.lang.Class serviceClass,
@NotNull
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
throws java.io.IOException,
javax.xml.stream.XMLStreamException,
org.xml.sax.SAXException
MetadataResolverFactory is tried to get the WSDL document, if not found
then as last option, if the wsdlLoc has no '?wsdl' as query parameter then it is tried by appending '?wsdl'.
wsdlLoc - Either this or wsdl parameter must be given.
Null location means the system won't be able to resolve relative references in the WSDL,
java.io.IOException
javax.xml.stream.XMLStreamException
org.xml.sax.SAXException
public static WSDLModel parse(@Nullable
java.net.URL wsdlLoc,
@NotNull
javax.xml.transform.Source wsdlSource,
@NotNull
org.xml.sax.EntityResolver resolver,
boolean isClientSide,
Container container,
java.lang.Class serviceClass,
@NotNull
PolicyResolver policyResolver,
boolean isUseStreamFromEntityResolverWrapper,
WSDLParserExtension... extensions)
throws java.io.IOException,
javax.xml.stream.XMLStreamException,
org.xml.sax.SAXException
MetadataResolverFactory is tried to get the WSDL document, if not found
then as last option, if the wsdlLoc has no '?wsdl' as query parameter then it is tried by appending '?wsdl'.
wsdlLoc - Either this or wsdl parameter must be given.
Null location means the system won't be able to resolve relative references in the WSDL,
java.io.IOException
javax.xml.stream.XMLStreamException
org.xml.sax.SAXException
public static WSDLModel parse(XMLEntityResolver.Parser wsdl,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
throws java.io.IOException,
javax.xml.stream.XMLStreamException,
org.xml.sax.SAXException
java.io.IOException
javax.xml.stream.XMLStreamException
org.xml.sax.SAXException
public static WSDLModel parse(XMLEntityResolver.Parser wsdl,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions)
throws java.io.IOException,
javax.xml.stream.XMLStreamException,
org.xml.sax.SAXException
java.io.IOException
javax.xml.stream.XMLStreamException
org.xml.sax.SAXException
protected void parseImport(@Nullable
java.net.URL baseURL,
javax.xml.stream.XMLStreamReader reader)
throws java.io.IOException,
org.xml.sax.SAXException,
javax.xml.stream.XMLStreamException
java.io.IOException
org.xml.sax.SAXException
javax.xml.stream.XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||