Package com.sun.xml.rpc.tools.wsdeploy
Class DeploymentDescriptorParser
java.lang.Object
com.sun.xml.rpc.tools.wsdeploy.DeploymentDescriptorParser
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidensureNoContent(XMLReader reader) protected static voidprotected static voidfailWithFullName(String key, XMLReader reader) protected static voidfailWithLocalName(String key, XMLReader reader) protected static voidfailWithLocalName(String key, XMLReader reader, String arg) protected StringgetAttribute(XMLReader reader, String name) protected StringgetMandatoryAttribute(XMLReader reader, String name) protected StringgetMandatoryNonEmptyAttribute(XMLReader reader, String name) protected StringgetNonEmptyAttribute(XMLReader reader, String name) parse(InputStream is) protected EndpointInfoparseEndpoint(XMLReader reader) protected EndpointClientInfoparseEndpointClient(XMLReader reader) protected EndpointMappingInfoparseEndpointMapping(XMLReader reader) protected WebServicesInfoparseWebServices(XMLReader reader)
-
Constructor Details
-
DeploymentDescriptorParser
public DeploymentDescriptorParser()
-
-
Method Details
-
parse
-
parseWebServices
-
parseEndpointClient
-
parseEndpoint
-
parseEndpointMapping
-
getAttribute
-
getNonEmptyAttribute
-
getMandatoryAttribute
-
getMandatoryNonEmptyAttribute
-
ensureNoContent
-
fail
-
failWithFullName
-
failWithLocalName
-
failWithLocalName
-