org.apache.woden.internal.wsdl20.extensions.http
Class HTTPBindingOperationExtensionsImpl
java.lang.Object
org.apache.woden.wsdl20.extensions.BaseComponentExtensionContext
org.apache.woden.internal.wsdl20.extensions.http.HTTPBindingOperationExtensionsImpl
- All Implemented Interfaces:
- ComponentExtensionContext, HTTPBindingOperationExtensions
public class HTTPBindingOperationExtensionsImpl
- extends BaseComponentExtensionContext
- implements HTTPBindingOperationExtensions
This class defines the properties from the HTTP namespace added to the WSDL
BindingOperation
component as part of the HTTP binding
extension defined by the WSDL 2.0 spec.
- Author:
- John Kaputin (jkaputin@apache.org), Arthur Ryman (ryman@ca.ibm.com, arthur.ryman@gmail.com) - added
support for {http location ignore uncited}
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPBindingOperationExtensionsImpl
public HTTPBindingOperationExtensionsImpl(WSDLComponent parent,
java.net.URI extNamespace,
ErrorReporter errReporter)
getProperties
public ExtensionProperty[] getProperties()
- Specified by:
getProperties
in interface ComponentExtensionContext
- Specified by:
getProperties
in class BaseComponentExtensionContext
- See Also:
ComponentExtensionContext.getProperties()
getProperty
public ExtensionProperty getProperty(java.lang.String propertyName)
- Specified by:
getProperty
in interface ComponentExtensionContext
- Specified by:
getProperty
in class BaseComponentExtensionContext
- See Also:
ComponentExtensionContext.getProperty(java.lang.String)
getHttpLocation
public HTTPLocation getHttpLocation()
- Specified by:
getHttpLocation
in interface HTTPBindingOperationExtensions
- Returns:
- HTTPLocation the {http location} property, represented by the whttp:location extension attribute
isHttpLocationIgnoreUncited
public java.lang.Boolean isHttpLocationIgnoreUncited()
- Specified by:
isHttpLocationIgnoreUncited
in interface HTTPBindingOperationExtensions
- Returns:
- Boolean the {http location ignore uncited} property, represented by the whttp:ignoreUncited extension attribute
getHttpMethod
public java.lang.String getHttpMethod()
- Specified by:
getHttpMethod
in interface HTTPBindingOperationExtensions
- Returns:
- String the {http method} property, represented by the whttp:method extension attribute
getHttpInputSerialization
public java.lang.String getHttpInputSerialization()
- Specified by:
getHttpInputSerialization
in interface HTTPBindingOperationExtensions
- Returns:
- String the {http input serialization} property, represented by the whttp:inputSerialization extension attribute
getHttpOutputSerialization
public java.lang.String getHttpOutputSerialization()
- Specified by:
getHttpOutputSerialization
in interface HTTPBindingOperationExtensions
- Returns:
- String the {http output serialization} property, represented by the whttp:outputSerialization extension attribute
getHttpFaultSerialization
public java.lang.String getHttpFaultSerialization()
- Specified by:
getHttpFaultSerialization
in interface HTTPBindingOperationExtensions
- Returns:
- String the {http fault serialization} property, represented by the whttp:faultSerialization extension attribute
getHttpQueryParameterSeparator
public java.lang.String getHttpQueryParameterSeparator()
- Specified by:
getHttpQueryParameterSeparator
in interface HTTPBindingOperationExtensions
- Returns:
- String the {http query parameter separator}, represented by the whttp:queryParameterSeparator extension attribute
getHttpContentEncodingDefault
public java.lang.String getHttpContentEncodingDefault()
- Specified by:
getHttpContentEncodingDefault
in interface HTTPBindingOperationExtensions
- Returns:
- String the {http content encoding default}, represented by the whttp:contentEncodingDefault extension attribute
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.