Class ResponseWrapperAnnot
- java.lang.Object
-
- org.apache.axis2.jaxws.description.builder.ResponseWrapperAnnot
-
- All Implemented Interfaces:
Annotation
public class ResponseWrapperAnnot extends Object implements ResponseWrapper
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Annotation>
annotationType()
String
className()
static ResponseWrapperAnnot
createResponseWrapperAnnotImpl()
static ResponseWrapperAnnot
createResponseWrapperAnnotImpl(String localName, String targetNamespace, String className)
static ResponseWrapperAnnot
createResponseWrapperAnnotImpl(String localName, String targetNamespace, String className, String partName)
String
localName()
String
partName()
void
setClassName(String className)
void
setLocalName(String localName)
void
setPartName(String partName)
void
setTargetNamespace(String targetNamespace)
String
targetNamespace()
String
toString()
Convenience method for unit testing.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
-
-
-
-
Method Detail
-
createResponseWrapperAnnotImpl
public static ResponseWrapperAnnot createResponseWrapperAnnotImpl()
-
createResponseWrapperAnnotImpl
public static ResponseWrapperAnnot createResponseWrapperAnnotImpl(String localName, String targetNamespace, String className)
-
createResponseWrapperAnnotImpl
public static ResponseWrapperAnnot createResponseWrapperAnnotImpl(String localName, String targetNamespace, String className, String partName)
-
localName
public String localName()
- Returns:
- Returns the name.
-
targetNamespace
public String targetNamespace()
- Returns:
- Returns the targetNamespace.
-
className
public String className()
- Returns:
- Returns the wsdlLocation.
-
partName
public String partName()
- Returns:
- Returns the partName.
-
setLocalName
public void setLocalName(String localName)
- Parameters:
name
- The name to set.
-
setTargetNamespace
public void setTargetNamespace(String targetNamespace)
- Parameters:
targetNamespace
- The targetNamespace to set.
-
setClassName
public void setClassName(String className)
- Parameters:
wsdlLocation
- The wsdlLocation to set.
-
setPartName
public void setPartName(String partName)
- Parameters:
partName
- The name of the wsdl:part.
-
annotationType
public Class<Annotation> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
toString
public String toString()
Convenience method for unit testing. We will print all of the data members here.- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classObject
-
-