Uses of Class
org.apache.axis2.jaxws.description.DescriptionFactory.UpdateType

Packages that use DescriptionFactory.UpdateType
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.impl   
 

Uses of DescriptionFactory.UpdateType in org.apache.axis2.jaxws.description
 

Methods in org.apache.axis2.jaxws.description that return DescriptionFactory.UpdateType
static DescriptionFactory.UpdateType DescriptionFactory.UpdateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DescriptionFactory.UpdateType[] DescriptionFactory.UpdateType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.axis2.jaxws.description with parameters of type DescriptionFactory.UpdateType
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, 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.
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, 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, 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, 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.
 

Uses of DescriptionFactory.UpdateType in org.apache.axis2.jaxws.description.impl
 

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



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.