| java.lang.Object org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl
BindingType_DEFAULT | final public static String BindingType_DEFAULT(Code) | | |
ServiceMode_DEFAULT | final public static javax.xml.ws.Service.Mode ServiceMode_DEFAULT(Code) | | |
EndpointDescriptionImpl | EndpointDescriptionImpl(Class theClass, QName portName, ServiceDescriptionImpl parent)(Code) | | Create an EndpointDescription based on the WSDL port. Note that per the JAX-WS Spec (Final
Release, 4/19/2006 Section 4.2.3 Proxies, page 55)the "namespace component of the port is the
target namespace of the WSDL definition document". Note this is currently only used on the
client-side (this may change).
Parameters: theClass - The SEI or Impl class. This will be NULL for Dispatch clients since theydon't use an SEI |
EndpointDescriptionImpl | EndpointDescriptionImpl(ServiceDescriptionImpl parent, String serviceImplName)(Code) | | Create an EndpointDescription based on the DescriptionBuilderComposite. Note that per the
JAX-WS Spec (Final Release, 4/19/2006 Section 4.2.3 Proxies, page 55)the "namespace component
of the port is the target namespace of the WSDL definition document".
Parameters: theClass - The SEI or Impl class. This will be NULL for Dispatch clients since theydon't use an SEI |
EndpointDescriptionImpl | EndpointDescriptionImpl(Class theClass, QName portName, AxisService axisService, ServiceDescriptionImpl parent)(Code) | | Create from an annotated implementation or SEI class. Note this is
currently used only on the server-side (this probably won't change).
Parameters: theClass - An implemntation or SEI class Parameters: portName - May be null; if so the annotation is used Parameters: parent - |
getAnnoBindingTypeValue | public String getAnnoBindingTypeValue()(Code) | | |
getAnnoWebServiceEndpointInterface | public String getAnnoWebServiceEndpointInterface()(Code) | | |
getAnnoWebServiceName | public String getAnnoWebServiceName()(Code) | | |
getAnnoWebServicePortName | public String getAnnoWebServicePortName()(Code) | | |
getAnnoWebServiceServiceName | public String getAnnoWebServiceServiceName()(Code) | | |
getAnnoWebServiceTargetNamespace | public String getAnnoWebServiceTargetNamespace()(Code) | | |
getAnnoWebServiceWSDLLocation | public String getAnnoWebServiceWSDLLocation()(Code) | | |
getHandlerChain | public HandlerChainsType getHandlerChain()(Code) | | Returns a schema derived java class containing the the handler configuration filel
HandlerChainsType This is the top-level element for the Handler configuration file |
getSOAPAddressFromElement | static String getSOAPAddressFromElement(ExtensibilityElement extElement)(Code) | | |
getServiceClient | public ServiceClient getServiceClient()(Code) | | |
getWSDLBinding | public Binding getWSDLBinding()(Code) | | |
getWSDLPort | public Port getWSDLPort()(Code) | | |
getWSDLSOAPAddress | public String getWSDLSOAPAddress()(Code) | | Return the SOAP Address from the WSDL for this port.
The SOAP Address from the WSDL for this port or null. |
getWSDLService | public javax.wsdl.Service getWSDLService()(Code) | | |
isDynamicPort | boolean isDynamicPort()(Code) | | |
isEndpointBased | public boolean isEndpointBased()(Code) | | |
isProviderBased | public boolean isProviderBased()(Code) | | |
isSOAPAddressElement | static boolean isSOAPAddressElement(ExtensibilityElement exElement)(Code) | | Determine if the WSDL Extensibility element corresponds to the SOAP Address element.
Parameters: exElement - |
isWSDLFullySpecified | public boolean isWSDLFullySpecified()(Code) | | |
setClientBindingID | public void setClientBindingID(String clientBindingID)(Code) | | |
setEndpointAddress | public void setEndpointAddress(String endpointAddress)(Code) | | |
|
|