Apache CXF API

Uses of Class
org.apache.cxf.service.model.ServiceInfo

Packages that use ServiceInfo
org.apache.cxf.aegis.databinding   
org.apache.cxf.binding   
org.apache.cxf.binding.corba   
org.apache.cxf.binding.corba.interceptors   
org.apache.cxf.binding.corba.runtime   
org.apache.cxf.binding.corba.types   
org.apache.cxf.binding.corba.utils   
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap   
org.apache.cxf.binding.soap.model   
org.apache.cxf.binding.xml   
org.apache.cxf.databinding   
org.apache.cxf.endpoint.dynamic   
org.apache.cxf.frontend   
org.apache.cxf.interceptor   
org.apache.cxf.javascript   
org.apache.cxf.javascript.service   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxws.support   
org.apache.cxf.jibx   
org.apache.cxf.service   
org.apache.cxf.service.model   
org.apache.cxf.staxutils.validation   
org.apache.cxf.tools.java2ws.util   
org.apache.cxf.tools.java2wsdl.generator   
org.apache.cxf.tools.java2wsdl.generator.wsdl11   
org.apache.cxf.tools.java2wsdl.processor   
org.apache.cxf.tools.java2wsdl.processor.internal.jaxws   
org.apache.cxf.tools.validator   
org.apache.cxf.tools.wsdlto   
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal   
org.apache.cxf.tools.wsdlto.frontend.jaxws.validator   
org.apache.cxf.tools.wsdlto.javascript   
org.apache.cxf.transport.http   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.attachment   
org.apache.cxf.ws.policy.attachment.external   
org.apache.cxf.ws.policy.attachment.wsdl11   
org.apache.cxf.ws.rm   
org.apache.cxf.wsdl.binding   
org.apache.cxf.wsdl.service.factory   
org.apache.cxf.wsdl11   
 

Uses of ServiceInfo in org.apache.cxf.aegis.databinding
 

Methods in org.apache.cxf.aegis.databinding with parameters of type ServiceInfo
protected  void AegisDatabinding.initializeMessageTypes(ServiceInfo s, AbstractMessageContainer container, int partType)
           
 

Uses of ServiceInfo in org.apache.cxf.binding
 

Methods in org.apache.cxf.binding with parameters of type ServiceInfo
 BindingInfo AbstractBindingFactory.createBindingInfo(ServiceInfo service, String namespace, Object config)
          Creates a "default" BindingInfo object for the service.
 

Uses of ServiceInfo in org.apache.cxf.binding.corba
 

Methods in org.apache.cxf.binding.corba with parameters of type ServiceInfo
static CorbaTypeMap TypeMapCache.get(ServiceInfo service)
           
 

Uses of ServiceInfo in org.apache.cxf.binding.corba.interceptors
 

Methods in org.apache.cxf.binding.corba.interceptors with parameters of type ServiceInfo
protected  NVList CorbaStreamInInterceptor.prepareArguments(CorbaMessage corbaMsg, InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, ServiceInfo service)
           
protected  NVList CorbaStreamInInterceptor.prepareDIIArgsList(CorbaMessage corbaMsg, BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, ORB orb, ServiceInfo service)
           
protected  void CorbaStreamFaultOutInterceptor.setUserException(CorbaMessage message, Throwable ex, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service)
           
protected  void CorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail(CorbaMessage message, Element faultDetail, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service)
           
 

Uses of ServiceInfo in org.apache.cxf.binding.corba.runtime
 

Fields in org.apache.cxf.binding.corba.runtime declared as ServiceInfo
protected  ServiceInfo CorbaStreamWriter.serviceInfo
           
 

Constructors in org.apache.cxf.binding.corba.runtime with parameters of type ServiceInfo
CorbaFaultStreamWriter(ORB orbRef, RaisesType raisesType, CorbaTypeMap map, ServiceInfo sinfo)
           
CorbaStreamWriter(ORB orbRef, CorbaTypeMap map, ServiceInfo sinfo)
           
CorbaStreamWriter(ORB orbRef, List<ArgType> paramTypes, CorbaTypeMap map, ServiceInfo sinfo, boolean wrap)
           
 

Uses of ServiceInfo in org.apache.cxf.binding.corba.types
 

Fields in org.apache.cxf.binding.corba.types declared as ServiceInfo
protected  ServiceInfo AbstractNoStartEndEventProducer.serviceInfo
           
protected  ServiceInfo AbstractStartEndEventProducer.serviceInfo
           
 

Methods in org.apache.cxf.binding.corba.types with parameters of type ServiceInfo
static String CorbaHandlerUtils.getNamespaceURI(ServiceInfo serviceInfo, QName typeName)
           
static CorbaTypeEventProducer CorbaHandlerUtils.getTypeEventProducer(CorbaObjectHandler handler, ServiceInfo serviceInfo, ORB orb)
           
static CorbaTypeListener CorbaHandlerUtils.getTypeListener(QName name, QName idlType, CorbaTypeMap typeMap, ORB orb, ServiceInfo serviceInfo)
           
static org.apache.ws.commons.schema.XmlSchemaElement CorbaHandlerUtils.getXmlSchemaSequenceElement(org.apache.ws.commons.schema.XmlSchemaObject schemaType, ServiceInfo serviceInfo)
           
static void CorbaHandlerUtils.initializeArrayHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
           
static void CorbaHandlerUtils.initializeExceptionHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
           
static CorbaObjectHandler CorbaHandlerUtils.initializeObjectHandler(ORB orb, QName name, QName idlType, CorbaTypeMap typeMap, ServiceInfo serviceInfo)
           
static CorbaObjectHandler CorbaHandlerUtils.initializeObjectHandler(ORB orb, QName name, QName idlType, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
           
static void CorbaHandlerUtils.initializeSequenceHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
           
static void CorbaHandlerUtils.initializeStructHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
           
static void CorbaHandlerUtils.initializeUnionHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
           
 

Constructors in org.apache.cxf.binding.corba.types with parameters of type ServiceInfo
CorbaAnonStructEventProducer(CorbaObjectHandler h, ServiceInfo service, ORB orbRef)
           
CorbaAnyEventProducer(CorbaObjectHandler h, ServiceInfo info, ORB orbRef)
           
CorbaAnyListener(CorbaObjectHandler h, CorbaTypeMap map, ORB orbRef, ServiceInfo info)
           
CorbaArrayEventProducer(CorbaObjectHandler h, ServiceInfo service, ORB orbRef)
           
CorbaArrayListener(CorbaObjectHandler handler, CorbaTypeMap map, ORB orbRef, ServiceInfo sInfo)
           
CorbaExceptionEventProducer(CorbaObjectHandler h, ServiceInfo service, ORB orbRef)
           
CorbaExceptionListener(CorbaObjectHandler handler, CorbaTypeMap map, ORB orbRef, ServiceInfo serviceInfo)
           
CorbaObjectReferenceEventProducer(CorbaObjectHandler h, ServiceInfo service, ORB orbRef)
           
CorbaPrimitiveArrayEventProducer(CorbaObjectHandler h, ServiceInfo service, ORB orbRef)
           
CorbaPrimitiveSequenceEventProducer(CorbaObjectHandler h, ServiceInfo service, ORB orbRef)
           
CorbaSequenceEventProducer(CorbaObjectHandler h, ServiceInfo service, ORB orbRef)
           
CorbaSequenceListener(CorbaObjectHandler handler, CorbaTypeMap map, ORB orbRef, ServiceInfo sInfo)
           
CorbaStructEventProducer(CorbaObjectHandler h, ServiceInfo service, ORB orbRef)
           
CorbaStructListener(CorbaObjectHandler handler, CorbaTypeMap map, ORB orbRef, ServiceInfo sInfo)
           
CorbaUnionEventProducer(CorbaObjectHandler h, ServiceInfo sInfo, ORB o)
           
CorbaUnionListener(CorbaObjectHandler handler, CorbaTypeMap tm, ORB oorb, ServiceInfo sInfo)
           
ParameterEventProducer(HandlerIterator paramIterator, ServiceInfo service, ORB orbRef)
           
WrappedParameterSequenceEventProducer(QName wrapperElementQName, HandlerIterator paramIterator, ServiceInfo service, ORB orbRef)
           
 

Uses of ServiceInfo in org.apache.cxf.binding.corba.utils
 

Methods in org.apache.cxf.binding.corba.utils with parameters of type ServiceInfo
static org.apache.ws.commons.schema.XmlSchemaType CorbaUtils.getXmlSchemaType(ServiceInfo serviceInfo, QName name)
           
static boolean CorbaUtils.isAttributeFormQualified(ServiceInfo serviceInfo, String uri)
           
static boolean CorbaUtils.isElementFormQualified(ServiceInfo serviceInfo, String uri)
           
static QName CorbaUtils.processQName(QName qname, ServiceInfo serviceInfo)
           
 

Uses of ServiceInfo in org.apache.cxf.binding.object
 

Methods in org.apache.cxf.binding.object with parameters of type ServiceInfo
 BindingInfo ObjectBindingFactory.createBindingInfo(ServiceInfo si, String bindingid, Object config)
           
 

Uses of ServiceInfo in org.apache.cxf.binding.soap
 

Methods in org.apache.cxf.binding.soap with parameters of type ServiceInfo
 BindingInfo SoapBindingFactory.createBindingInfo(ServiceInfo service, javax.wsdl.Binding binding, String ns)
           
 BindingInfo SoapBindingFactory.createBindingInfo(ServiceInfo si, String bindingid, Object conf)
           
 EndpointInfo SoapTransportFactory.createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> ees)
           
 QName SoapBindingConfiguration.getBindingName(ServiceInfo si)
           
 

Uses of ServiceInfo in org.apache.cxf.binding.soap.model
 

Constructors in org.apache.cxf.binding.soap.model with parameters of type ServiceInfo
SoapBindingInfo(ServiceInfo serv, String n)
           
SoapBindingInfo(ServiceInfo serv, String n, SoapVersion soapVersion)
           
 

Uses of ServiceInfo in org.apache.cxf.binding.xml
 

Methods in org.apache.cxf.binding.xml with parameters of type ServiceInfo
 BindingInfo XMLBindingFactory.createBindingInfo(ServiceInfo service, String namespace, Object config)
           
 

Constructors in org.apache.cxf.binding.xml with parameters of type ServiceInfo
XMLFormatValidator(ServiceInfo s)
           
 

Uses of ServiceInfo in org.apache.cxf.databinding
 

Methods in org.apache.cxf.databinding with parameters of type ServiceInfo
 org.apache.ws.commons.schema.XmlSchema AbstractDataBinding.addSchemaDocument(ServiceInfo serviceInfo, SchemaCollection col, Document d, String systemId)
           
 org.apache.ws.commons.schema.XmlSchema AbstractDataBinding.addSchemaDocument(ServiceInfo serviceInfo, SchemaCollection col, Document d, String systemId, Collection<String> ids)
           
 

Uses of ServiceInfo in org.apache.cxf.endpoint.dynamic
 

Constructors in org.apache.cxf.endpoint.dynamic with parameters of type ServiceInfo
TypeClassInitializer(ServiceInfo serviceInfo, JAXBUtils.S2JJAXBModel model, boolean allowWr)
           
 

Uses of ServiceInfo in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend that return ServiceInfo
 ServiceInfo AbstractServiceFactory.createService()
           
 

Uses of ServiceInfo in org.apache.cxf.interceptor
 

Methods in org.apache.cxf.interceptor with parameters of type ServiceInfo
protected  MessageInfo AbstractInDatabindingInterceptor.setMessage(Message message, BindingOperationInfo operation, boolean requestor, ServiceInfo si, MessageInfo msgInfo)
           
 

Uses of ServiceInfo in org.apache.cxf.javascript
 

Methods in org.apache.cxf.javascript with parameters of type ServiceInfo
static BasicNameManager BasicNameManager.newNameManager(ServiceInfo service)
          Factory that just takes a service.
static BasicNameManager BasicNameManager.newNameManager(ServiceInfo service, Endpoint endpoint)
           
 

Uses of ServiceInfo in org.apache.cxf.javascript.service
 

Methods in org.apache.cxf.javascript.service with parameters of type ServiceInfo
 void ServiceJavascriptBuilder.begin(ServiceInfo service)
           
 void ServiceJavascriptBuilder.end(ServiceInfo service)
           
 

Constructors in org.apache.cxf.javascript.service with parameters of type ServiceInfo
ServiceJavascriptBuilder(ServiceInfo serviceInfo, String endpointAddress, NamespacePrefixAccumulator prefixAccumulator, NameManager nameManager)
          Construct builder object.
 

Uses of ServiceInfo in org.apache.cxf.jaxrs
 

Methods in org.apache.cxf.jaxrs that return types with arguments of type ServiceInfo
 List<ServiceInfo> JAXRSServiceImpl.getServiceInfos()
           
 

Uses of ServiceInfo in org.apache.cxf.jaxws.support
 

Methods in org.apache.cxf.jaxws.support with parameters of type ServiceInfo
protected  OperationInfo JaxWsServiceFactoryBean.createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m)
           
 

Uses of ServiceInfo in org.apache.cxf.jibx
 

Constructors in org.apache.cxf.jibx with parameters of type ServiceInfo
JibxSchemaInitializer(ServiceInfo serviceInfo, SchemaCollection schemas, JibxDataBinding databinding)
           
 

Uses of ServiceInfo in org.apache.cxf.service
 

Fields in org.apache.cxf.service declared as ServiceInfo
protected  ServiceInfo ServiceModelVisitor.serviceInfo
           
 

Methods in org.apache.cxf.service that return ServiceInfo
 ServiceInfo ServiceBuilder.createService()
           
 

Methods in org.apache.cxf.service that return types with arguments of type ServiceInfo
 List<ServiceInfo> Service.getServiceInfos()
           
 List<ServiceInfo> ServiceImpl.getServiceInfos()
           
 

Methods in org.apache.cxf.service with parameters of type ServiceInfo
 void ServiceModelVisitor.begin(ServiceInfo service)
           
 void ServiceModelVisitor.end(ServiceInfo service)
           
 

Constructors in org.apache.cxf.service with parameters of type ServiceInfo
ServiceImpl(ServiceInfo si)
           
ServiceModelSchemaValidator(ServiceInfo serviceInfo)
           
ServiceModelVisitor(ServiceInfo serviceInfo)
           
 

Constructor parameters in org.apache.cxf.service with type arguments of type ServiceInfo
ServiceImpl(List<ServiceInfo> si)
           
 

Uses of ServiceInfo in org.apache.cxf.service.model
 

Methods in org.apache.cxf.service.model that return ServiceInfo
 ServiceInfo BindingInfo.getService()
           
 ServiceInfo EndpointInfo.getService()
           
 ServiceInfo InterfaceInfo.getService()
           
 

Methods in org.apache.cxf.service.model with parameters of type ServiceInfo
static SchemaInfo ServiceModelUtil.getSchema(ServiceInfo serviceInfo, MessagePartInfo messagePartInfo)
           
 void EndpointInfo.setService(ServiceInfo s)
           
 

Method parameters in org.apache.cxf.service.model with type arguments of type ServiceInfo
static EndpointInfo ServiceModelUtil.findBestEndpointInfo(QName qn, List<ServiceInfo> serviceInfos)
           
 

Constructors in org.apache.cxf.service.model with parameters of type ServiceInfo
BindingInfo(ServiceInfo service, String bindingId)
           
EndpointInfo(ServiceInfo serv, String ns)
           
InterfaceInfo(ServiceInfo info, QName q)
           
 

Uses of ServiceInfo in org.apache.cxf.staxutils.validation
 

Methods in org.apache.cxf.staxutils.validation with parameters of type ServiceInfo
 void WoodstoxValidationImpl.setupValidation(XMLStreamReader reader, Endpoint endpoint, ServiceInfo serviceInfo)
           
 void WoodstoxValidationImpl.setupValidation(XMLStreamWriter writer, Endpoint endpoint, ServiceInfo serviceInfo)
           
 

Uses of ServiceInfo in org.apache.cxf.tools.java2ws.util
 

Methods in org.apache.cxf.tools.java2ws.util with parameters of type ServiceInfo
static JavaInterface JavaFirstUtil.serviceInfo2JavaInf(ServiceInfo service)
           
 

Uses of ServiceInfo in org.apache.cxf.tools.java2wsdl.generator
 

Methods in org.apache.cxf.tools.java2wsdl.generator that return ServiceInfo
 ServiceInfo AbstractGenerator.getServiceModel()
           
 

Methods in org.apache.cxf.tools.java2wsdl.generator with parameters of type ServiceInfo
 void AbstractGenerator.setServiceModel(ServiceInfo s)
           
 

Uses of ServiceInfo in org.apache.cxf.tools.java2wsdl.generator.wsdl11
 

Methods in org.apache.cxf.tools.java2wsdl.generator.wsdl11 with parameters of type ServiceInfo
protected  Collection<JavaClass> BeanGenerator.generateBeanClasses(ServiceInfo service)
           
protected  Collection<JavaClass> FaultBeanGenerator.generateBeanClasses(ServiceInfo serviceInfo)
           
protected  Collection<JavaClass> WrapperBeanGenerator.generateBeanClasses(ServiceInfo serviceInfo)
           
 

Uses of ServiceInfo in org.apache.cxf.tools.java2wsdl.processor
 

Methods in org.apache.cxf.tools.java2wsdl.processor with parameters of type ServiceInfo
 void JavaToWSDLProcessor.generate(ServiceInfo service, File output)
           
 

Uses of ServiceInfo in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws
 

Methods in org.apache.cxf.tools.java2wsdl.processor.internal.jaxws with parameters of type ServiceInfo
 JavaInterface JAXWSFrontEndProcessor.serviceInfo2JavaInf(ServiceInfo service)
           
 

Uses of ServiceInfo in org.apache.cxf.tools.validator
 

Fields in org.apache.cxf.tools.validator declared as ServiceInfo
protected  ServiceInfo ServiceValidator.service
           
 

Methods in org.apache.cxf.tools.validator with parameters of type ServiceInfo
 void ServiceValidator.setService(ServiceInfo s)
           
 

Uses of ServiceInfo in org.apache.cxf.tools.wsdlto
 

Methods in org.apache.cxf.tools.wsdlto with parameters of type ServiceInfo
 void WSDLToJavaContainer.validate(ServiceInfo service)
           
 

Uses of ServiceInfo in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal
 

Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal with parameters of type ServiceInfo
static JavaInterface PortTypeProcessor.getInterface(ToolContext context, ServiceInfo serviceInfo, InterfaceInfo interfaceInfo)
           
 void PortTypeProcessor.process(ServiceInfo serviceInfo)
           
 void ServiceProcessor.process(ServiceInfo si)
           
 void PortTypeProcessor.processClassNames(ServiceInfo serviceInfo)
           
 

Uses of ServiceInfo in org.apache.cxf.tools.wsdlto.frontend.jaxws.validator
 

Constructors in org.apache.cxf.tools.wsdlto.frontend.jaxws.validator with parameters of type ServiceInfo
UniqueBodyValidator(ServiceInfo s)
           
WrapperStyleNameCollisionValidator(ServiceInfo s)
           
 

Uses of ServiceInfo in org.apache.cxf.tools.wsdlto.javascript
 

Methods in org.apache.cxf.tools.wsdlto.javascript with parameters of type ServiceInfo
 void JavaScriptContainer.validate(ServiceInfo service)
           
 

Uses of ServiceInfo in org.apache.cxf.transport.http
 

Methods in org.apache.cxf.transport.http with parameters of type ServiceInfo
 EndpointInfo HTTPTransportFactory.createEndpointInfo(ServiceInfo serviceInfo, BindingInfo b, List<?> ees)
           
 

Uses of ServiceInfo in org.apache.cxf.ws.addressing
 

Methods in org.apache.cxf.ws.addressing with parameters of type ServiceInfo
static Schema EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo)
           
static Schema EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo, Bus b)
           
 

Uses of ServiceInfo in org.apache.cxf.ws.policy
 

Methods in org.apache.cxf.ws.policy with parameters of type ServiceInfo
 org.apache.neethi.Policy PolicyProvider.getEffectivePolicy(ServiceInfo si)
           
 

Uses of ServiceInfo in org.apache.cxf.ws.policy.attachment
 

Methods in org.apache.cxf.ws.policy.attachment with parameters of type ServiceInfo
 org.apache.neethi.Policy ServiceModelPolicyProvider.getEffectivePolicy(ServiceInfo si)
           
 

Uses of ServiceInfo in org.apache.cxf.ws.policy.attachment.external
 

Methods in org.apache.cxf.ws.policy.attachment.external with parameters of type ServiceInfo
 boolean DomainExpression.appliesTo(ServiceInfo si)
           
 boolean EndpointReferenceDomainExpression.appliesTo(ServiceInfo si)
           
 boolean PolicyAttachment.appliesTo(ServiceInfo si)
           
 boolean URIDomainExpression.appliesTo(ServiceInfo si)
           
 org.apache.neethi.Policy ExternalAttachmentProvider.getEffectivePolicy(ServiceInfo si)
           
 

Uses of ServiceInfo in org.apache.cxf.ws.policy.attachment.wsdl11
 

Methods in org.apache.cxf.ws.policy.attachment.wsdl11 with parameters of type ServiceInfo
 org.apache.neethi.Policy Wsdl11AttachmentPolicyProvider.getEffectivePolicy(ServiceInfo si)
           
 

Uses of ServiceInfo in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm that return ServiceInfo
 ServiceInfo WrappedService.getServiceInfo()
           
 

Methods in org.apache.cxf.ws.rm that return types with arguments of type ServiceInfo
 List<ServiceInfo> WrappedService.getServiceInfos()
           
 

Uses of ServiceInfo in org.apache.cxf.wsdl.binding
 

Methods in org.apache.cxf.wsdl.binding with parameters of type ServiceInfo
 BindingInfo AbstractWSDLBindingFactory.createBindingInfo(ServiceInfo service, javax.wsdl.Binding binding, String ns)
          Copies extensors from the Binding to BindingInfo.
 BindingInfo WSDLBindingFactory.createBindingInfo(ServiceInfo serviceInfo, javax.wsdl.Binding binding, String ns)
           
protected  BindingInfo AbstractWSDLBindingFactory.initializeBindingInfo(ServiceInfo service, javax.wsdl.Binding binding, BindingInfo bi)
           
 

Uses of ServiceInfo in org.apache.cxf.wsdl.service.factory
 

Methods in org.apache.cxf.wsdl.service.factory that return ServiceInfo
protected  ServiceInfo ReflectionServiceFactoryBean.createServiceInfo(InterfaceInfo intf)
           
 

Methods in org.apache.cxf.wsdl.service.factory with parameters of type ServiceInfo
protected  void ReflectionServiceFactoryBean.checkForElement(ServiceInfo serviceInfo, MessagePartInfo mpi)
           
protected  void ReflectionServiceFactoryBean.createBareMessage(ServiceInfo serviceInfo, OperationInfo opInfo, boolean isOut)
           
protected  InterfaceInfo ReflectionServiceFactoryBean.createInterface(ServiceInfo serviceInfo)
           
protected  OperationInfo ReflectionServiceFactoryBean.createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m)
           
protected  void ReflectionServiceFactoryBean.createWrappedSchema(ServiceInfo serviceInfo, AbstractMessageContainer wrappedMessage, AbstractMessageContainer unwrappedMessage, QName wrapperBeanName)
           
protected  void ReflectionServiceFactoryBean.initializeWrappedSchema(ServiceInfo serviceInfo)
           
 

Uses of ServiceInfo in org.apache.cxf.wsdl11
 

Methods in org.apache.cxf.wsdl11 that return ServiceInfo
 ServiceInfo WSDLServiceBuilder.buildMockService(javax.wsdl.Definition def, javax.wsdl.PortType p)
           
 

Methods in org.apache.cxf.wsdl11 that return types with arguments of type ServiceInfo
 List<ServiceInfo> WSDLServiceBuilder.buildMockServices(javax.wsdl.Definition d)
           
 List<ServiceInfo> WSDLServiceBuilder.buildServices(javax.wsdl.Definition d)
           
 List<ServiceInfo> WSDLServiceBuilder.buildServices(javax.wsdl.Definition d, QName name)
           
 List<ServiceInfo> WSDLServiceBuilder.buildServices(javax.wsdl.Definition d, QName name, QName endpointName)
           
 List<ServiceInfo> WSDLServiceBuilder.buildServices(javax.wsdl.Definition def, javax.wsdl.Service serv)
           
 List<ServiceInfo> WSDLServiceBuilder.buildServices(javax.wsdl.Definition def, javax.wsdl.Service serv, QName endpointName)
           
 

Methods in org.apache.cxf.wsdl11 with parameters of type ServiceInfo
 BindingInfo WSDLServiceBuilder.buildBinding(ServiceInfo service, javax.wsdl.Binding binding)
           
 EndpointInfo WSDLServiceBuilder.buildEndpoint(ServiceInfo service, BindingInfo bi, javax.wsdl.Port port)
           
 void WSDLServiceBuilder.buildInterface(ServiceInfo si, javax.wsdl.PortType p)
           
protected  void ServiceWSDLBuilder.buildService(ServiceInfo serviceInfo, javax.wsdl.Definition definition)
           
 EndpointInfo WSDLEndpointFactory.createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> extensions)
           
 void SchemaUtil.getSchemas(javax.wsdl.Definition def, SchemaCollection schemaCol, ServiceInfo serviceInfo)
           
 void SchemaUtil.getSchemas(javax.wsdl.Definition def, ServiceInfo serviceInfo)
           
 

Constructors in org.apache.cxf.wsdl11 with parameters of type ServiceInfo
ServiceWSDLBuilder(Bus b, ServiceInfo... services)
          For callers who prefer varargs, an inline list of ServiceInfo objects instead of a List.
 

Constructor parameters in org.apache.cxf.wsdl11 with type arguments of type ServiceInfo
ServiceWSDLBuilder(Bus b, List<ServiceInfo> services)
          Sets up the builder on a bus with a list of services.
 


Apache CXF API

Apache CXF