Package | Description |
---|---|
org.apache.axis2.jaxws.description | |
org.apache.axis2.jaxws.description.impl |
Modifier and Type | Method and Description |
---|---|
static ResolvedHandlersDescription |
DescriptionFactory.createResolvedHandlersDescription()
Create a ResolvedHandlersDescription object, which describes attributes of handlers
that have been resolved for a give port.
|
ResolvedHandlersDescription |
ServiceDescription.getResolvedHandlersDescription(PortInfo portInfo)
Answer information for resolved handlers for the given port.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceDescription.setResolvedHandlersDescription(PortInfo portInfo,
ResolvedHandlersDescription resolvedHandlersInfo)
Cache information for handlers which have been resolved for this port.
|
Modifier and Type | Class and Description |
---|---|
class |
ResolvedHandlersDescriptionImpl
Implementation of the ResolvedHandlersDescription interface
|
Modifier and Type | Method and Description |
---|---|
static ResolvedHandlersDescription |
DescriptionFactoryImpl.createResolvedHandlersDescription() |
ResolvedHandlersDescription |
ServiceDescriptionImpl.getResolvedHandlersDescription(PortInfo portInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceDescriptionImpl.setResolvedHandlersDescription(PortInfo portInfo,
ResolvedHandlersDescription resolvedHandlersInfo) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.