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:
- {http location}
- {http location ignore uncited}
- {http method}
- {http input serialization}
- {http output serialization}
- {http fault serialization}
- {http query parameter separator}
- {http content encoding default}
- Author:
- John Kaputin (jkaputin@apache.org), Arthur Ryman (ryman@ca.ibm.com, arthur.ryman@gmail.com)
- added support for {http location ignore uncited}
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.