|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.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,
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,
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,
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,
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,
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. |
| 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,
java.lang.Class sei,
EndpointReference epr,
java.lang.String addressingNamespace,
DescriptionFactory.UpdateType updateType)
|
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)
|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
EndpointReference epr,
java.lang.String addressingNamespace,
DescriptionFactory.UpdateType updateType,
java.lang.Object sparseCompositeKey)
|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType)
|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
java.lang.Object serviceDelegateKey)
|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
java.lang.Object serviceDelegateKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||