|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.ee.metadata.ws.impl.struct.WebServiceMarker
public class WebServiceMarker
This class allow to set informations on @WebSrevice and @WebServiceProvider annotation.
| Constructor Summary | |
|---|---|
WebServiceMarker()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEndpointInterface()
|
org.ow2.util.ee.metadata.common.api.xml.struct.IHandlerChains |
getHandlerChains()
|
java.lang.String |
getName()
|
javax.xml.namespace.QName |
getPortName()
|
java.lang.String |
getProtocolBinding()
|
javax.xml.namespace.QName |
getServiceName()
|
java.lang.String |
getWsdlLocation()
|
boolean |
isEnableMtom()
|
boolean |
isWebServiceProvider()
|
void |
setEnableMtom(boolean enableMtom)
|
void |
setEndpointInterface(java.lang.String endpointInterface)
|
void |
setHandlerChains(org.ow2.util.ee.metadata.common.api.xml.struct.IHandlerChains handlerChains)
Set the HandlerChains resolved from deployment descriptor. |
void |
setName(java.lang.String name)
Set the name of this serviceweb. |
void |
setPortName(javax.xml.namespace.QName portName)
|
void |
setProtocolBinding(java.lang.String protocolBinding)
|
void |
setServiceName(javax.xml.namespace.QName serviceName)
|
void |
setWebServiceProvider(boolean wsProvider)
Set if this class is annotated with @WebService or @WebServiceprovider |
void |
setWsdlLocation(java.lang.String wsdlLocation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebServiceMarker()
| Method Detail |
|---|
public boolean isWebServiceProvider()
isWebServiceProvider in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerpublic void setWebServiceProvider(boolean wsProvider)
setWebServiceProvider in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerwsProvider - true/falsepublic java.lang.String getWsdlLocation()
getWsdlLocation in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerpublic void setWsdlLocation(java.lang.String wsdlLocation)
setWsdlLocation in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerwsdlLocation - the overrided WSDL location.public javax.xml.namespace.QName getServiceName()
getServiceName in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerpublic void setServiceName(javax.xml.namespace.QName serviceName)
setServiceName in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerserviceName - overriding value for wsdl:service name.public javax.xml.namespace.QName getPortName()
getPortName in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerpublic void setPortName(javax.xml.namespace.QName portName)
setPortName in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerportName - overriding value for wsdl:port name.public java.lang.String getProtocolBinding()
getProtocolBinding in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerpublic void setProtocolBinding(java.lang.String protocolBinding)
setProtocolBinding in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerprotocolBinding - new URI specifying the overriding value for binding URI.public boolean isEnableMtom()
isEnableMtom in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerpublic void setEnableMtom(boolean enableMtom)
setEnableMtom in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerenableMtom - should MTOM be enabled on this port ?public java.lang.String getEndpointInterface()
getEndpointInterface in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerpublic void setEndpointInterface(java.lang.String endpointInterface)
setEndpointInterface in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerendpointInterface - the overriding value for SEI.public java.lang.String getName()
getName in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerpublic void setName(java.lang.String name)
setName in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkername - name of this webservice.public void setHandlerChains(org.ow2.util.ee.metadata.common.api.xml.struct.IHandlerChains handlerChains)
setHandlerChains in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarkerhandlerChains - HandlerChains resolved from deployment descriptor.public org.ow2.util.ee.metadata.common.api.xml.struct.IHandlerChains getHandlerChains()
getHandlerChains in interface org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||