|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsil.impl.extension.ExtensionElementImpl
org.apache.wsil.impl.extension.uddi.ServiceDescriptionImpl
public class ServiceDescriptionImpl
This class contains the implementation for a <wsiluddi:serviceDescription> element.
Field Summary | |
---|---|
protected DiscoveryURL |
discoveryURL
Discovery URL |
protected java.lang.String |
location
location |
protected ServiceKey |
serviceKey
Service key. |
Fields inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl |
---|
qname |
Fields inherited from interface org.apache.wsil.extension.uddi.ServiceDescription |
---|
DISCOVERY_URL_ELEM_NAME, DISCOVERY_URL_QNAME, DISCOVERY_URL_QNAME_V2, ELEM_NAME, QNAME, QNAME_V2, SERVICE_KEY_ELEM_NAME, SERVICE_KEY_QNAME, SERVICE_KEY_QNAME_V2 |
Constructor Summary | |
---|---|
ServiceDescriptionImpl()
ServiceDescriptionImpl constructor comment. |
Method Summary | |
---|---|
DiscoveryURL |
createDiscoveryURL()
Create discoveryURL. |
ServiceKey |
createServiceKey()
Create service key. |
DiscoveryURL |
getDiscoveryURL()
Get discoveryURL. |
java.lang.String |
getLocation()
Get location for this ServiceDescription. |
ServiceKey |
getServiceKey()
Get service key. |
void |
setDiscoveryURL(DiscoveryURL discoveryURL)
Set discoveryURL. |
void |
setLocation(java.lang.String location)
Set location for this ServiceDescription. |
void |
setServiceKey(ServiceKey serviceKey)
Set serviceKey. |
java.lang.String |
toXMLString()
XML string representation of this object. |
Methods inherited from class org.apache.wsil.impl.extension.ExtensionElementImpl |
---|
getQName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.wsil.extension.ExtensionElement |
---|
getQName |
Field Detail |
---|
protected ServiceKey serviceKey
protected DiscoveryURL discoveryURL
protected java.lang.String location
Constructor Detail |
---|
public ServiceDescriptionImpl()
Method Detail |
---|
public ServiceKey createServiceKey()
createServiceKey
in interface ServiceDescription
public void setServiceKey(ServiceKey serviceKey)
setServiceKey
in interface ServiceDescription
public ServiceKey getServiceKey()
getServiceKey
in interface ServiceDescription
public DiscoveryURL createDiscoveryURL()
createDiscoveryURL
in interface ServiceDescription
public void setDiscoveryURL(DiscoveryURL discoveryURL)
setDiscoveryURL
in interface ServiceDescription
public DiscoveryURL getDiscoveryURL()
getDiscoveryURL
in interface ServiceDescription
public java.lang.String getLocation()
getLocation
in interface ServiceDescription
public void setLocation(java.lang.String location)
setLocation
in interface ServiceDescription
public java.lang.String toXMLString()
toXMLString
in interface WSILElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |