Package org.apache.axis.wsdl.toJava
Class NamespaceSelector
- java.lang.Object
-
- org.apache.axis.wsdl.toJava.NamespaceSelector
-
public class NamespaceSelector extends java.lang.ObjectThis 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
Constructors Constructor Description NamespaceSelector()NamespaceSelector(java.lang.String namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object value)java.lang.StringgetNamespace()voidsetNamespace(java.lang.String value)java.lang.StringtoString()
-
-
-
Method Detail
-
setNamespace
public void setNamespace(java.lang.String value)
-
getNamespace
public java.lang.String getNamespace()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object value)
- Overrides:
equalsin classjava.lang.Object
-
-