|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Databinding.Builder
Databinding.Builder, created from the DatabindingFactory, is used to
configure how a Databinding instance is to be built from this builder.
DatabindingFactory| Method Summary | |
|---|---|
Databinding |
build()
Builds a new Databinding instance |
Databinding.Builder |
classLoader(ClassLoader classLoader)
Sets the ClassLoader which is used to load the service endpoint interface, implementation bean, and all the value types. |
WSDLGenerator |
createWSDLGenerator()
Creates the WSDLGenerator which can be used to generate the WSDL representation of the service endpoint interface of this Databinding object. |
Databinding.Builder |
entityResolver(EntityResolver entityResolver)
Deprecated. - no replacement - this was never implemented Sets the EntityResolver for reading the WSDL |
Databinding.Builder |
feature(WebServiceFeature... features)
Sets A list of WebServiceFeatures |
Databinding.Builder |
portName(QName portName)
Sets the port name of the WSDL |
Databinding.Builder |
property(String name,
Object value)
Sets A property of the Databinding object to be created |
Databinding.Builder |
serviceName(QName serviceName)
Sets the service name of the WSDL |
Databinding.Builder |
targetNamespace(String targetNamespace)
Sets the targetNamespace of the WSDL |
Databinding.Builder |
wsdlSource(Source wsdlSource)
Deprecated. - no replacement - this was never implemented Sets the WSDL Source where the WSDL can be read from |
Databinding.Builder |
wsdlURL(URL wsdlURL)
Deprecated. - no replacement - this was never implemented Sets the WSDL URL where the WSDL can be read from |
| Method Detail |
|---|
Databinding.Builder targetNamespace(String targetNamespace)
targetNamespace - The targetNamespace to set
Databinding.Builder serviceName(QName serviceName)
serviceName - The serviceName to set
Databinding.Builder portName(QName portName)
portName - The portName to set
Databinding.Builder wsdlURL(URL wsdlURL)
wsdlURL - The wsdlURL to set
Databinding.Builder wsdlSource(Source wsdlSource)
wsdlSource - The wsdlSource to set
Databinding.Builder entityResolver(EntityResolver entityResolver)
EntityResolver for reading the WSDL
entityResolver - The EntityResolver to set
Databinding.Builder classLoader(ClassLoader classLoader)
classLoader - The classLoader to set
Databinding.Builder feature(WebServiceFeature... features)
features - The list of WebServiceFeatures
Databinding.Builder property(String name,
Object value)
name - The name of the propertyvalue - The value of the property
Databinding build()
WSDLGenerator createWSDLGenerator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||