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

Packages that use EndpointDescription
org.apache.axis2.jaxws.common.config   
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.builder   
org.apache.axis2.jaxws.description.impl   
org.apache.axis2.jaxws.description.validator   
org.apache.axis2.jaxws.feature   
org.apache.axis2.jaxws.server.config   
org.apache.axis2.jaxws.util   
 

Uses of EndpointDescription in org.apache.axis2.jaxws.common.config
 

Methods in org.apache.axis2.jaxws.common.config with parameters of type EndpointDescription
 void WSDLExtensionValidator.validate(java.util.Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDesc)
          Performs validation of input extensionSets from RespectBindingConfigurator.
 void AddressingWSDLExtensionValidator.validate(java.util.Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDesc)
          Performs validation of input extensionSets from RespectBindingConfigurator.
 

Uses of EndpointDescription in org.apache.axis2.jaxws.description
 

Methods in org.apache.axis2.jaxws.description that return EndpointDescription
 EndpointDescription EndpointInterfaceDescription.getEndpointDescription()
           
 EndpointDescription[] ServiceDescription.getEndpointDescription(java.lang.Class seiClass)
          Return the EndpointDescriptions corresponding to the SEI class.
 EndpointDescription ServiceDescription.getEndpointDescription(javax.xml.namespace.QName portQName)
           
 EndpointDescription ServiceDescription.getEndpointDescription(javax.xml.namespace.QName portQName, java.lang.Object serviceDelegateKey)
           
 EndpointDescription[] ServiceDescription.getEndpointDescriptions()
           
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.
 

Methods in org.apache.axis2.jaxws.description that return types with arguments of type EndpointDescription
 java.util.Collection<EndpointDescription> ServiceDescription.getEndpointDescriptions_AsCollection()
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.description.builder
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type EndpointDescription
 WsdlComposite WsdlGenerator.generateWsdl(java.lang.String implClass, EndpointDescription endpointDesc)
           
 void CustomAnnotationProcessor.processTypeLevelAnnotation(EndpointDescription ed, CustomAnnotationInstance annotation)
          This method will be called to process an annotation type recognized by this processor that was found at the type level.
 

Uses of EndpointDescription in org.apache.axis2.jaxws.description.impl
 

Classes in org.apache.axis2.jaxws.description.impl that implement EndpointDescription
 class EndpointDescriptionImpl
           
 

Methods in org.apache.axis2.jaxws.description.impl that return EndpointDescription
 EndpointDescription EndpointInterfaceDescriptionImpl.getEndpointDescription()
           
 EndpointDescription[] ServiceDescriptionImpl.getEndpointDescription(java.lang.Class seiClass)
           
 EndpointDescription ServiceDescriptionImpl.getEndpointDescription(javax.xml.namespace.QName portQName)
           
 EndpointDescription ServiceDescriptionImpl.getEndpointDescription(javax.xml.namespace.QName portQName, java.lang.Object serviceDelegateKey)
           
 EndpointDescription[] ServiceDescriptionImpl.getEndpointDescriptions()
           
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)
           
 

Methods in org.apache.axis2.jaxws.description.impl that return types with arguments of type EndpointDescription
 java.util.Collection<EndpointDescription> ServiceDescriptionImpl.getEndpointDescriptions_AsCollection()
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.description.validator
 

Constructors in org.apache.axis2.jaxws.description.validator with parameters of type EndpointDescription
EndpointDescriptionValidator(EndpointDescription toValidate)
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.feature
 

Methods in org.apache.axis2.jaxws.feature with parameters of type EndpointDescription
 void ServerFramework.configure(EndpointDescription endpointDescription)
           
 void ServerConfigurator.configure(EndpointDescription endpointDescription)
          Perform server-side configuration for a WebServiceFeature.
 

Uses of EndpointDescription in org.apache.axis2.jaxws.server.config
 

Methods in org.apache.axis2.jaxws.server.config with parameters of type EndpointDescription
 void RespectBindingConfigurator.configure(EndpointDescription endpointDescription)
           
 void MTOMConfigurator.configure(EndpointDescription endpointDescription)
           
 void AddressingConfigurator.configure(EndpointDescription endpointDescription)
           
 

Uses of EndpointDescription in org.apache.axis2.jaxws.util
 

Methods in org.apache.axis2.jaxws.util with parameters of type EndpointDescription
static void WSDLExtensionValidatorUtil.performValidation(AxisConfiguration axisConfiguration, java.util.Set<WSDLValidatorElement> extensionSet, javax.wsdl.Definition wsdlDefinition, EndpointDescription endpointDescription)
          Activate any registered WSDLExtensionValidators to perform the validation of...
static void WSDLExtensionUtils.processExtensions(EndpointDescription endpointDescription)
           
 



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