Package org.frankframework.core
Class SharedWsdlDefinitions
java.lang.Object
org.frankframework.core.SharedWsdlDefinitions
This exists because WSDL Definitions can grow dramatically in size when they include a few xsd's.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.wsdl.Definition
getOrCompute
(String name, ThrowingFunction<String, javax.wsdl.Definition, ConfigurationException> creator)
-
Constructor Details
-
SharedWsdlDefinitions
public SharedWsdlDefinitions()
-
-
Method Details
-
getOrCompute
public javax.wsdl.Definition getOrCompute(String name, ThrowingFunction<String, javax.wsdl.Definition, throws ConfigurationExceptionConfigurationException> creator) - Throws:
ConfigurationException
-