Uses of Class
org.ow2.jonas.ws.jaxws.IWebServiceEndpoint.EndpointType

Packages that use IWebServiceEndpoint.EndpointType
org.ow2.jonas.ws.axis2.jaxws   
org.ow2.jonas.ws.cxf.jaxws   
org.ow2.jonas.ws.jaxws   
 

Uses of IWebServiceEndpoint.EndpointType in org.ow2.jonas.ws.axis2.jaxws
 

Methods in org.ow2.jonas.ws.axis2.jaxws that return IWebServiceEndpoint.EndpointType
 IWebServiceEndpoint.EndpointType Axis2WSEndpoint.getType()
           
 

Constructors in org.ow2.jonas.ws.axis2.jaxws with parameters of type IWebServiceEndpoint.EndpointType
Axis2WSEndpoint(Class endpointClass, IWebServiceEndpoint.EndpointType type, PortMetaData portMetaData, org.ow2.easybeans.container.session.stateless.StatelessSessionFactory factory)
           
 

Uses of IWebServiceEndpoint.EndpointType in org.ow2.jonas.ws.cxf.jaxws
 

Methods in org.ow2.jonas.ws.cxf.jaxws that return IWebServiceEndpoint.EndpointType
 IWebServiceEndpoint.EndpointType CXFWSEndpoint.getType()
           
 

Constructors in org.ow2.jonas.ws.cxf.jaxws with parameters of type IWebServiceEndpoint.EndpointType
CXFWSEndpoint(org.apache.cxf.jaxws.EndpointImpl endpoint, IWebServiceEndpoint.EndpointType type, PortMetaData pmd, WebservicesContainer container)
          Construct a new WSEndpoint using CXF as JAX-WS implementation.
 

Uses of IWebServiceEndpoint.EndpointType in org.ow2.jonas.ws.jaxws
 

Methods in org.ow2.jonas.ws.jaxws that return IWebServiceEndpoint.EndpointType
 IWebServiceEndpoint.EndpointType IWebServiceEndpoint.getType()
           
static IWebServiceEndpoint.EndpointType IWebServiceEndpoint.EndpointType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IWebServiceEndpoint.EndpointType[] IWebServiceEndpoint.EndpointType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.