|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Inspection
Inspection element within a WS-Inspection document. The inspection element may contain a abstract, link or service element.
Field Summary | |
---|---|
static java.lang.String |
ELEM_NAME
Element name. |
static QName |
QNAME
QName. |
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)
Remove service element. |
void |
setTargetNamespace(java.lang.String targetNamespace)
Set the target namespace in which WSDL elements are defined. |
Methods inherited from interface org.apache.wsil.WSILElementWithAbstract |
---|
addAbstract, addAbstracts, getAbstracts, removeAbstracts |
Methods inherited from interface org.apache.wsil.WSILElement |
---|
toXMLString |
Field Detail |
---|
static final java.lang.String ELEM_NAME
static final QName QNAME
Method Detail |
---|
void addLink(Link link)
link
- the link element to addLink[] getLinks()
void removeLink(Link link)
link
- the link element to removevoid addService(Service service)
service
- the service element to addService[] getServices()
void removeService(Service service)
service
- the service element to removejava.lang.String getTargetNamespace()
void setTargetNamespace(java.lang.String targetNamespace)
namespace
- the target namespacevoid addNamespace(java.lang.String localName, java.lang.String value)
localName
- the local name part of the namespacevalue
- the namespace valueQName[] getNamespaces()
void removeNamespace(java.lang.String localName, java.lang.String value)
localName
- the local name part of the namespacevalue
- the namespace value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |