Uses of Interface
org.apache.axis2.jaxws.description.ServiceDescription

Packages that use ServiceDescription
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.impl   
org.apache.axis2.jaxws.description.validator   
 

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 hierarchy on the SERVER side for a single service implementation class.
static ServiceDescription DescriptionFactory.createServiceDescription(java.net.URL wsdlURL, javax.xml.namespace.QName serviceQName, java.lang.Class serviceClass)
          Create the initial ServiceDescription hierarchy on the CLIENT side.
static ServiceDescription DescriptionFactory.createServiceDescription(java.net.URL wsdlURL, javax.xml.namespace.QName serviceQName, java.lang.Class serviceClass, DescriptionBuilderComposite sparseComposite, java.lang.Object sparseCompositeKey)
          Create the initial ServiceDescripton hierarchy on the CLIENT side.
 ServiceDescription ServiceRuntimeDescription.getServiceDescription()
           
 ServiceDescription EndpointDescription.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 hierarchy on the SERVER side for EACH service implementation entry in the DescriptionBuilderComposite (DBC) map.
static java.util.List<ServiceDescription> DescriptionFactory.createServiceDescriptionFromDBCMap(java.util.HashMap<java.lang.String,DescriptionBuilderComposite> dbcMap, ConfigurationContext configContext)
          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
static EndpointDescription DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription, java.lang.Class sei, EndpointReference epr, java.lang.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, java.lang.Class sei, EndpointReference epr, java.lang.String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, java.lang.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, java.lang.Class sei, EndpointReference epr, java.lang.String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, java.lang.Object sparseCompositeKey, java.lang.String bindingId, java.lang.String endpointAddress)
          Retrieve or create an EndpointDescription hierachy associated with an existing CLIENT side ServiceDescription for a particular port.
static EndpointDescription DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription, java.lang.Class sei, EndpointReference epr, java.lang.String addressingNamespace, DescriptionFactory.UpdateType updateType, java.lang.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, java.lang.Class sei, EndpointReference epr, java.lang.String addressingNamespace, DescriptionFactory.UpdateType updateType, java.lang.Object serviceDelegateKey, java.lang.String bindingId, java.lang.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, java.lang.Class sei, EndpointReference epr, java.lang.String addressingNamespace, DescriptionFactory.UpdateType updateType, java.lang.String bindingId, java.lang.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, java.lang.Class sei, javax.xml.namespace.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, java.lang.Class sei, javax.xml.namespace.QName portQName, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, java.lang.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, java.lang.Class sei, javax.xml.namespace.QName portQName, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, java.lang.Object sparseCompositeKey, java.lang.String bindingId, java.lang.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, java.lang.Class sei, javax.xml.namespace.QName portQName, DescriptionFactory.UpdateType updateType, java.lang.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, java.lang.Class sei, javax.xml.namespace.QName portQName, DescriptionFactory.UpdateType updateType, java.lang.Object serviceDelegateKey, java.lang.String bindingId, java.lang.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, java.lang.Class sei, javax.xml.namespace.QName portQName, DescriptionFactory.UpdateType updateType, java.lang.String bindingId, java.lang.String endpointAddress)
          Retrieve or create the EndpointDescription hierarchy 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.lang.Class serviceImplClass, ConfigurationContext configContext)
           
static ServiceDescription DescriptionFactoryImpl.createServiceDescription(java.net.URL wsdlURL, javax.xml.namespace.QName serviceQName, java.lang.Class serviceClass)
           
static ServiceDescription DescriptionFactoryImpl.createServiceDescription(java.net.URL wsdlURL, javax.xml.namespace.QName serviceQName, java.lang.Class serviceClass, DescriptionBuilderComposite sparseComposite, java.lang.Object sparseCompositeKey)
           
 

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, ConfigurationContext configContext)
           
 

Methods in org.apache.axis2.jaxws.description.impl with parameters of type ServiceDescription
static EndpointDescription DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription, java.lang.Class sei, EndpointReference epr, java.lang.String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, java.lang.Object sparseCompositeKey, java.lang.String bindingId, java.lang.String endpointAddress)
           
static EndpointDescription DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription, java.lang.Class sei, EndpointReference epr, java.lang.String addressingNamespace, DescriptionFactory.UpdateType updateType, java.lang.Object sparseCompositeKey, java.lang.String bindingId, java.lang.String endpointAddress)
           
static EndpointDescription DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription, java.lang.Class sei, EndpointReference epr, java.lang.String addressingNamespace, DescriptionFactory.UpdateType updateType, java.lang.String bindingId, java.lang.String endpointAddress)
           
static EndpointDescription DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription, java.lang.Class sei, javax.xml.namespace.QName portQName, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, java.lang.Object serviceDelegateKey, java.lang.String bindingId, java.lang.String endpointAddress)
           
static EndpointDescription DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription, java.lang.Class sei, javax.xml.namespace.QName portQName, DescriptionFactory.UpdateType updateType, java.lang.Object serviceDelegateKey, java.lang.String bindingId, java.lang.String endpointAddress)
           
static EndpointDescription DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription, java.lang.Class sei, javax.xml.namespace.QName portQName, DescriptionFactory.UpdateType updateType, java.lang.String bindingId, java.lang.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
ServiceDescriptionValidator(ServiceDescription toValidate)
           
 



Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.