|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.wsdl11.WSDLManagerImpl
public class WSDLManagerImpl
WSDLManagerImpl
| Constructor Summary | |
|---|---|
WSDLManagerImpl()
|
|
| Method Summary | |
|---|---|
void |
addDefinition(java.lang.Object key,
javax.wsdl.Definition wsdl)
Adds a definition into the cache for lookup later |
javax.wsdl.Definition |
getDefinition(org.w3c.dom.Element el)
Get the WSDL definition for the given Element. |
javax.wsdl.Definition |
getDefinition(java.lang.String url)
Get the WSDL definition for the given URL. |
javax.wsdl.Definition |
getDefinition(java.net.URL url)
Get the WSDL definition for the given URL. |
java.util.Map<java.lang.Object,javax.wsdl.Definition> |
getDefinitions()
|
javax.wsdl.extensions.ExtensionRegistry |
getExtenstionRegistry()
Returns the ExtensionRegistry that the WSDLManager uses when reading WSDL files. |
javax.wsdl.factory.WSDLFactory |
getWSDLFactory()
Returns the WSDLFactory that is used to read/write WSDL definitions |
void |
register()
|
void |
setBus(Bus b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSDLManagerImpl()
throws BusException
BusException| Method Detail |
|---|
public void setBus(Bus b)
@PostConstruct public void register()
public javax.wsdl.factory.WSDLFactory getWSDLFactory()
WSDLManager
getWSDLFactory in interface WSDLManagerpublic java.util.Map<java.lang.Object,javax.wsdl.Definition> getDefinitions()
getDefinitions in interface WSDLManagerpublic javax.wsdl.extensions.ExtensionRegistry getExtenstionRegistry()
WSDLManager
getExtenstionRegistry in interface WSDLManager
public javax.wsdl.Definition getDefinition(java.net.URL url)
throws javax.wsdl.WSDLException
WSDLManager
getDefinition in interface WSDLManagerurl - - the location of the WSDL to load
javax.wsdl.WSDLException
public javax.wsdl.Definition getDefinition(java.lang.String url)
throws javax.wsdl.WSDLException
WSDLManager
getDefinition in interface WSDLManagerurl - - the location of the WSDL to load
javax.wsdl.WSDLException
public javax.wsdl.Definition getDefinition(org.w3c.dom.Element el)
throws javax.wsdl.WSDLException
WSDLManager
getDefinition in interface WSDLManagerel - - the root element of the wsdl
javax.wsdl.WSDLException
public void addDefinition(java.lang.Object key,
javax.wsdl.Definition wsdl)
WSDLManager
addDefinition in interface WSDLManager
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||