org.apache.wsil.extension.uddi
Interface ServiceDescription

All Superinterfaces:
ExtensionElement, java.io.Serializable, WSILElement
All Known Implementing Classes:
ServiceDescriptionImpl

public interface ServiceDescription
extends ExtensionElement

UDDI extension element for WSIL document - serviceDescription element.


Field Summary
static java.lang.String DISCOVERY_URL_ELEM_NAME
          DiscoveryURL Element name.
static QName DISCOVERY_URL_QNAME
          DiscoveryURL QName.
static QName DISCOVERY_URL_QNAME_V2
          DiscoveryURL QName for UDDI V2.
static java.lang.String ELEM_NAME
          Element name.
static QName QNAME
          QName.
static QName QNAME_V2
          QName for UDDI V2.
static java.lang.String SERVICE_KEY_ELEM_NAME
          ServiceKey Element name.
static QName SERVICE_KEY_QNAME
          ServiceKey QName.
static QName SERVICE_KEY_QNAME_V2
          ServiceKey QName for UDDI V2.
 
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
 void setServiceKey(ServiceKey serviceKey)
          Set service key.
 
Methods inherited from interface org.apache.wsil.extension.ExtensionElement
getQName
 
Methods inherited from interface org.apache.wsil.WSILElement
toXMLString
 

Field Detail

ELEM_NAME

static final java.lang.String ELEM_NAME
Element name.

See Also:
Constant Field Values

SERVICE_KEY_ELEM_NAME

static final java.lang.String SERVICE_KEY_ELEM_NAME
ServiceKey Element name.

See Also:
Constant Field Values

DISCOVERY_URL_ELEM_NAME

static final java.lang.String DISCOVERY_URL_ELEM_NAME
DiscoveryURL Element name.

See Also:
Constant Field Values

QNAME

static final QName QNAME
QName.


QNAME_V2

static final QName QNAME_V2
QName for UDDI V2.


SERVICE_KEY_QNAME

static final QName SERVICE_KEY_QNAME
ServiceKey QName.


SERVICE_KEY_QNAME_V2

static final QName SERVICE_KEY_QNAME_V2
ServiceKey QName for UDDI V2.


DISCOVERY_URL_QNAME

static final QName DISCOVERY_URL_QNAME
DiscoveryURL QName.


DISCOVERY_URL_QNAME_V2

static final QName DISCOVERY_URL_QNAME_V2
DiscoveryURL QName for UDDI V2.

Method Detail

createServiceKey

ServiceKey createServiceKey()
Create service key.


setServiceKey

void setServiceKey(ServiceKey serviceKey)
Set service key.


getServiceKey

ServiceKey getServiceKey()
Get service key.


createDiscoveryURL

DiscoveryURL createDiscoveryURL()
Create discoveryURL


setDiscoveryURL

void setDiscoveryURL(DiscoveryURL discoveryURL)
Set discoveryURL


getDiscoveryURL

DiscoveryURL getDiscoveryURL()
Get discoveryURL


setLocation

void setLocation(java.lang.String location)
Set location


getLocation

java.lang.String getLocation()
Get location for this ServiceDescription.



Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.