public class RequestWrapperAnnot extends Object implements javax.xml.ws.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, waitequals, hashCodepublic 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 Annotationpublic String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.