|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsil.impl.extension.uddi.UDDIExtensionReader
public class UDDIExtensionReader
The UDDI extension reader class is used to parse the UDDI extension elements.
Constructor Summary | |
---|---|
UDDIExtensionReader()
WSDLExtensionReader constructor comment. |
Method Summary | |
---|---|
protected ExtensionElement |
parseBusinessDescription(org.w3c.dom.Element businessDescriptionElement,
WSILElement wsilElement)
Parse business description element. |
protected BusinessKey |
parseBusinessKey(org.w3c.dom.Element element,
WSILElement wsilElement)
Parse businessKey element. |
protected CategoryBag |
parseCategoryBag(org.w3c.dom.Element categoryBagElement,
WSILElement wsilElement)
Parse CategoryBag element. |
protected DiscoveryURL |
parseDiscoveryURL(org.w3c.dom.Element element,
WSILElement wsilElement)
Parse discoveryURL element. |
ExtensionElement |
parseElement(org.w3c.dom.Element element,
WSILElement wsilElement)
Parse extension element. |
protected ExtensionElement |
parseServiceDescription(org.w3c.dom.Element serviceDescriptionElement,
WSILElement wsilElement)
Parse service description element. |
protected ServiceKey |
parseServiceKey(org.w3c.dom.Element element,
WSILElement wsilElement)
Parse serviceKey element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UDDIExtensionReader()
Method Detail |
---|
public ExtensionElement parseElement(org.w3c.dom.Element element, WSILElement wsilElement) throws WSILException
parseElement
in interface ExtensionReader
WSILException
protected ExtensionElement parseServiceDescription(org.w3c.dom.Element serviceDescriptionElement, WSILElement wsilElement) throws WSILException
WSILException
protected ExtensionElement parseBusinessDescription(org.w3c.dom.Element businessDescriptionElement, WSILElement wsilElement)
protected BusinessKey parseBusinessKey(org.w3c.dom.Element element, WSILElement wsilElement)
protected DiscoveryURL parseDiscoveryURL(org.w3c.dom.Element element, WSILElement wsilElement)
protected ServiceKey parseServiceKey(org.w3c.dom.Element element, WSILElement wsilElement)
protected CategoryBag parseCategoryBag(org.w3c.dom.Element categoryBagElement, WSILElement wsilElement)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |