| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl
public class EndpointDescriptionImpl
../EndpointDescription| Field Summary | |
|---|---|
| static String | BindingType_DEFAULT | 
| static Service.Mode | ServiceMode_DEFAULT | 
| Fields inherited from interface org.apache.axis2.jaxws.description.EndpointDescription | 
|---|
| AXIS_SERVICE_PARAMETER, DEFAULT_CLIENT_BINDING_ID, HANDLER_PARAMETER_QNAMES | 
| Fields inherited from interface org.apache.axis2.jaxws.description.EndpointDescriptionWSDL | 
|---|
| HTTP_WSDL_BINDING, SOAP_11_ADDRESS_ELEMENT, SOAP_12_ADDRESS_ELEMENT, SOAP11_WSDL_BINDING, SOAP12_WSDL_BINDING | 
| Method Summary | |
|---|---|
|  boolean | addRequiredBinding(WSDLValidatorElement element)Adds the QName to a list of binding types that are required to be supported by the endpoint as defined in the WSDL. | 
|  BindingType | getAnnoBindingType() | 
|  String | getAnnoBindingTypeValue() | 
|  Annotation | getAnnoFeature(String id) | 
|  HandlerChain | getAnnoHandlerChainAnnotation(Object sparseCompositeKey) | 
|  ServiceMode | getAnnoServiceMode() | 
|  Service.Mode | getAnnoServiceModeValue() | 
|  WebService | getAnnoWebService() | 
|  String | getAnnoWebServiceEndpointInterface() | 
|  String | getAnnoWebServiceName() | 
|  String | getAnnoWebServicePortName() | 
|  WebServiceProvider | getAnnoWebServiceProvider() | 
|  String | getAnnoWebServiceServiceName() | 
|  String | getAnnoWebServiceTargetNamespace() | 
|  String | getAnnoWebServiceWSDLLocation() | 
|  AxisService | getAxisService() | 
|  String | getBindingType()Returns the binding type FOR A SERVER. | 
|  String | getClientBindingID()Return the binding type FOR A CLIENT. | 
|  DescriptionBuilderComposite | getDescriptionBuilderComposite()Return the DescriptionBuilderComposite, if any, used to build this service description. | 
|  String | getEndpointAddress() | 
|  EndpointInterfaceDescription | getEndpointInterfaceDescription() | 
|  HandlerChainsType | getHandlerChain()Return the handler chain configuration information as a HandlerChainsType object. | 
|  HandlerChainsType | getHandlerChain(Object sparseCompositeKey)Returns a schema derived java class containing the the handler configuration information. | 
|  int | getMTOMThreshold()If MTOM is enabled, returns the threshold value. | 
|  String | getName() | 
|  PortInfo | getPortInfo()Returns the JAX-WS handler PortInfo object for this endpoint. | 
|  QName | getPortQName() | 
|  Object | getProperty(String key)Return the Object that corresponds to the property key supplied. | 
|  Set<WSDLValidatorElement> | getRequiredBindings()Returns a list of all known bindings that should be supported based on the information in the WSDL. | 
|  ServiceClient | getServiceClient() | 
|  ServiceDescription | getServiceDescription() | 
|  ServiceDescriptionImpl | getServiceDescriptionImpl() | 
|  Service.Mode | getServiceMode() | 
|  QName | getServiceQName() | 
|  String | getTargetNamespace() | 
|  javax.wsdl.Binding | getWSDLBinding() | 
|  String | getWSDLBindingType()Returns the namespace for the specific wsdl:binding extensibility element. | 
|  javax.wsdl.Definition | getWSDLDefinition() | 
|  javax.wsdl.Port | getWSDLPort() | 
|  javax.wsdl.Service | getWSDLService() | 
|  String | getWSDLSOAPAddress()Return the SOAP Address from the WSDL for this port. | 
|  boolean | isEndpointBased() | 
|  boolean | isMTOMEnabled()Signals whether or not MTOM has been turned on for the endpoint based on the annotation configuration. | 
|  boolean | isProviderBased() | 
|  boolean | isWSDLFullySpecified()Is the WSDL definition fully specified for the endpoint (WSDL 1.1 port) represented by this EndpointDescription. | 
|  boolean | respectBinding()Returns true if the contents of the <wsdl:binding>must be 
 strictly respected by the runtime. | 
|  void | setClientBindingID(String clientBindingID)Set the binding type FOR A CLIENT. | 
|  void | setEndpointAddress(String endpointAddress) | 
|  void | setHandlerChain(HandlerChainsType handlerChain) | 
|  void | setProperty(String key,
            Object value)Store the property by the key specified. | 
|  void | setRespectBinding(boolean r)Indicate whether or not strict binding support should be used. | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final Service.Mode ServiceMode_DEFAULT
public static final String BindingType_DEFAULT
| Method Detail | 
|---|
public QName getPortQName()
getPortQName in interface EndpointDescriptionpublic QName getServiceQName()
getServiceQName in interface EndpointDescriptionpublic ServiceDescription getServiceDescription()
getServiceDescription in interface EndpointDescriptionpublic ServiceDescriptionImpl getServiceDescriptionImpl()
public EndpointInterfaceDescription getEndpointInterfaceDescription()
getEndpointInterfaceDescription in interface EndpointDescriptionpublic AxisService getAxisService()
getAxisService in interface EndpointDescriptionpublic ServiceClient getServiceClient()
getServiceClient in interface EndpointDescriptionpublic boolean isWSDLFullySpecified()
EndpointDescriptionWSDL
isWSDLFullySpecified in interface EndpointDescriptionWSDLpublic boolean isProviderBased()
isProviderBased in interface EndpointDescriptionpublic boolean isEndpointBased()
isEndpointBased in interface EndpointDescriptionpublic String getAnnoWebServiceWSDLLocation()
getAnnoWebServiceWSDLLocation in interface EndpointDescriptionJavapublic String getAnnoWebServiceServiceName()
getAnnoWebServiceServiceName in interface EndpointDescriptionJavapublic String getAnnoWebServicePortName()
getAnnoWebServicePortName in interface EndpointDescriptionJavapublic String getAnnoWebServiceTargetNamespace()
getAnnoWebServiceTargetNamespace in interface EndpointDescriptionJavapublic WebServiceProvider getAnnoWebServiceProvider()
getAnnoWebServiceProvider in interface EndpointDescriptionJavapublic WebService getAnnoWebService()
getAnnoWebService in interface EndpointDescriptionJavapublic String getAnnoWebServiceEndpointInterface()
getAnnoWebServiceEndpointInterface in interface EndpointDescriptionJavapublic String getAnnoWebServiceName()
getAnnoWebServiceName in interface EndpointDescriptionJavapublic ServiceMode getAnnoServiceMode()
getAnnoServiceMode in interface EndpointDescriptionJavapublic Service.Mode getServiceMode()
getServiceMode in interface EndpointDescriptionpublic Service.Mode getAnnoServiceModeValue()
getAnnoServiceModeValue in interface EndpointDescriptionJavapublic BindingType getAnnoBindingType()
getAnnoBindingType in interface EndpointDescriptionJavapublic String getBindingType()
EndpointDescription
getBindingType in interface EndpointDescriptionpublic String getAnnoBindingTypeValue()
getAnnoBindingTypeValue in interface EndpointDescriptionJavapublic void setHandlerChain(HandlerChainsType handlerChain)
setHandlerChain in interface EndpointDescriptionpublic HandlerChainsType getHandlerChain()
EndpointDescription
getHandlerChain in interface EndpointDescriptionEndpointDescription.getHandlerChain(Object)public HandlerChainsType getHandlerChain(Object sparseCompositeKey)
getHandlerChain in interface EndpointDescriptionsparseCompositeKey - May be null.  If non-null, used to look for service-delegate
     specific sparse composite information.
public HandlerChain getAnnoHandlerChainAnnotation(Object sparseCompositeKey)
public boolean isMTOMEnabled()
EndpointDescription
isMTOMEnabled in interface EndpointDescriptionpublic boolean respectBinding()
EndpointDescription<wsdl:binding> must be 
 strictly respected by the runtime.
respectBinding in interface EndpointDescriptionpublic void setRespectBinding(boolean r)
EndpointDescription
setRespectBinding in interface EndpointDescriptionpublic boolean addRequiredBinding(WSDLValidatorElement element)
EndpointDescription
addRequiredBinding in interface EndpointDescriptionpublic Set<WSDLValidatorElement> getRequiredBindings()
EndpointDescription
getRequiredBindings in interface EndpointDescriptionpublic int getMTOMThreshold()
EndpointDescription
getMTOMThreshold in interface EndpointDescriptionpublic Annotation getAnnoFeature(String id)
getAnnoFeature in interface EndpointDescriptionJavapublic javax.wsdl.Definition getWSDLDefinition()
getWSDLDefinition in interface EndpointDescriptionWSDLpublic javax.wsdl.Service getWSDLService()
getWSDLService in interface EndpointDescriptionWSDLpublic javax.wsdl.Port getWSDLPort()
getWSDLPort in interface EndpointDescriptionWSDLpublic javax.wsdl.Binding getWSDLBinding()
getWSDLBinding in interface EndpointDescriptionWSDLpublic String getWSDLBindingType()
EndpointDescriptionWSDL
getWSDLBindingType in interface EndpointDescriptionWSDLpublic String getName()
getName in interface EndpointDescriptionpublic String getTargetNamespace()
getTargetNamespace in interface EndpointDescriptionpublic PortInfo getPortInfo()
EndpointDescription
getPortInfo in interface EndpointDescriptionpublic void setClientBindingID(String clientBindingID)
EndpointDescription
setClientBindingID in interface EndpointDescriptionpublic String getClientBindingID()
EndpointDescription
getClientBindingID in interface EndpointDescriptionsetClientBindingID();public void setEndpointAddress(String endpointAddress)
setEndpointAddress in interface EndpointDescriptionpublic String getEndpointAddress()
getEndpointAddress in interface EndpointDescription
public void setProperty(String key,
                        Object value)
EndpointDescription
setProperty in interface EndpointDescriptionpublic Object getProperty(String key)
EndpointDescription
getProperty in interface EndpointDescriptionpublic String getWSDLSOAPAddress()
getWSDLSOAPAddress in interface EndpointDescriptionWSDLpublic DescriptionBuilderComposite getDescriptionBuilderComposite()
EndpointDescription
getDescriptionBuilderComposite in interface EndpointDescriptionpublic String toString()
toString in class Object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||