Uses of Interface
com.sun.xml.ws.api.databinding.MetadataReader
Packages that use MetadataReader
Package
Description
APIs for hosting JAX-WS services.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of MetadataReader in com.oracle.webservices.api.databinding
Methods in com.oracle.webservices.api.databinding that return MetadataReaderModifier and TypeMethodDescriptionExternalMetadataFeature.getMetadataReader(ClassLoader classLoader, boolean disableXmlSecurity) Methods in com.oracle.webservices.api.databinding with parameters of type MetadataReader -
Uses of MetadataReader in com.sun.xml.ws.api.databinding
Fields in com.sun.xml.ws.api.databinding declared as MetadataReaderMethods in com.sun.xml.ws.api.databinding that return MetadataReaderMethods in com.sun.xml.ws.api.databinding with parameters of type MetadataReaderModifier and TypeMethodDescriptionvoidDatabindingConfig.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 MetadataReaderModifier and TypeMethodDescriptionstatic QNameWSEndpoint.getDefaultPortName(QName serviceName, Class endpointClass, boolean isStandard, MetadataReader metadataReader) static QNameWSEndpoint.getDefaultPortName(QName serviceName, Class endpointClass, MetadataReader metadataReader) static QNameWSEndpoint.getDefaultServiceName(Class endpointClass, boolean isStandard, MetadataReader metadataReader) static QNameWSEndpoint.getDefaultServiceName(Class endpointClass, MetadataReader metadataReader) -
Uses of MetadataReader in com.sun.xml.ws.model
Classes in com.sun.xml.ws.model that implement MetadataReaderModifier and TypeClassDescriptionclassMetadata Reader able to read from either class annotations or external metadata files or combine both, depending on configuration provided in xml file itself.classReflectAnnotationReaderMethods in com.sun.xml.ws.model with parameters of type MetadataReaderModifier and TypeMethodDescriptionstatic QNameRuntimeModeler.getPortName(Class<?> implClass, MetadataReader reader, String targetNamespace) static QNameRuntimeModeler.getPortName(Class<?> implClass, MetadataReader reader, String targetNamespace, boolean isStandard) static QNameRuntimeModeler.getPortTypeName(Class<?> implOrSeiClass, MetadataReader metadataReader) static QNameRuntimeModeler.getPortTypeName(Class<?> implOrSeiClass, String tns, MetadataReader reader) static QNameRuntimeModeler.getServiceName(Class<?> implClass, MetadataReader reader) static QNameRuntimeModeler.getServiceName(Class<?> implClass, MetadataReader reader, boolean isStandard) Constructors in com.sun.xml.ws.model with parameters of type MetadataReaderModifierConstructorDescriptionJavaMethodImpl(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 MetadataReaderModifier and TypeMethodDescriptionstatic MetadataReaderEndpointFactory.getExternalMetadatReader(Class<?> implType, WSBinding binding) Methods in com.sun.xml.ws.server with parameters of type MetadataReaderModifier and TypeMethodDescriptionstatic QNameEndpointFactory.getDefaultPortName(QName serviceName, Class<?> implType, boolean isStandard, MetadataReader metadataReader) static QNameEndpointFactory.getDefaultPortName(QName serviceName, Class<?> implType, MetadataReader metadataReader) static QNameEndpointFactory.getDefaultServiceName(Class<?> implType, boolean isStandard, MetadataReader metadataReader) static QNameEndpointFactory.getDefaultServiceName(Class<?> implType, MetadataReader metadataReader) static StringEndpointFactory.getWsdlLocation(Class<?> implType, MetadataReader metadataReader) Returns the wsdl from @WebService, or @WebServiceProvider annotation using wsdlLocation element.static booleanEndpointFactory.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