|
||||||||||
| 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.InspectionImpl
public class InspectionImpl
This class provides the support for the <inspection> element.
| Field Summary | |
|---|---|
protected java.util.List |
links
Links. |
protected java.util.List |
namespaces
Namespace list. |
protected java.util.List |
services
Services. |
protected java.lang.String |
targetNamespace
Target namespace. |
| Fields inherited from class org.apache.wsil.impl.WSILElementWithAbstractImpl |
|---|
abstracts |
| Fields inherited from interface org.apache.wsil.Inspection |
|---|
ELEM_NAME, QNAME |
| Constructor Summary | |
|---|---|
InspectionImpl()
InspectionImpl constructor comment. |
|
| Method Summary | |
|---|---|
void |
addLink(Link link)
Add link element. |
void |
addNamespace(java.lang.String localName,
java.lang.String value)
Add namespace. |
void |
addService(Service service)
Add service element. |
Link[] |
getLinks()
Get link elements. |
QName[] |
getNamespaces()
Get list of namespaces. |
Service[] |
getServices()
Get service elements. |
java.lang.String |
getTargetNamespace()
Get the target namespace in which the WSDL elements are defined. |
void |
removeLink(Link link)
Remove link element. |
void |
removeNamespace(java.lang.String localName,
java.lang.String value)
Remove namespace. |
void |
removeService(Service service)
Removed service element. |
void |
setTargetNamespace(java.lang.String targetNamespace)
Set the target namespace in which WSDL elements are defined. |
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.List links
protected java.util.List services
protected java.lang.String targetNamespace
protected java.util.List namespaces
| Constructor Detail |
|---|
public InspectionImpl()
| Method Detail |
|---|
public void addLink(Link link)
addLink in interface Inspectionlink - the link element to addpublic void removeLink(Link link)
removeLink in interface Inspectionlink - the link element to removepublic Link[] getLinks()
getLinks in interface Inspection
public void addNamespace(java.lang.String localName,
java.lang.String value)
addNamespace in interface InspectionlocalName - the local name part of the namespacevalue - the namespace valuepublic QName[] getNamespaces()
getNamespaces in interface Inspection
public void removeNamespace(java.lang.String localName,
java.lang.String value)
removeNamespace in interface InspectionlocalName - the local name part of the namespacevalue - the namespace valuepublic void addService(Service service)
addService in interface Inspectionservice - the service element to addpublic void removeService(Service service)
removeService in interface Inspectionservice - the service element to removepublic Service[] getServices()
getServices in interface Inspectionpublic java.lang.String getTargetNamespace()
getTargetNamespace in interface Inspectionpublic void setTargetNamespace(java.lang.String targetNamespace)
setTargetNamespace in interface Inspectionnamespace - the target namespacepublic java.lang.String toXMLString()
toXMLString in interface WSILElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||