public class SoapServiceDescriptor
extends chemaxon.marvin.services.ServiceDescriptor
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE
Property key for namespace as
String |
static String |
PORT
Property key for port name as
String |
static String |
SERVICE
Property key for service name as
String |
static String |
WSDL
Property key for Service descriptor as
String |
Constructor and Description |
---|
SoapServiceDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getNameSpace()
Returns the namespace
|
String |
getPortName()
Returns the port name
|
Class<?>[] |
getReturnTypes()
Returns the array of return types
|
chemaxon.marvin.services.soap.SoapServiceHandler |
getServiceHandler() |
String |
getSimpleName() |
String |
getWebServiceName()
Returns the service name
|
String |
getWsdlURI()
Returns the WSDL URI
|
void |
setNameSpace(String nameSpace)
Sets the namespace
|
void |
setPortName(String portName)
Sets the port name
|
void |
setReturnTypes(Class<?>[] returnTypes)
Sets the array of return types
|
void |
setWebServiceName(String webServiceName)
Sets the webservice name
|
void |
setWsdlURI(String wsdlURI)
Sets the WSDL URI
|
addArgument, getAlias, getArgument, getArgumentCount, getArguments, getDescription, getIcon, getMethodName, getName, getProperty, getPropertyChangeSupport, getPropertyKeys, getURL, isAvailable, removeArgument, setAlias, setArgument, setDescription, setMethodName, setName, setProperty, setURL, toString
public static final String WSDL
String
public static final String NAMESPACE
String
public static final String SERVICE
String
public static final String PORT
String
public chemaxon.marvin.services.soap.SoapServiceHandler getServiceHandler()
getServiceHandler
in class chemaxon.marvin.services.ServiceDescriptor
public String getWsdlURI()
public void setWsdlURI(String wsdlURI)
wsdlURI
- the new WSDL URIpublic String getNameSpace()
public void setNameSpace(String nameSpace)
nameSpace
- the new namespacepublic String getWebServiceName()
public void setWebServiceName(String webServiceName)
webServiceName
- the new service namepublic String getPortName()
public void setPortName(String portName)
portName
- the new port namepublic Class<?>[] getReturnTypes()
public void setReturnTypes(Class<?>[] returnTypes)
returnTypes
- the array of return typespublic String getSimpleName()
getSimpleName
in class chemaxon.marvin.services.ServiceDescriptor