public class WebFaultAnnot extends Object implements javax.xml.ws.WebFault
| Modifier and Type | Method and Description |
|---|---|
Class<Annotation> |
annotationType() |
static WebFaultAnnot |
createWebFaultAnnotImpl() |
String |
faultBean() |
String |
messageName() |
String |
name()
Get the 'name'
|
void |
setFaultBean(String faultBean) |
void |
setMessageName(String messageName) |
void |
setName(String name) |
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 WebFaultAnnot createWebFaultAnnotImpl()
public String name()
public String targetNamespace()
public String faultBean()
public String messageName()
public void setFaultBean(String faultBean)
faultBean - The faultBean to set.public void setName(String name)
name - The name to set.public void setTargetNamespace(String targetNamespace)
targetNamespace - The targetNamespace to set.public void setMessageName(String messageName)
messageName - The name of the wsdl:message.public Class<Annotation> annotationType()
annotationType in interface Annotationpublic String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.