public class WebFaultAnnot extends Object implements 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, wait
equals, hashCode
public 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 Annotation
public String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.