Uses of Interface
com.sun.xml.ws.api.databinding.MetadataReader
-
Packages that use MetadataReader Package Description com.oracle.webservices.api.databinding com.sun.xml.ws.api.databinding com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.model com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
Uses of MetadataReader in com.oracle.webservices.api.databinding
Methods in com.oracle.webservices.api.databinding that return MetadataReader Modifier and Type Method Description MetadataReader
ExternalMetadataFeature. getMetadataReader(ClassLoader classLoader, boolean disableXmlSecurity)
Methods in com.oracle.webservices.api.databinding with parameters of type MetadataReader Modifier and Type Method Description ExternalMetadataFeature.Builder
ExternalMetadataFeature.Builder. setReader(MetadataReader r)
-
Uses of MetadataReader in com.sun.xml.ws.api.databinding
Fields in com.sun.xml.ws.api.databinding declared as MetadataReader Modifier and Type Field Description protected MetadataReader
DatabindingConfig. metadataReader
Methods in com.sun.xml.ws.api.databinding that return MetadataReader Modifier and Type Method Description MetadataReader
DatabindingConfig. getMetadataReader()
Methods in com.sun.xml.ws.api.databinding with parameters of type MetadataReader Modifier and Type Method Description void
DatabindingConfig. setMetadataReader(MetadataReader reader)
-
Uses of MetadataReader in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server with parameters of type MetadataReader Modifier and Type Method Description static QName
WSEndpoint. getDefaultPortName(QName serviceName, Class endpointClass, boolean isStandard, MetadataReader metadataReader)
static QName
WSEndpoint. getDefaultPortName(QName serviceName, Class endpointClass, MetadataReader metadataReader)
static QName
WSEndpoint. getDefaultServiceName(Class endpointClass, boolean isStandard, MetadataReader metadataReader)
static QName
WSEndpoint. getDefaultServiceName(Class endpointClass, MetadataReader metadataReader)
-
Uses of MetadataReader in com.sun.xml.ws.model
Classes in com.sun.xml.ws.model that implement MetadataReader Modifier and Type Class Description class
ExternalMetadataReader
Metadata Reader able to read from either class annotations or external metadata files or combine both, depending on configuration provided in xml file itself.class
ReflectAnnotationReader
ReflectAnnotationReaderMethods in com.sun.xml.ws.model with parameters of type MetadataReader Modifier and Type Method Description static QName
RuntimeModeler. getPortName(Class<?> implClass, MetadataReader reader, String targetNamespace)
static QName
RuntimeModeler. getPortName(Class<?> implClass, MetadataReader reader, String targetNamespace, boolean isStandard)
static QName
RuntimeModeler. getPortTypeName(Class<?> implOrSeiClass, MetadataReader metadataReader)
static QName
RuntimeModeler. getPortTypeName(Class<?> implOrSeiClass, String tns, MetadataReader reader)
static QName
RuntimeModeler. getServiceName(Class<?> implClass, MetadataReader reader)
static QName
RuntimeModeler. getServiceName(Class<?> implClass, MetadataReader reader, boolean isStandard)
Constructors in com.sun.xml.ws.model with parameters of type MetadataReader Constructor Description JavaMethodImpl(AbstractSEIModelImpl owner, Method method, Method seiMethod, MetadataReader metadataReader)
-
Uses of MetadataReader in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return MetadataReader Modifier and Type Method Description static MetadataReader
EndpointFactory. getExternalMetadatReader(Class<?> implType, WSBinding binding)
Methods in com.sun.xml.ws.server with parameters of type MetadataReader Modifier and Type Method Description static QName
EndpointFactory. getDefaultPortName(QName serviceName, Class<?> implType, boolean isStandard, MetadataReader metadataReader)
static QName
EndpointFactory. getDefaultPortName(QName serviceName, Class<?> implType, MetadataReader metadataReader)
static QName
EndpointFactory. getDefaultServiceName(Class<?> implType, boolean isStandard, MetadataReader metadataReader)
static QName
EndpointFactory. getDefaultServiceName(Class<?> implType, MetadataReader metadataReader)
static String
EndpointFactory. getWsdlLocation(Class<?> implType, MetadataReader metadataReader)
Returns the wsdl from @WebService, or @WebServiceProvider annotation using wsdlLocation element.static boolean
EndpointFactory. verifyImplementorClass(Class<?> clz, MetadataReader metadataReader)
Verifies if the endpoint implementor class has @WebService or @WebServiceProvider annotation; passing MetadataReader instance allows to read annotations from xml descriptor instead of class's annotations
-