|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wsil.impl.WSILElementWithAbstractImpl
org.apache.wsil.impl.ServiceImpl
public class ServiceImpl
This class provides the support for the <service> element.
| Field Summary | |
|---|---|
protected java.util.List |
descriptions
Descriptions. |
protected java.util.Vector |
serviceNames
Service names. |
| Fields inherited from class org.apache.wsil.impl.WSILElementWithAbstractImpl |
|---|
abstracts |
| Fields inherited from interface org.apache.wsil.Service |
|---|
ELEM_NAME, QNAME |
| Constructor Summary | |
|---|---|
ServiceImpl()
ServiceImpl constructor comment. |
|
| Method Summary | |
|---|---|
void |
addDescription(Description description)
Add description element. |
void |
addServiceName(ServiceName serviceName)
Add service name. |
Description[] |
getDescriptions()
Get description elements. |
ServiceName[] |
getServiceNames()
Get the service name. |
void |
removeDescription(Description description)
Remove description element. |
void |
removeServiceName(ServiceName serviceName)
Remove a service name. |
java.lang.String |
toXMLString()
XML string representation of this object. |
| Methods inherited from class org.apache.wsil.impl.WSILElementWithAbstractImpl |
|---|
addAbstract, addAbstracts, getAbstracts, removeAbstracts, 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.WSILElementWithAbstract |
|---|
addAbstract, addAbstracts, getAbstracts, removeAbstracts |
| Field Detail |
|---|
protected java.util.Vector serviceNames
protected java.util.List descriptions
| Constructor Detail |
|---|
public ServiceImpl()
| Method Detail |
|---|
public void addDescription(Description description)
addDescription in interface Servicedescription - the description element to addpublic void removeDescription(Description description)
removeDescription in interface Servicedescription - the description element to removepublic Description[] getDescriptions()
getDescriptions in interface Servicepublic void addServiceName(ServiceName serviceName)
addServiceName in interface ServiceserviceName - the service name element to addpublic void removeServiceName(ServiceName serviceName)
removeServiceName in interface ServiceserviceName - the service name element to removepublic ServiceName[] getServiceNames()
getServiceNames in interface Servicepublic java.lang.String toXMLString()
toXMLString in interface WSILElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||