org.apache.axis2.jaxws.description.builder
Class ResponseWrapperAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.ResponseWrapperAnnot
- All Implemented Interfaces:
- Annotation, ResponseWrapper
public class ResponseWrapperAnnot
- extends Object
- implements ResponseWrapper
createResponseWrapperAnnotImpl
public static ResponseWrapperAnnot createResponseWrapperAnnotImpl()
createResponseWrapperAnnotImpl
public static ResponseWrapperAnnot createResponseWrapperAnnotImpl(String localName,
String targetNamespace,
String className)
localName
public String localName()
- Returns:
- Returns the name.
targetNamespace
public String targetNamespace()
- Returns:
- Returns the targetNamespace.
className
public String className()
- Returns:
- Returns the wsdlLocation.
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.
annotationType
public Class<Annotation> annotationType()
- Specified by:
annotationType
in interface Annotation
toString
public String toString()
- Convenience method for unit testing. We will print all of the
data members here.
- Specified by:
toString
in interface Annotation
- Overrides:
toString
in class Object
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.