|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWebServiceInfo
The IWebServiceInfo contains descriptions information about the web service exposure of an EJB. This information is available at runtime.
| Method Summary | |
|---|---|
String |
getAuthMethod()
|
String |
getContextRoot()
|
String |
getEndpointAddress()
|
String |
getEndpointInterface()
The service-endpoint-interface element contains the fully-qualified name of the port component's Service Endpoint Interface. |
org.ow2.util.ee.metadata.common.api.xml.struct.IHandlerChains |
getHandlerChains()
HandlerChain can be defined such that the handlers in the handlerchain operate,all ports of a service, on a specific port or on a list of protocol-bindings. |
List<String> |
getHttpMethods()
|
String |
getPortComponentName()
The port-component-name specifies a port component's name. |
QName |
getPortName()
Defines the name space and local name part of the WSDL port QName. |
String |
getProtocolBinding()
Used to specify the protocol binding used by the port-component. |
String |
getRealmName()
|
QName |
getServiceName()
Defines the name space and local name part of the WSDL service QName. |
String |
getTransportGuarantee()
|
String |
getWsdlLocation()
|
String |
getWsdlPublicationDirectory()
This optional attribute is used to store where the user wants the WSDL of its endpoint published. |
boolean |
isMTOMEnabled()
Used to enable or disable SOAP MTOM/XOP mechanism for an endpoint implementation. |
| Method Detail |
|---|
String getWsdlLocation()
String getPortComponentName()
QName getServiceName()
wsdl:service QNameQName getPortName()
wsdl:port QNameString getEndpointInterface()
ws.Provider implementation
this is not specified.
boolean isMTOMEnabled()
true if MTOM/XOP has to be enabled for this port-componentString getProtocolBinding()
## may be returned).
Recognized aliases (##SOAP11_HTTP, ##SOAP11_HTTP_MTOM,
##SOAP12_HTTP, ##SOAP12_HTTP_MTOM,
##XML_HTTP) have been resolved.
org.ow2.util.ee.metadata.common.api.xml.struct.IHandlerChains getHandlerChains()
String getWsdlPublicationDirectory()
String getEndpointAddress()
String getContextRoot()
String getRealmName()
String getTransportGuarantee()
String getAuthMethod()
List<String> getHttpMethods()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||