Uses of Interface
org.jvnet.ws.databinding.Databinding.Builder

Packages that use Databinding.Builder
org.jvnet.ws.databinding   
 

Uses of Databinding.Builder in org.jvnet.ws.databinding
 

Methods in org.jvnet.ws.databinding that return Databinding.Builder
 Databinding.Builder 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.
abstract  Databinding.Builder DatabindingFactory.createBuilder(java.lang.Class<?> contractClass, java.lang.Class<?> endpointClass)
          Creates a new instance of a Databinding.Builder which is initialized with the specified contractClass and endpointClass.
 Databinding.Builder Databinding.Builder.entityResolver(org.xml.sax.EntityResolver entityResolver)
          Sets the EntityResolver for reading the WSDL
 Databinding.Builder Databinding.Builder.feature(WebServiceFeature... features)
          Sets A list of WebServiceFeatures
 Databinding.Builder Databinding.Builder.portName(javax.xml.namespace.QName portName)
          Sets the port name of the WSDL
 Databinding.Builder Databinding.Builder.property(java.lang.String name, java.lang.Object value)
          Sets A property of the Databinding object to be created
 Databinding.Builder Databinding.Builder.serviceName(javax.xml.namespace.QName serviceName)
          Sets the service name of the WSDL
 Databinding.Builder Databinding.Builder.targetNamespace(java.lang.String targetNamespace)
          Sets the targetNamespace of the WSDL
 Databinding.Builder Databinding.Builder.wsdlSource(javax.xml.transform.Source wsdlSource)
          Sets the WSDL Source where the WSDL can be read from
 Databinding.Builder Databinding.Builder.wsdlURL(java.net.URL wsdlURL)
          Sets the WSDL URL where the WSDL can be read from
 



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.