|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.uddi.ServiceInfo
public class ServiceInfo
Simple Java Bean to encapsulate the essential properties of a WSDL based service.
The current implementation assumes the following with regards to the WSDL that defines the service:
Constructor Summary | |
---|---|
ServiceInfo()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getAccessPoint()
Return the access point URL of the service described by this ServiceInfo instance. |
java.lang.String |
getBindingName()
Return the binding name that is employed by the service that is described by this ServiceInfo instance. |
java.lang.String |
getName()
Return the name of this ServiceInfo instance. |
java.lang.String |
getNamespace()
Return the namespace of the service that is described by this ServiceInfo instance. |
java.lang.String |
getPortName()
Return the name of the service port that is described by this ServiceInfo instance. |
java.lang.String |
getPortTypeName()
Return the port type name that is implemented by the service described in this ServiceInfo instance. |
java.lang.String |
getProvider()
Return the name of the UDDI Provider/Business. |
java.lang.String |
getServiceName()
Return the name of the service that is described by this ServiceInfo instance. |
java.lang.String |
getWsdlUrl()
Return the WSDL URL of the service described by this ServiceInfo instance. |
void |
setAccessPoint(java.lang.String accessPoint)
Set the access point URL of the service described by this ServiceInfo instance. |
void |
setBindingName(java.lang.String bindingName)
Set name of the binding employed by the service described in this ServiceInfo instance. |
void |
setName(java.lang.String name)
Set the name that must be used to identify this ServiceInfo instance. |
void |
setNamespace(java.lang.String namespace)
Set the namespace of the service described by this ServiceInfo instance. |
void |
setPortName(java.lang.String portName)
Set the name of the service port that is described by this ServiceInfo instance. |
void |
setPortTypeName(java.lang.String portTypeName)
Return the name of the port type (interface) that is implemented by the service described in this ServiceInfo instance. |
void |
setProvider(java.lang.String provider)
Set the name of the UDDI Business that acts as the provider of the service that is described by this ServiceInfo instance. |
void |
setServiceName(java.lang.String serviceName)
Set the name of the service that is described by this ServiceInfo instance. |
void |
setWsdlUrl(java.lang.String wsdlUrl)
Set the WSDL URL of the service described by this ServiceInfo instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceInfo()
Method Detail |
---|
public void setName(java.lang.String name)
This name will be used locally and does not reflect any WSDL specific information.
name
- String containing the name of this ServiceInfo instance.public java.lang.String getName()
public void setProvider(java.lang.String provider)
provider
- String containing the the name of a UDDI
Provider/Business.public java.lang.String getProvider()
public void setServiceName(java.lang.String serviceName)
This property value must be equal to the name attribute of the wsdl:service element.
serviceName
- String containing the name of the service that
is described by this ServiceInfo instance.public java.lang.String getServiceName()
public void setNamespace(java.lang.String namespace)
namespace
- String containing the namespace.public java.lang.String getNamespace()
public void setPortName(java.lang.String portName)
This property value must be equal to the name attribute of the wsdl:port element contained in the wsdl:service element.
portName
- String containing the name of the service port that
is described by this ServiceInfo instance.public java.lang.String getPortName()
public void setPortTypeName(java.lang.String portTypeName)
portTypeName
- String containing the name of the port type.public java.lang.String getPortTypeName()
public void setBindingName(java.lang.String bindingName)
bindingName
- String containing the binding name.public java.lang.String getBindingName()
public void setAccessPoint(java.lang.String accessPoint)
In most cases this will be the value of the location attribute within the soap:address element of the WSDL.
accessPoint
- String containing the access point URL.public java.lang.String getAccessPoint()
public void setWsdlUrl(java.lang.String wsdlUrl)
wsdlUrl
- String containing the WSDL URL.public java.lang.String getWsdlUrl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |