org.apache.woden.wsdl20.extensions.http
Interface HTTPBindingOperationExtensions

All Superinterfaces:
ComponentExtensions
All Known Implementing Classes:
HTTPBindingOperationExtensionsImpl

public interface HTTPBindingOperationExtensions
extends ComponentExtensions

This interface represents the properties from the HTTP namespace added to the WSDL 2.0 BindingOperation component as part of the HTTP binding extension.

These include:

Author:
John Kaputin (jkaputin@apache.org), Arthur Ryman (ryman@ca.ibm.com, arthur.ryman@gmail.com) - added support for {http location ignore uncited}

Field Summary
 
Fields inherited from interface org.apache.woden.wsdl20.extensions.ComponentExtensions
URI_NS_EXTENSIONS, URI_NS_HTTP, URI_NS_RPC, URI_NS_SOAP
 
Method Summary
 java.lang.String getHttpContentEncodingDefault()
           
 java.lang.String getHttpFaultSerialization()
           
 java.lang.String getHttpInputSerialization()
           
 HTTPLocation getHttpLocation()
           
 java.lang.String getHttpMethod()
           
 java.lang.String getHttpOutputSerialization()
           
 java.lang.String getHttpQueryParameterSeparator()
           
 java.lang.Boolean isHttpLocationIgnoreUncited()
           
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.ComponentExtensions
getNamespace
 

Method Detail

getHttpLocation

public HTTPLocation getHttpLocation()
Returns:
HTTPLocation the {http location} property, represented by the whttp:location extension attribute

isHttpLocationIgnoreUncited

public java.lang.Boolean isHttpLocationIgnoreUncited()
Returns:
Boolean the {http location ignore uncited} property, represented by the whttp:ignoreUncited extension attribute

getHttpMethod

public java.lang.String getHttpMethod()
Returns:
String the {http method} property, represented by the whttp:method extension attribute

getHttpInputSerialization

public java.lang.String getHttpInputSerialization()
Returns:
String the {http input serialization} property, represented by the whttp:inputSerialization extension attribute

getHttpOutputSerialization

public java.lang.String getHttpOutputSerialization()
Returns:
String the {http output serialization} property, represented by the whttp:outputSerialization extension attribute

getHttpFaultSerialization

public java.lang.String getHttpFaultSerialization()
Returns:
String the {http fault serialization} property, represented by the whttp:faultSerialization extension attribute

getHttpQueryParameterSeparator

public java.lang.String getHttpQueryParameterSeparator()
Returns:
String the {http query parameter separator}, represented by the whttp:queryParameterSeparator extension attribute

getHttpContentEncodingDefault

public java.lang.String getHttpContentEncodingDefault()
Returns:
String the {http content encoding default}, represented by the whttp:contentEncodingDefault extension attribute


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.