Uses of Interface
org.apache.axis2.jaxws.description.ServiceDescription
-
-
Uses of ServiceDescription in org.apache.axis2.jaxws.client.proxy
Fields in org.apache.axis2.jaxws.client.proxy declared as ServiceDescription Modifier and Type Field Description protected ServiceDescription
JAXWSProxyHandler. serviceDesc
-
Uses of ServiceDescription in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description that return ServiceDescription Modifier and Type Method Description static ServiceDescription
DescriptionFactory. createServiceDescription(Class serviceImplClass)
Create a full ServiceDescription hierarchy on the SERVER side for a single service implementation class.static ServiceDescription
DescriptionFactory. createServiceDescription(URL wsdlURL, QName serviceQName, Class serviceClass)
Create the initial ServiceDescription hierarchy on the CLIENT side.static ServiceDescription
DescriptionFactory. createServiceDescription(URL wsdlURL, QName serviceQName, Class serviceClass, DescriptionBuilderComposite sparseComposite, Object sparseCompositeKey)
Create the initial ServiceDescripton hierarchy on the CLIENT side.ServiceDescription
EndpointDescription. getServiceDescription()
ServiceDescription
ServiceRuntimeDescription. getServiceDescription()
Methods in org.apache.axis2.jaxws.description that return types with arguments of type ServiceDescription Modifier and Type Method Description static List<ServiceDescription>
DescriptionFactory. createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap)
Create a full ServiceDescription hierarchy on the SERVER side for EACH service implementation entry in the DescriptionBuilderComposite (DBC) map.static List<ServiceDescription>
DescriptionFactory. createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap, ConfigurationContext configContext)
Create a full ServiceDescription hierarchy on the SERVER side for EACH service implementation entry in the DescriptionBuilderComposite (DBC) map.static List<ServiceDescription>
DescriptionFactory. createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap, ConfigurationContext configContext, boolean performVaidation)
Create a full ServiceDescription hierarchy on the SERVER side for EACH service implementation entry in the DescriptionBuilderComposite (DBC) map.Methods in org.apache.axis2.jaxws.description with parameters of type ServiceDescription Modifier and Type Method Description static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey, String bindingId, String endpointAddress)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, String bindingId, String endpointAddress)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey)
Retrieve or create an EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey, String bindingId, String endpointAddress)
Retrieve or create an EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType)
Retrieve or create the EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey, String bindingId, String endpointAddress)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, String bindingId, String endpointAddress)
Retrieve or create the EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey)
Retrieve or create an EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port.static EndpointDescription
DescriptionFactory. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey, String bindingId, String endpointAddress)
Retrieve or create an EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port. -
Uses of ServiceDescription in org.apache.axis2.jaxws.description.impl
Classes in org.apache.axis2.jaxws.description.impl that implement ServiceDescription Modifier and Type Class Description class
ServiceDescriptionImpl
Methods in org.apache.axis2.jaxws.description.impl that return ServiceDescription Modifier and Type Method Description static ServiceDescription
DescriptionFactoryImpl. createServiceDescription(Class serviceImplClass)
static ServiceDescription
DescriptionFactoryImpl. createServiceDescription(Class serviceImplClass, ConfigurationContext configContext)
static ServiceDescription
DescriptionFactoryImpl. createServiceDescription(URL wsdlURL, QName serviceQName, Class serviceClass)
static ServiceDescription
DescriptionFactoryImpl. createServiceDescription(URL wsdlURL, QName serviceQName, Class serviceClass, DescriptionBuilderComposite sparseComposite, Object sparseCompositeKey)
ServiceDescription
EndpointDescriptionImpl. getServiceDescription()
Methods in org.apache.axis2.jaxws.description.impl that return types with arguments of type ServiceDescription Modifier and Type Method Description static List<ServiceDescription>
DescriptionFactoryImpl. createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap, ConfigurationContext configContext)
static List<ServiceDescription>
DescriptionFactoryImpl. createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap, ConfigurationContext configContext, boolean performVaidation)
Methods in org.apache.axis2.jaxws.description.impl with parameters of type ServiceDescription Modifier and Type Method Description static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey, String bindingId, String endpointAddress)
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, String bindingId, String endpointAddress)
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object serviceDelegateKey, String bindingId, String endpointAddress)
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, Object sparseCompositeKey, String bindingId, String endpointAddress)
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, String bindingId, String endpointAddress)
static EndpointDescription
DescriptionFactoryImpl. updateEndpoint(ServiceDescription serviceDescription, Class sei, EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey, String bindingId, String endpointAddress)
-
Uses of ServiceDescription in org.apache.axis2.jaxws.description.validator
Constructors in org.apache.axis2.jaxws.description.validator with parameters of type ServiceDescription Constructor Description ServiceDescriptionValidator(ServiceDescription toValidate)
-
Uses of ServiceDescription in org.apache.axis2.jaxws.handler
Constructors in org.apache.axis2.jaxws.handler with parameters of type ServiceDescription Constructor Description HandlerResolverImpl(ServiceDescription sd)
HandlerResolverImpl(ServiceDescription sd, Object serviceDelegateKey)
-
Uses of ServiceDescription in org.apache.axis2.jaxws.runtime.description.injection
Methods in org.apache.axis2.jaxws.runtime.description.injection with parameters of type ServiceDescription Modifier and Type Method Description static ResourceInjectionServiceRuntimeDescription
ResourceInjectionServiceRuntimeDescriptionFactory. get(ServiceDescription serviceDesc, Class implClass)
Get or create MarshalServiceRuntimeDescription -
Uses of ServiceDescription in org.apache.axis2.jaxws.runtime.description.injection.impl
Methods in org.apache.axis2.jaxws.runtime.description.injection.impl that return ServiceDescription Modifier and Type Method Description ServiceDescription
ResourceInjectionServiceRuntimeDescriptionImpl. getServiceDescription()
Methods in org.apache.axis2.jaxws.runtime.description.injection.impl with parameters of type ServiceDescription Modifier and Type Method Description static ResourceInjectionServiceRuntimeDescription
ResourceInjectionServiceRuntimeDescriptionBuilder. create(ServiceDescription serviceDesc, Class implClass)
createConstructors in org.apache.axis2.jaxws.runtime.description.injection.impl with parameters of type ServiceDescription Constructor Description ResourceInjectionServiceRuntimeDescriptionImpl(String key, ServiceDescription serviceDesc)
-
Uses of ServiceDescription in org.apache.axis2.jaxws.runtime.description.marshal
Methods in org.apache.axis2.jaxws.runtime.description.marshal with parameters of type ServiceDescription Modifier and Type Method Description static MarshalServiceRuntimeDescription
MarshalServiceRuntimeDescriptionFactory. get(ServiceDescription serviceDesc)
Get or create MarshalServiceRuntimeDescription -
Uses of ServiceDescription in org.apache.axis2.jaxws.runtime.description.marshal.impl
Methods in org.apache.axis2.jaxws.runtime.description.marshal.impl that return ServiceDescription Modifier and Type Method Description ServiceDescription
MarshalServiceRuntimeDescriptionImpl. getServiceDescription()
Methods in org.apache.axis2.jaxws.runtime.description.marshal.impl with parameters of type ServiceDescription Modifier and Type Method Description static MarshalServiceRuntimeDescription
MarshalServiceRuntimeDescriptionBuilder. create(ServiceDescription serviceDesc)
createstatic Map<String,AnnotationDesc>
AnnotationBuilder. getAnnotationDescs(ServiceDescription serviceDesc, org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap)
static TreeSet<String>
PackageSetBuilder. getPackagesFromAnnotations(ServiceDescription serviceDesc, MarshalServiceRuntimeDescription msrd)
static TreeSet<String>
PackageSetBuilder. getPackagesFromSchema(ServiceDescription serviceDesc)
Walks the schemas of the serviceDesc's wsdl (or generated wsdl) to determine the list of packages.static Map<Class,Map<String,PropertyDescriptorPlus>>
PropertyDescriptorMapBuilder. getPropertyDescMaps(ServiceDescription serviceDesc, org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap)
Constructors in org.apache.axis2.jaxws.runtime.description.marshal.impl with parameters of type ServiceDescription Constructor Description MarshalServiceRuntimeDescriptionImpl(String key, ServiceDescription serviceDesc)
-
Uses of ServiceDescription in org.apache.axis2.jaxws.server.endpoint
Methods in org.apache.axis2.jaxws.server.endpoint with parameters of type ServiceDescription Modifier and Type Method Description static boolean
Utils. bindingTypesMatch(MessageContext mc, ServiceDescription serviceDesc)
Deprecated. -
Uses of ServiceDescription in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl
Methods in org.apache.axis2.jaxws.server.endpoint.lifecycle.impl with parameters of type ServiceDescription Modifier and Type Method Description protected ResourceInjectionServiceRuntimeDescription
EndpointLifecycleManagerImpl. getInjectionDesc(ServiceDescription serviceDesc, Class serviceImplClass)
This method will retrieve a ResourceInjectionServiceRuntimeDescription if one is associated with the current ServiceDescription. -
Uses of ServiceDescription in org.apache.axis2.jaxws.spi
Methods in org.apache.axis2.jaxws.spi that return ServiceDescription Modifier and Type Method Description ServiceDescription
ServiceDelegate. getServiceDescription()
Get the ServiceDescription tree that this ServiceDelegate
-