public class WSDLPropertyReader extends Object
Constructor and Description |
---|
WSDLPropertyReader() |
Modifier and Type | Method and Description |
---|---|
Map |
getDefinitionNamespaceMap()
Returns the namespace map from definition
|
List |
getPortNameList(QName serviceName)
Returns a list of ports for a particular service
the names are QNames
|
List |
getServiceList()
Returns a list of service names
the names are QNames
|
javax.wsdl.Definition |
getWsdlDefinition()
public method to get loaded wsdl Definition
|
String |
packageFromTargetNamespace()
get the default package derived by the targetNamespace
|
void |
readWSDL(String filepath) |
public void readWSDL(String filepath) throws javax.wsdl.WSDLException
javax.wsdl.WSDLException
public Map getDefinitionNamespaceMap()
public String packageFromTargetNamespace()
public List getServiceList()
public List getPortNameList(QName serviceName)
public javax.wsdl.Definition getWsdlDefinition()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.