public class WebServiceRefAnnot extends Object implements WebServiceRef
Modifier and Type | Method and Description |
---|---|
Class<Annotation> |
annotationType() |
static WebServiceRefAnnot |
createWebServiceRefAnnotImpl() |
static WebServiceRefAnnot |
createWebServiceRefAnnotImpl(String name,
String wsdlLocation,
Class type,
Class value,
String mappedName) |
static WebServiceRefAnnot |
createWebServiceRefAnnotImpl(String name,
String wsdlLocation,
Class type,
Class value,
String mappedName,
String lookup) |
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. Use
createWebServiceRefAnnotImpl(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. |
String |
getTypeString()
Deprecated.
Use
type() |
String |
getValueString()
Deprecated.
Use
value() |
String |
getWsdlLocation() |
String |
lookup() |
String |
mappedName() |
String |
name() |
void |
setLookup(String lookup) |
void |
setMappedName(String mappedName) |
void |
setName(String name) |
void |
setType(Class type) |
void |
setTypeString(String typeString)
Deprecated.
Use
setType(Class) |
void |
setValue(Class value) |
void |
setValueString(String valueString)
Deprecated.
|
void |
setWsdlLocation(String wsdlLocation) |
String |
toString()
Convenience method for unit testing.
|
Class |
type() |
Class |
value() |
String |
wsdlLocation() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public static WebServiceRefAnnot createWebServiceRefAnnotImpl()
public static WebServiceRefAnnot createWebServiceRefAnnotImpl(String name, String wsdlLocation, Class type, Class value, String mappedName)
public static WebServiceRefAnnot createWebServiceRefAnnotImpl(String name, String wsdlLocation, Class type, Class value, String mappedName, String lookup)
public static WebServiceRefAnnot createWebServiceRefAnnotImpl(String name, String wsdlLocation, Class type, Class value, String mappedName, String typeString, String valueString)
createWebServiceRefAnnotImpl(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.name
- wsdlLocation
- type
- value
- mappedName
- typeString
- valueString
- public String mappedName()
public String name()
public Class type()
public Class value()
public String wsdlLocation()
public String lookup()
public String getValueString()
value()
public void setMappedName(String mappedName)
mappedName
- The mappedName to set.public void setName(String name)
name
- The name to set.public void setType(Class type)
type
- The type to set.public void setValue(Class value)
value
- The value to set.public void setWsdlLocation(String wsdlLocation)
wsdlLocation
- The wsdlLocation to set.public String getWsdlLocation()
public void setLookup(String lookup)
lookup
- A portable JNDI lookup name that resolves to the target web service reference.public void setTypeString(String typeString)
setType(Class)
typeString
- The typeString to set.public void setValueString(String valueString)
setValue(Class)
valueString
- The valueString to set.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.