Apache CXF API

Uses of Interface
org.apache.cxf.wsdl.WSDLManager

Packages that use WSDLManager
org.apache.cxf.wsdl   
org.apache.cxf.wsdl11   
 

Uses of WSDLManager in org.apache.cxf.wsdl
 

Methods in org.apache.cxf.wsdl with parameters of type WSDLManager
static javax.wsdl.Port EndpointReferenceUtils.getPort(WSDLManager manager, EndpointReferenceType ref)
          Gets the WSDL port for the provided endpoint reference.
static javax.wsdl.Definition EndpointReferenceUtils.getWSDLDefinition(WSDLManager manager, EndpointReferenceType ref)
          Gets the WSDL definition for the provided endpoint reference.
 

Uses of WSDLManager in org.apache.cxf.wsdl11
 

Classes in org.apache.cxf.wsdl11 that implement WSDLManager
 class WSDLManagerImpl
          WSDLManagerImpl
 


Apache CXF API

Apache CXF