Java™ Platform
Standard Ed. 6

Uses of Interface
javax.xml.ws.Binding

Packages that use Binding
javax.xml.ws This package contains the core JAX-WS APIs. 
javax.xml.ws.http This package defines APIs specific to the HTTP binding. 
javax.xml.ws.soap This package defines APIs specific to the SOAP binding. 
 

Uses of Binding in javax.xml.ws
 

Methods in javax.xml.ws that return Binding
abstract  Binding Endpoint.getBinding()
          Returns the binding for this endpoint.
 Binding BindingProvider.getBinding()
          Get the Binding for this binding provider.
 

Uses of Binding in javax.xml.ws.http
 

Subinterfaces of Binding in javax.xml.ws.http
 interface HTTPBinding
          The HTTPBinding interface is an abstraction for the XML/HTTP binding.
 

Uses of Binding in javax.xml.ws.soap
 

Subinterfaces of Binding in javax.xml.ws.soap
 interface SOAPBinding
          The SOAPBinding interface is an abstraction for the SOAP binding.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.