Class WebServiceRefAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.WebServiceRefAnnot
- All Implemented Interfaces:
Annotation
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebServiceRefAnnotstatic WebServiceRefAnnotcreateWebServiceRefAnnotImpl(String name, String wsdlLocation, Class type, Class value, String mappedName) static WebServiceRefAnnotcreateWebServiceRefAnnotImpl(String name, String wsdlLocation, Class type, Class value, String mappedName, String lookup) static WebServiceRefAnnotcreateWebServiceRefAnnotImpl(String name, String wsdlLocation, Class type, Class value, String mappedName, String typeString, String valueString) Deprecated.The String values for type and value should not be used.Deprecated.Usetype()Deprecated.Usevalue()lookup()name()voidvoidsetMappedName(String mappedName) voidvoidvoidsetTypeString(String typeString) Deprecated.UsesetType(Class)voidvoidsetValueString(String valueString) Deprecated.voidsetWsdlLocation(String wsdlLocation) toString()Convenience method for unit testing.type()value()
-
Method Details
-
createWebServiceRefAnnotImpl
-
createWebServiceRefAnnotImpl
-
createWebServiceRefAnnotImpl
-
createWebServiceRefAnnotImpl
public static WebServiceRefAnnot createWebServiceRefAnnotImpl(String name, String wsdlLocation, Class type, Class value, String mappedName, String typeString, String valueString) Deprecated.The String values for type and value should not be used. UsecreateWebServiceRefAnnotImpl(String, String, Class, Class, String)There shouldn't be both a class and String for type and value; there isn't on the actual annotation.- Parameters:
name-wsdlLocation-type-value-mappedName-typeString-valueString-- Returns:
-
mappedName
- Returns:
- Returns the mappedName.
-
name
- Returns:
- Returns the name.
-
type
- Returns:
- Returns the type.
-
value
- Returns:
- Returns the value.
-
wsdlLocation
- Returns:
- Returns the wsdlLocation.
-
lookup
- Returns:
- Returns the lookup.
-
getTypeString
Deprecated.Usetype()- Returns:
- Returns the typeString.
-
getValueString
Deprecated.Usevalue()- Returns:
- Returns the valueString.
-
setMappedName
- Parameters:
mappedName- The mappedName to set.
-
setName
- Parameters:
name- The name to set.
-
setType
- Parameters:
type- The type to set.
-
setValue
- Parameters:
value- The value to set.
-
setWsdlLocation
- Parameters:
wsdlLocation- The wsdlLocation to set.
-
getWsdlLocation
- Returns:
- Returns the wsdlLocation.
-
setLookup
- Parameters:
lookup- A portable JNDI lookup name that resolves to the target web service reference.
-
setTypeString
Deprecated.UsesetType(Class)- Parameters:
typeString- The typeString to set.
-
setValueString
Deprecated.- Parameters:
valueString- The valueString to set.
-
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
-