Serialized Form
|
Package org.ow2.util.ee.metadata.ws.impl |
|
Class org.ow2.util.ee.metadata.ws.impl.WebservicesCommonClassMetadata extends org.ow2.util.ee.metadata.common.impl.CommonClassMetadata<C extends org.ow2.util.ee.metadata.ws.api.IWebservicesCommonClassMetadata<C,M,F>,M extends org.ow2.util.ee.metadata.common.api.ICommonMethodMetadata<C,M,F>,F extends org.ow2.util.ee.metadata.common.api.ICommonFieldMetadata<C,M,F>> implements Serializable |
serviceMarker
org.ow2.util.ee.metadata.ws.api.struct.IWebServiceMarker serviceMarker
- Set if there is a @WebService or @WebServiceProvider annotation on the class.
|
Package org.ow2.util.ee.metadata.ws.impl.struct |
webServiceProvider
boolean webServiceProvider
- Denotes a Provider WS.
wsdlLocation
java.lang.String wsdlLocation
- Location of the WSDL document.
serviceName
javax.xml.namespace.QName serviceName
- Name of the wsdl:service.
portName
javax.xml.namespace.QName portName
- Name of the wsdl:port.
protocolBinding
java.lang.String protocolBinding
- Protocol binding URI.
enableMtom
boolean enableMtom
- Enable MTOM for this port ?
endpointInterface
java.lang.String endpointInterface
- The overrided value for SEI classname.
name
java.lang.String name
- Name of this port-component.
handlerChains
org.ow2.util.ee.metadata.common.api.xml.struct.IHandlerChains handlerChains
- HandlerChains resolved from deployment descriptor.
Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.