Class RequestWrapperAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.RequestWrapperAnnot
- All Implemented Interfaces:
Annotation
-
Method Summary
Modifier and TypeMethodDescriptionstatic RequestWrapperAnnotstatic RequestWrapperAnnotcreateRequestWrapperAnnotImpl(String localName, String targetNamespace, String className) static RequestWrapperAnnotcreateRequestWrapperAnnotImpl(String localName, String targetNamespace, String className, String partName) partName()voidsetClassName(String className) voidsetLocalName(String localName) voidsetPartName(String partName) voidsetTargetNamespace(String targetNamespace) toString()Convenience method for unit testing.
-
Method Details
-
createRequestWrapperAnnotImpl
-
createRequestWrapperAnnotImpl
public static RequestWrapperAnnot createRequestWrapperAnnotImpl(String localName, String targetNamespace, String className) -
createRequestWrapperAnnotImpl
public static RequestWrapperAnnot createRequestWrapperAnnotImpl(String localName, String targetNamespace, String className, String partName) -
localName
- Returns:
- Returns the name.
-
targetNamespace
- Returns:
- Returns the targetNamespace.
-
className
- Returns:
- Returns the wsdlLocation.
-
partName
- Returns:
- Returns the partName.
-
setLocalName
- Parameters:
name- The name to set.
-
setTargetNamespace
- Parameters:
targetNamespace- The targetNamespace to set.
-
setClassName
- Parameters:
wsdlLocation- The wsdlLocation to set.
-
setPartName
- Parameters:
partName- The name of the wsdl:part.
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
toString
Convenience method for unit testing. We will print all of the data members here.- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-