org.apache.axis.wsdl.toJava

Class NamespaceSelector


public class NamespaceSelector
extends java.lang.Object

This class is used within the context of a FactorySpec to express namespaces that should be either included and/or excluded from source code generation. The ability to include/exclude specific namespaces from wsdl2java generation allows certain namespaces to be mapped to custom bean classes, have wsdl-generated stubs/skeletons declared to pass those types, and not have the wsdl2java process generate classes which would conflict with the externally developed custom beans.

Author:
Jim Stafford (jim.stafford@raba.com)

Constructor Summary

NamespaceSelector()
NamespaceSelector(String namespace)

Method Summary

boolean
equals(Object value)
String
getNamespace()
void
setNamespace(String value)
String
toString()

Constructor Details

NamespaceSelector

public NamespaceSelector()


NamespaceSelector

public NamespaceSelector(String namespace)

Method Details

equals

public boolean equals(Object value)


getNamespace

public String getNamespace()


setNamespace

public void setNamespace(String value)


toString

public String toString()


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.