public class InterfaceOperationExtensionsImpl extends BaseComponentExtensionContext implements InterfaceOperationExtensions
Interface Operation
component as part of the WSDL
extension defined by the WSDL 2.0 spec.errorReporter
Constructor and Description |
---|
InterfaceOperationExtensionsImpl(WSDLComponent parent,
URI extNamespace,
ErrorReporter errReporter) |
Modifier and Type | Method and Description |
---|---|
ExtensionProperty[] |
getProperties() |
ExtensionProperty |
getProperty(String propertyName) |
boolean |
isSafe()
Returns the value of the {safe} extension property of Interface
Operation as defined by the
wsdlx:safe attribute. |
getNamespace, getParent, newExtensionProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNamespace, getParent
public InterfaceOperationExtensionsImpl(WSDLComponent parent, URI extNamespace, ErrorReporter errReporter)
public ExtensionProperty[] getProperties()
getProperties
in interface ComponentExtensionContext
getProperties
in class BaseComponentExtensionContext
ComponentExtensionContext.getProperties()
public ExtensionProperty getProperty(String propertyName)
getProperty
in interface ComponentExtensionContext
getProperty
in class BaseComponentExtensionContext
ComponentExtensionContext.getProperty(java.lang.String)
public boolean isSafe()
InterfaceOperationExtensions
wsdlx:safe
attribute.isSafe
in interface InterfaceOperationExtensions
Copyright © 2005–2013 Apache Software Foundation. All rights reserved.