public class WebServiceRefAnnot extends Object implements javax.xml.ws.WebServiceRef
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic 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 Annotationpublic String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.