|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServiceDescription in org.apache.axis2.jaxws.client.proxy |
---|
Fields in org.apache.axis2.jaxws.client.proxy declared as ServiceDescription | |
---|---|
protected ServiceDescription |
JAXWSProxyHandler.serviceDesc
|
Uses of ServiceDescription in org.apache.axis2.jaxws.description |
---|
Methods in org.apache.axis2.jaxws.description that return ServiceDescription | |
---|---|
static ServiceDescription |
DescriptionFactory.createServiceDescription(java.lang.Class serviceImplClass)
Create a full ServiceDescription hierachy on the SERVER side for a single service implementation class. |
static ServiceDescription |
DescriptionFactory.createServiceDescription(java.net.URL wsdlURL,
QName serviceQName,
java.lang.Class serviceClass)
Create the initial ServiceDescription hierachy on the CLIENT side. |
static ServiceDescription |
DescriptionFactory.createServiceDescriptionFromServiceImpl(java.lang.Class serviceImplClass,
AxisService axisService)
Deprecated. Use DescriptionFactory.createServiceDescriptionFromDBCMap(HashMap) |
ServiceDescription |
EndpointDescription.getServiceDescription()
|
ServiceDescription |
ServiceRuntimeDescription.getServiceDescription()
|
Methods in org.apache.axis2.jaxws.description that return types with arguments of type ServiceDescription | |
---|---|
static java.util.List<ServiceDescription> |
DescriptionFactory.createServiceDescriptionFromDBCMap(java.util.HashMap<java.lang.String,DescriptionBuilderComposite> dbcMap)
Create a full ServiceDescription hierachy 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 | |
---|---|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType)
Retrieve or create the EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port. |
Uses of ServiceDescription in org.apache.axis2.jaxws.description.impl |
---|
Methods in org.apache.axis2.jaxws.description.impl that return ServiceDescription | |
---|---|
static ServiceDescription |
DescriptionFactoryImpl.createServiceDescription(java.lang.Class serviceImplClass)
|
static ServiceDescription |
DescriptionFactoryImpl.createServiceDescription(java.net.URL wsdlURL,
QName serviceQName,
java.lang.Class serviceClass)
|
static ServiceDescription |
DescriptionFactoryImpl.createServiceDescriptionFromServiceImpl(java.lang.Class serviceImplClass,
AxisService axisService)
Deprecated. |
Methods in org.apache.axis2.jaxws.description.impl that return types with arguments of type ServiceDescription | |
---|---|
static java.util.List<ServiceDescription> |
DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(java.util.HashMap<java.lang.String,DescriptionBuilderComposite> dbcMap)
|
Methods in org.apache.axis2.jaxws.description.impl with parameters of type ServiceDescription | |
---|---|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType)
|
Uses of ServiceDescription in org.apache.axis2.jaxws.description.validator |
---|
Constructors in org.apache.axis2.jaxws.description.validator with parameters of type ServiceDescription | |
---|---|
ServiceDescriptionValidator(ServiceDescription toValidate)
|
Uses of ServiceDescription in org.apache.axis2.jaxws.handler |
---|
Constructors in org.apache.axis2.jaxws.handler with parameters of type ServiceDescription | |
---|---|
HandlerResolverImpl(ServiceDescription sd)
|
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 | |
---|---|
static ResourceInjectionServiceRuntimeDescription |
ResourceInjectionServiceRuntimeDescriptionFactory.get(ServiceDescription serviceDesc,
java.lang.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 | |
---|---|
ServiceDescription |
ResourceInjectionServiceRuntimeDescriptionImpl.getServiceDescription()
|
Methods in org.apache.axis2.jaxws.runtime.description.injection.impl with parameters of type ServiceDescription | |
---|---|
static ResourceInjectionServiceRuntimeDescription |
ResourceInjectionServiceRuntimeDescriptionBuilder.create(ServiceDescription serviceDesc,
java.lang.Class implClass)
create |
Constructors in org.apache.axis2.jaxws.runtime.description.injection.impl with parameters of type ServiceDescription | |
---|---|
ResourceInjectionServiceRuntimeDescriptionImpl(java.lang.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 | |
---|---|
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 | |
---|---|
ServiceDescription |
MarshalServiceRuntimeDescriptionImpl.getServiceDescription()
|
Methods in org.apache.axis2.jaxws.runtime.description.marshal.impl with parameters of type ServiceDescription | |
---|---|
static MarshalServiceRuntimeDescription |
MarshalServiceRuntimeDescriptionBuilder.create(ServiceDescription serviceDesc)
create |
static java.util.Map<java.lang.String,AnnotationDesc> |
AnnotationBuilder.getAnnotationDescs(ServiceDescription serviceDesc,
org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap)
|
static java.util.TreeSet<java.lang.String> |
PackageSetBuilder.getPackagesFromAnnotations(ServiceDescription serviceDesc,
MarshalServiceRuntimeDescription msrd)
|
static java.util.TreeSet<java.lang.String> |
PackageSetBuilder.getPackagesFromSchema(ServiceDescription serviceDesc)
Walks the schemas of the serviceDesc's wsdl (or generated wsdl) to determine the list of packages. |
static java.util.Map<java.lang.Class,java.util.Map<java.lang.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 | |
---|---|
MarshalServiceRuntimeDescriptionImpl(java.lang.String key,
ServiceDescription serviceDesc)
|
Uses of ServiceDescription in org.apache.axis2.jaxws.spi |
---|
Methods in org.apache.axis2.jaxws.spi that return ServiceDescription | |
---|---|
ServiceDescription |
ServiceDelegate.getServiceDescription()
Get the ServiceDescription tree that this ServiceDelegate |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |