org.codehaus.xfire.soap
Class Soap12Binding

java.lang.Object
  extended by org.codehaus.xfire.AbstractContext
      extended by org.codehaus.xfire.service.Extensible
          extended by org.codehaus.xfire.service.Binding
              extended by org.codehaus.xfire.soap.AbstractSoapBinding
                  extended by org.codehaus.xfire.soap.Soap12Binding

public class Soap12Binding
extends AbstractSoapBinding

A SOAP 1.2 Binding.

Author:
Dan Diephouse

Constructor Summary
Soap12Binding(javax.xml.namespace.QName name, java.lang.String bindingId, Service serviceInfo)
           
 
Method Summary
 javax.wsdl.Binding createBinding(WSDLBuilder builder, javax.wsdl.PortType portType)
           
 javax.wsdl.Port createPort(Endpoint endpoint, WSDLBuilder builder, javax.wsdl.Binding wbinding)
           
 javax.wsdl.Port createPort(WSDLBuilder builder, javax.wsdl.Binding wbinding)
           
 SoapVersion getSoapVersion()
           
 boolean isSoapActionRequired(OperationInfo op)
           
 
Methods inherited from class org.codehaus.xfire.soap.AbstractSoapBinding
getOperationByAction, getSerializer, getSoapAction, getStyle, getStyle, getUse, setSoapAction, setStyle, setUse
 
Methods inherited from class org.codehaus.xfire.service.Binding
getBindingId, getHeaders, getName, getSerializer, getSerializer, getService, isUndefinedEndpointAllowed, setSerializer, setSerializer, setUndefinedEndpointAllowed
 
Methods inherited from class org.codehaus.xfire.service.Extensible
addExtension, getExtensions
 
Methods inherited from class org.codehaus.xfire.AbstractContext
getProperty, removeProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Soap12Binding

public Soap12Binding(javax.xml.namespace.QName name,
                     java.lang.String bindingId,
                     Service serviceInfo)
Method Detail

getSoapVersion

public SoapVersion getSoapVersion()
Specified by:
getSoapVersion in class AbstractSoapBinding

isSoapActionRequired

public boolean isSoapActionRequired(OperationInfo op)

createBinding

public javax.wsdl.Binding createBinding(WSDLBuilder builder,
                                        javax.wsdl.PortType portType)
Specified by:
createBinding in class Binding

createPort

public javax.wsdl.Port createPort(Endpoint endpoint,
                                  WSDLBuilder builder,
                                  javax.wsdl.Binding wbinding)
Specified by:
createPort in class Binding

createPort

public javax.wsdl.Port createPort(WSDLBuilder builder,
                                  javax.wsdl.Binding wbinding)
Specified by:
createPort in class Binding


Copyright © 2004-2009. All Rights Reserved.