org.apache.woden.internal.wsdl20.extensions
Class InterfaceOperationExtensionsImpl

java.lang.Object
  extended byorg.apache.woden.internal.wsdl20.extensions.ComponentExtensionsImpl
      extended byorg.apache.woden.internal.wsdl20.extensions.InterfaceOperationExtensionsImpl
All Implemented Interfaces:
ComponentExtensions, InterfaceOperationExtensions

public class InterfaceOperationExtensionsImpl
extends ComponentExtensionsImpl
implements InterfaceOperationExtensions

This class defines the properties from the WSDL extensions namespace added to the WSDL Interface Operation component as part of the WSDL extension defined by the WSDL 2.0 spec.

Author:
Arthur Ryman (ryman@ca.ibm.com)

Field Summary
 
Fields inherited from class org.apache.woden.internal.wsdl20.extensions.ComponentExtensionsImpl
fParent, fParentElement
 
Fields inherited from interface org.apache.woden.wsdl20.extensions.ComponentExtensions
URI_NS_EXTENSIONS, URI_NS_HTTP, URI_NS_RPC, URI_NS_SOAP
 
Constructor Summary
InterfaceOperationExtensionsImpl()
           
 
Method Summary
 boolean isSafety()
           
 
Methods inherited from class org.apache.woden.internal.wsdl20.extensions.ComponentExtensionsImpl
getNamespace, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.ComponentExtensions
getNamespace
 

Constructor Detail

InterfaceOperationExtensionsImpl

public InterfaceOperationExtensionsImpl()
Method Detail

isSafety

public boolean isSafety()
Specified by:
isSafety in interface InterfaceOperationExtensions


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