org.apache.woden.ant
Class CmExtensionsWriter

java.lang.Object
  extended by org.apache.woden.ant.NamespaceWriter
      extended by org.apache.woden.ant.CmExtensionsWriter

public class CmExtensionsWriter
extends NamespaceWriter

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

Field Summary
static String NS
           
static String PREFIX
           
static String SAFETY
           
static String WSDL_INTERFACE_OPERATION_EXTENSION
           
 
Fields inherited from class org.apache.woden.ant.NamespaceWriter
out
 
Constructor Summary
CmExtensionsWriter(XMLWriter out)
           
 
Method Summary
 void wsdlInterfaceOperationExtension(InterfaceOperationExtensions extensions)
           
 
Methods inherited from class org.apache.woden.ant.NamespaceWriter
getNamespace, getPrefix, write, writeAny
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final String NS
See Also:
Constant Field Values

PREFIX

public static final String PREFIX
See Also:
Constant Field Values

WSDL_INTERFACE_OPERATION_EXTENSION

public static final String WSDL_INTERFACE_OPERATION_EXTENSION
See Also:
Constant Field Values

SAFETY

public static final String SAFETY
See Also:
Constant Field Values
Constructor Detail

CmExtensionsWriter

public CmExtensionsWriter(XMLWriter out)
Method Detail

wsdlInterfaceOperationExtension

public void wsdlInterfaceOperationExtension(InterfaceOperationExtensions extensions)


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