|
||||||||||
| 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(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
PolicyResolver policyResolver,
boolean isUseStreamFromEntityResolverWrapper,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
parse(URL wsdlLoc,
Source wsdlSource,
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(URL baseURL,
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
URL wsdlLoc,
@NotNull
Source wsdlSource,
@NotNull
EntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions)
throws IOException,
XMLStreamException,
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,
IOException
XMLStreamException
SAXException
public static WSDLModel parse(@Nullable
URL wsdlLoc,
@NotNull
Source wsdlSource,
@NotNull
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
WSDLParserExtension... extensions)
throws IOException,
XMLStreamException,
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,
IOException
XMLStreamException
SAXException
public static WSDLModel parse(@Nullable
URL wsdlLoc,
@NotNull
Source wsdlSource,
@NotNull
EntityResolver resolver,
boolean isClientSide,
Container container,
@NotNull
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
throws IOException,
XMLStreamException,
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,
IOException
XMLStreamException
SAXException
public static WSDLModel parse(@Nullable
URL wsdlLoc,
@NotNull
Source wsdlSource,
@NotNull
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
@NotNull
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
throws IOException,
XMLStreamException,
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,
IOException
XMLStreamException
SAXException
public static WSDLModel parse(@Nullable
URL wsdlLoc,
@NotNull
Source wsdlSource,
@NotNull
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
@NotNull
PolicyResolver policyResolver,
boolean isUseStreamFromEntityResolverWrapper,
WSDLParserExtension... extensions)
throws IOException,
XMLStreamException,
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,
IOException
XMLStreamException
SAXException
public static WSDLModel parse(XMLEntityResolver.Parser wsdl,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
throws IOException,
XMLStreamException,
SAXException
IOException
XMLStreamException
SAXException
public static WSDLModel parse(XMLEntityResolver.Parser wsdl,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions)
throws IOException,
XMLStreamException,
SAXException
IOException
XMLStreamException
SAXException
protected void parseImport(@Nullable
URL baseURL,
XMLStreamReader reader)
throws IOException,
SAXException,
XMLStreamException
IOException
SAXException
XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||