org.jvnet.ws.databinding.impl.converter
Class NewDatabindingFactory

java.lang.Object
  extended by com.oracle.webservices.api.databinding.DatabindingFactory
      extended by org.jvnet.ws.databinding.impl.converter.NewDatabindingFactory

public class NewDatabindingFactory
extends DatabindingFactory


Constructor Summary
NewDatabindingFactory(DatabindingFactory factory)
           
 
Method Summary
 Databinding.Builder createBuilder(Class<?> contractClass, Class<?> endpointClass)
          Creates a new instance of a Databinding.Builder which is initialized with the specified contractClass and endpointClass.
 Map<String,Object> properties()
          Access properties on the DatabindingFactory instance.
 
Methods inherited from class com.oracle.webservices.api.databinding.DatabindingFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewDatabindingFactory

public NewDatabindingFactory(DatabindingFactory factory)
Method Detail

createBuilder

public Databinding.Builder createBuilder(Class<?> contractClass,
                                         Class<?> endpointClass)
Description copied from class: DatabindingFactory
Creates a new instance of a Databinding.Builder which is initialized with the specified contractClass and endpointClass. The most importance initial states of a Builder object is the contract class which is also called "service endpoint interface" or "SEI" in JAX-WS and JAX-RPC, and the implementation bean class (endpointClass). The the implementation bean class (endpointClass) should be null if the Builder is to create the client side proxy databinding.

Specified by:
createBuilder in class DatabindingFactory
Parameters:
contractClass - The service endpoint interface class
endpointClass - The service implementation bean class
Returns:
New instance of a Databinding.Builder

properties

public Map<String,Object> properties()
Description copied from class: DatabindingFactory
Access properties on the DatabindingFactory instance.

Specified by:
properties in class DatabindingFactory
Returns:
properties of this WsFactory


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