org.apache.axis2.jaxws.description.builder
Class RequestWrapperAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.RequestWrapperAnnot
- All Implemented Interfaces:
- java.lang.annotation.Annotation, RequestWrapper
public class RequestWrapperAnnot
- extends java.lang.Object
- implements RequestWrapper
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 |
createRequestWrapperAnnotImpl
public static RequestWrapperAnnot createRequestWrapperAnnotImpl()
createRequestWrapperAnnotImpl
public static RequestWrapperAnnot createRequestWrapperAnnotImpl(java.lang.String localName,
java.lang.String targetNamespace,
java.lang.String className)
createRequestWrapperAnnotImpl
public static RequestWrapperAnnot createRequestWrapperAnnotImpl(java.lang.String localName,
java.lang.String targetNamespace,
java.lang.String className,
java.lang.String partName)
localName
public java.lang.String localName()
- Returns:
- Returns the name.
targetNamespace
public java.lang.String targetNamespace()
- Returns:
- Returns the targetNamespace.
className
public java.lang.String className()
- Returns:
- Returns the wsdlLocation.
partName
public java.lang.String partName()
- Returns:
- Returns the partName.
setLocalName
public void setLocalName(java.lang.String localName)
- Parameters:
name
- The name to set.
setTargetNamespace
public void setTargetNamespace(java.lang.String targetNamespace)
- Parameters:
targetNamespace
- The targetNamespace to set.
setClassName
public void setClassName(java.lang.String className)
- Parameters:
wsdlLocation
- The wsdlLocation to set.
setPartName
public void setPartName(java.lang.String partName)
- Parameters:
partName
- The name of the wsdl:part.
annotationType
public java.lang.Class<java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType
in interface java.lang.annotation.Annotation
toString
public java.lang.String toString()
- Convenience method for unit testing. We will print all of the
data members here.
- Specified by:
toString
in interface java.lang.annotation.Annotation
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.