Package com.sun.xml.ws.api.databinding

Interface Summary
ClientCallBridge  
Databinding Databinding is the entry point for all the WebService databinding runtime functionality.
EndpointCallBridge  
MetadataReader MetadataReader
 

Class Summary
DatabindingConfig DatabindingConfig contains the initial states for Databinding.
DatabindingFactory WsFactory is the entry point of all the ws-databinding APIs.
JavaCallInfo On the client or service-requestor side, a JavaCallInfo object represents a method call on the service proxy to be serialized as a SOAP request message to be sent to the service.
MappingInfo A MappingInfo object is the collection of all the properties of the mapping between a JAVA contract class (SEI) and it's corresponding WSDL artifacts (wsdl:portType and wsdl:binding).
WSDLGenInfo WSDLGenInfo provides the WSDL generation options
 

Enum Summary
SoapBodyStyle The SoapBodyStyle represents the possible choices of the mapping styles between the SOAP body of a wsdl:operation input/output messages and JAVA method parameters and return/output values.
 



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.