|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TWSDLParserContext
Provides WSDL parsing context. It should be used by the WSDL extension handlers to register their namespaces so that it can be latter used by other extensions to resolve the namespaces.
Method Summary | |
---|---|
String |
getDefaultNamespaceURI()
Gives default namespace |
Locator |
getLocation(Element e)
gives the location information for the given Element. |
String |
getNamespaceURI(String prefix)
Gives the namespace URI for a given prefix |
Iterable<String> |
getPrefixes()
Gives the prefixes in the current context |
void |
pop()
pops the parsing context |
void |
push()
Pushes the parsing context |
void |
registerNamespaces(Element e)
Registers naemespace declarations of a given Element found in the WSDL |
Method Detail |
---|
void push()
void pop()
String getNamespaceURI(String prefix)
prefix
- non-null prefix
Iterable<String> getPrefixes()
String getDefaultNamespaceURI()
void registerNamespaces(Element e)
Element
found in the WSDL
e
- Element
whose namespace declarations need to be registeredLocator getLocation(Element e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |