Class WebFaultAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.WebFaultAnnot
- All Implemented Interfaces:
Annotation
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebFaultAnnotname()Get the 'name'voidsetFaultBean(String faultBean) voidsetMessageName(String messageName) voidvoidsetTargetNamespace(String targetNamespace) toString()Convenience method for unit testing.
-
Method Details
-
createWebFaultAnnotImpl
-
name
Get the 'name'- Returns:
- String
-
targetNamespace
-
faultBean
-
messageName
-
setFaultBean
- Parameters:
faultBean- The faultBean to set.
-
setName
- Parameters:
name- The name to set.
-
setTargetNamespace
- Parameters:
targetNamespace- The targetNamespace to set.
-
setMessageName
- Parameters:
messageName- The name of the wsdl:message.
-
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
-