public class RequestWrapperAnnot extends Object implements RequestWrapper
Modifier and Type | Method and Description |
---|---|
Class<Annotation> |
annotationType() |
String |
className() |
static RequestWrapperAnnot |
createRequestWrapperAnnotImpl() |
static RequestWrapperAnnot |
createRequestWrapperAnnotImpl(String localName,
String targetNamespace,
String className) |
static RequestWrapperAnnot |
createRequestWrapperAnnotImpl(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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public static RequestWrapperAnnot createRequestWrapperAnnotImpl()
public static RequestWrapperAnnot createRequestWrapperAnnotImpl(String localName, String targetNamespace, String className)
public static RequestWrapperAnnot createRequestWrapperAnnotImpl(String localName, String targetNamespace, String className, String partName)
public String localName()
public String targetNamespace()
public String className()
public String partName()
public void setLocalName(String localName)
name
- The name to set.public void setTargetNamespace(String targetNamespace)
targetNamespace
- The targetNamespace to set.public void setClassName(String className)
wsdlLocation
- The wsdlLocation to set.public void setPartName(String partName)
partName
- The name of the wsdl:part.public Class<Annotation> annotationType()
annotationType
in interface Annotation
public String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.