|
||||||||||
| 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(java.lang.ClassLoader classLoader)
Sets the ClassLoader which is used to load the service endpoint interface, implementation bean, and all the value types. |
Databinding.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(org.xml.sax.EntityResolver entityResolver)
Sets the EntityResolver for reading the WSDL |
Databinding.Builder |
feature(WebServiceFeature... features)
Sets A list of WebServiceFeatures |
Databinding.Builder |
portName(javax.xml.namespace.QName portName)
Sets the port name of the WSDL |
Databinding.Builder |
property(java.lang.String name,
java.lang.Object value)
Sets A property of the Databinding object to be created |
Databinding.Builder |
serviceName(javax.xml.namespace.QName serviceName)
Sets the service name of the WSDL |
Databinding.Builder |
targetNamespace(java.lang.String targetNamespace)
Sets the targetNamespace of the WSDL |
Databinding.Builder |
wsdlSource(javax.xml.transform.Source wsdlSource)
Sets the WSDL Source where the WSDL can be read from |
Databinding.Builder |
wsdlURL(java.net.URL wsdlURL)
Sets the WSDL URL where the WSDL can be read from |
| Method Detail |
|---|
Databinding.Builder targetNamespace(java.lang.String targetNamespace)
targetNamespace - The targetNamespace to set
Databinding.Builder serviceName(javax.xml.namespace.QName serviceName)
serviceName - The serviceName to set
Databinding.Builder portName(javax.xml.namespace.QName portName)
portName - The portName to set
Databinding.Builder wsdlURL(java.net.URL wsdlURL)
wsdlURL - The wsdlURL to set
Databinding.Builder wsdlSource(javax.xml.transform.Source wsdlSource)
wsdlSource - The wsdlSource to set
Databinding.Builder entityResolver(org.xml.sax.EntityResolver entityResolver)
wsdlURL - The wsdlURL to set
Databinding.Builder classLoader(java.lang.ClassLoader classLoader)
classLoader - The classLoader to set
Databinding.Builder feature(WebServiceFeature... features)
features - The list of WebServiceFeatures
Databinding.Builder property(java.lang.String name,
java.lang.Object value)
name - The name of the propertyvalue - The value of the property
Databinding build()
Databinding.WSDLGenerator createWSDLGenerator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||