| org.apache.axis2.jaxws.description.EndpointDescriptionWSDL
All known Subclasses: org.apache.axis2.jaxws.description.impl.EndpointDescriptionImpl,
EndpointDescriptionWSDL | public interface EndpointDescriptionWSDL (Code) | | |
HTTP_WSDL_BINDING | final public static String HTTP_WSDL_BINDING(Code) | | |
SOAP11_WSDL_BINDING | final public static String SOAP11_WSDL_BINDING(Code) | | Strings representing the SOAP Binding. These correspond to the namespace of the binding
extensibility element under the WSDL binding. This could be SOAP or HTTP
|
SOAP12_WSDL_BINDING | final public static String SOAP12_WSDL_BINDING(Code) | | |
SOAP_11_ADDRESS_ELEMENT | final public static QName SOAP_11_ADDRESS_ELEMENT(Code) | | QNames for the SOAP address extensiblity element under the WSDL Port element
|
SOAP_12_ADDRESS_ELEMENT | final public static QName SOAP_12_ADDRESS_ELEMENT(Code) | | |
getWSDLBinding | public Binding getWSDLBinding()(Code) | | |
getWSDLBindingType | public String getWSDLBindingType()(Code) | | Returns the namespace for the specific wsdl:binding extensibility element. Typically, this is
the element that defines either a SOAP 1.1 or a SOAP 1.2 binding.
String constants defined in javax.xml.ws.soap.SOAPBinding |
getWSDLPort | public Port getWSDLPort()(Code) | | |
getWSDLService | public Service getWSDLService()(Code) | | |
isWSDLFullySpecified | public boolean isWSDLFullySpecified()(Code) | | Is the WSDL definition fully specified for the endpoint (WSDL 1.1 port) represented by this
EndpointDescription. If the WSDL is Partial, that means the Endpoint could not be created
with the infomation contained in the WSDL file, and annotations were used.
true if the WSDL was fully specified; false if it was partial WSDL |
|
|