Package org.apache.cxf.wsdl11
Class WSDLServiceBuilder
- java.lang.Object
-
- org.apache.cxf.wsdl11.WSDLServiceBuilder
-
public class WSDLServiceBuilder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringWSDL_BINDINGstatic StringWSDL_BINDING_OPERATIONstatic StringWSDL_DEFINITIONstatic StringWSDL_OPERATIONstatic StringWSDL_PORTstatic StringWSDL_PORTTYPEstatic StringWSDL_SCHEMA_ELEMENT_LISTstatic StringWSDL_SCHEMA_LISTstatic StringWSDL_SERVICE
-
Constructor Summary
Constructors Constructor Description WSDLServiceBuilder(org.apache.cxf.Bus bus)WSDLServiceBuilder(org.apache.cxf.Bus bus, boolean record)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cxf.service.model.BindingInfobuildBinding(org.apache.cxf.service.model.ServiceInfo service, javax.wsdl.Binding binding)org.apache.cxf.service.model.EndpointInfobuildEndpoint(org.apache.cxf.service.model.ServiceInfo service, org.apache.cxf.service.model.BindingInfo bi, javax.wsdl.Port port)voidbuildInterface(org.apache.cxf.service.model.ServiceInfo si, javax.wsdl.PortType p)org.apache.cxf.service.model.ServiceInfobuildMockService(javax.wsdl.Definition def, javax.wsdl.PortType p)List<org.apache.cxf.service.model.ServiceInfo>buildMockServices(javax.wsdl.Definition d)List<org.apache.cxf.service.model.ServiceInfo>buildServices(javax.wsdl.Definition d)List<org.apache.cxf.service.model.ServiceInfo>buildServices(javax.wsdl.Definition def, javax.wsdl.Service serv)List<org.apache.cxf.service.model.ServiceInfo>buildServices(javax.wsdl.Definition def, javax.wsdl.Service serv, QName endpointName)List<org.apache.cxf.service.model.ServiceInfo>buildServices(javax.wsdl.Definition d, QName name)List<org.apache.cxf.service.model.ServiceInfo>buildServices(javax.wsdl.Definition d, QName name, QName endpointName)static voidcheckForWrapped(org.apache.cxf.service.model.OperationInfo opInfo, boolean relaxed)static voidcheckForWrapped(org.apache.cxf.service.model.OperationInfo opInfo, boolean allowRefs, boolean relaxed)static voidcheckForWrapped(org.apache.cxf.service.model.OperationInfo opInfo, boolean allowRefs, boolean relaxed, Level logLevel)voidsetAllowElementRefs(boolean b)voidsetIgnoreUnknownBindings(boolean b)voidsetUnwrapLogLevel(Level l)
-
-
-
Field Detail
-
WSDL_SCHEMA_LIST
public static final String WSDL_SCHEMA_LIST
-
WSDL_DEFINITION
public static final String WSDL_DEFINITION
-
WSDL_SERVICE
public static final String WSDL_SERVICE
-
WSDL_PORTTYPE
public static final String WSDL_PORTTYPE
-
WSDL_PORT
public static final String WSDL_PORT
-
WSDL_BINDING
public static final String WSDL_BINDING
-
WSDL_SCHEMA_ELEMENT_LIST
public static final String WSDL_SCHEMA_ELEMENT_LIST
-
WSDL_OPERATION
public static final String WSDL_OPERATION
-
WSDL_BINDING_OPERATION
public static final String WSDL_BINDING_OPERATION
-
-
Method Detail
-
setUnwrapLogLevel
public void setUnwrapLogLevel(Level l)
-
setIgnoreUnknownBindings
public void setIgnoreUnknownBindings(boolean b)
-
setAllowElementRefs
public void setAllowElementRefs(boolean b)
-
buildServices
public List<org.apache.cxf.service.model.ServiceInfo> buildServices(javax.wsdl.Definition d)
-
buildServices
public List<org.apache.cxf.service.model.ServiceInfo> buildServices(javax.wsdl.Definition d, QName name)
-
buildServices
public List<org.apache.cxf.service.model.ServiceInfo> buildServices(javax.wsdl.Definition d, QName name, QName endpointName)
-
buildServices
public List<org.apache.cxf.service.model.ServiceInfo> buildServices(javax.wsdl.Definition def, javax.wsdl.Service serv)
-
buildServices
public List<org.apache.cxf.service.model.ServiceInfo> buildServices(javax.wsdl.Definition def, javax.wsdl.Service serv, QName endpointName)
-
buildMockServices
public List<org.apache.cxf.service.model.ServiceInfo> buildMockServices(javax.wsdl.Definition d)
-
buildMockService
public org.apache.cxf.service.model.ServiceInfo buildMockService(javax.wsdl.Definition def, javax.wsdl.PortType p)
-
buildEndpoint
public org.apache.cxf.service.model.EndpointInfo buildEndpoint(org.apache.cxf.service.model.ServiceInfo service, org.apache.cxf.service.model.BindingInfo bi, javax.wsdl.Port port)
-
buildBinding
public org.apache.cxf.service.model.BindingInfo buildBinding(org.apache.cxf.service.model.ServiceInfo service, javax.wsdl.Binding binding)
-
buildInterface
public void buildInterface(org.apache.cxf.service.model.ServiceInfo si, javax.wsdl.PortType p)
-
checkForWrapped
public static void checkForWrapped(org.apache.cxf.service.model.OperationInfo opInfo, boolean relaxed)
-
checkForWrapped
public static void checkForWrapped(org.apache.cxf.service.model.OperationInfo opInfo, boolean allowRefs, boolean relaxed)
-
checkForWrapped
public static void checkForWrapped(org.apache.cxf.service.model.OperationInfo opInfo, boolean allowRefs, boolean relaxed, Level logLevel)
-
-