|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServiceInfo in org.apache.cxf.binding |
|---|
| Methods in org.apache.cxf.binding with parameters of type ServiceInfo | |
|---|---|
BindingInfo |
AbstractBindingFactory.createBindingInfo(ServiceInfo service,
javax.wsdl.Binding binding,
java.lang.String ns)
Copies extensors from the Binding to BindingInfo. |
BindingInfo |
AbstractBindingFactory.createBindingInfo(ServiceInfo service,
java.lang.String namespace,
java.lang.Object config)
Creates a "default" BindingInfo object for the service. |
protected BindingInfo |
AbstractBindingFactory.initializeBindingInfo(ServiceInfo service,
javax.wsdl.Binding binding,
BindingInfo bi)
|
| 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,
java.lang.String bindingid,
java.lang.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,
java.lang.String ns)
|
BindingInfo |
SoapBindingFactory.createBindingInfo(ServiceInfo si,
java.lang.String bindingid,
java.lang.Object conf)
|
EndpointInfo |
SoapTransportFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
javax.wsdl.Port port)
|
| 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,
java.lang.String n)
|
|
SoapBindingInfo(ServiceInfo serv,
java.lang.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,
java.lang.String namespace,
java.lang.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.source |
|---|
| Methods in org.apache.cxf.databinding.source with parameters of type ServiceInfo | |
|---|---|
protected void |
AbstractDataBinding.addSchemaDocument(ServiceInfo serviceInfo,
org.apache.ws.commons.schema.XmlSchemaCollection col,
org.w3c.dom.Document d,
java.lang.String systemId)
|
| Uses of ServiceInfo in org.apache.cxf.endpoint.dynamic |
|---|
| Constructors in org.apache.cxf.endpoint.dynamic with parameters of type ServiceInfo | |
|---|---|
TypeClassInitializer(ServiceInfo serviceInfo,
com.sun.tools.xjc.api.S2JJAXBModel model)
|
|
| 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.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 | |
|---|---|
java.util.List<ServiceInfo> |
ServiceImpl.getServiceInfos()
|
java.util.List<ServiceInfo> |
Service.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)
|
|
ServiceModelVisitor(ServiceInfo serviceInfo)
|
|
| Constructor parameters in org.apache.cxf.service with type arguments of type ServiceInfo | |
|---|---|
ServiceImpl(java.util.List<ServiceInfo> si)
|
|
| Uses of ServiceInfo in org.apache.cxf.service.factory |
|---|
| Methods in org.apache.cxf.service.factory that return ServiceInfo | |
|---|---|
protected ServiceInfo |
ReflectionServiceFactoryBean.createServiceInfo(InterfaceInfo intf)
|
| Methods in org.apache.cxf.service.factory with parameters of type ServiceInfo | |
|---|---|
protected void |
ReflectionServiceFactoryBean.checkForHeaderElement(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,
java.lang.reflect.Method m)
|
protected void |
ReflectionServiceFactoryBean.createWrappedSchema(ServiceInfo serviceInfo,
AbstractMessageContainer wrappedMessage,
AbstractMessageContainer unwrappedMessage,
javax.xml.namespace.QName wrapperBeanName)
|
protected void |
ReflectionServiceFactoryBean.initializeWrappedSchema(ServiceInfo serviceInfo)
|
| 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()
|
ServiceInfo |
SchemaInfo.getServiceInfo()
|
| Methods in org.apache.cxf.service.model with parameters of type ServiceInfo | |
|---|---|
static SchemaInfo |
ServiceModelUtil.getSchema(ServiceInfo serviceInfo,
MessagePartInfo messagePartInfo)
|
| Method parameters in org.apache.cxf.service.model with type arguments of type ServiceInfo | |
|---|---|
static EndpointInfo |
ServiceModelUtil.findBestEndpointInfo(javax.xml.namespace.QName qn,
java.util.List<ServiceInfo> serviceInfos)
|
| Constructors in org.apache.cxf.service.model with parameters of type ServiceInfo | |
|---|---|
BindingInfo(ServiceInfo service,
java.lang.String bindingId)
|
|
EndpointInfo(ServiceInfo serv,
java.lang.String ns)
|
|
InterfaceInfo(ServiceInfo info,
javax.xml.namespace.QName q)
|
|
SchemaInfo(ServiceInfo serviceInfo,
java.lang.String namespaceUri)
|
|
| 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 java.util.Collection<JavaClass> |
BeanGenerator.generateBeanClasses(ServiceInfo service)
|
protected java.util.Collection<JavaClass> |
FaultBeanGenerator.generateBeanClasses(ServiceInfo serviceInfo)
|
protected java.util.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 |
JavaToProcessor.generate(ServiceInfo service,
java.io.File output)
|
| 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 | |
|---|---|
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.transport.http |
|---|
| Methods in org.apache.cxf.transport.http with parameters of type ServiceInfo | |
|---|---|
EndpointInfo |
AbstractHTTPTransportFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
javax.wsdl.Port port)
|
| 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 |
Wsdl11XPointerDomainExpression.appliesTo(ServiceInfo si)
|
boolean |
EndpointReferenceDomainExpression.appliesTo(ServiceInfo si)
|
boolean |
PolicyAttachment.appliesTo(ServiceInfo si)
|
boolean |
DomainExpression.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 | |
|---|---|
java.util.List<ServiceInfo> |
WrappedService.getServiceInfos()
|
| Uses of ServiceInfo in org.apache.cxf.wsdl |
|---|
| Methods in org.apache.cxf.wsdl with parameters of type ServiceInfo | |
|---|---|
static javax.xml.validation.Schema |
EndpointReferenceUtils.getSchema(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 | |
|---|---|
java.util.List<ServiceInfo> |
WSDLServiceBuilder.buildMockServices(javax.wsdl.Definition d)
|
java.util.List<ServiceInfo> |
WSDLServiceBuilder.buildServices(javax.wsdl.Definition d)
|
java.util.List<ServiceInfo> |
WSDLServiceBuilder.buildServices(javax.wsdl.Definition d,
javax.xml.namespace.QName name)
|
java.util.List<ServiceInfo> |
WSDLServiceBuilder.buildServices(javax.wsdl.Definition def,
javax.wsdl.Service serv)
|
| 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)
|
BindingInfo |
WSDLBindingFactory.createBindingInfo(ServiceInfo serviceInfo,
javax.wsdl.Binding binding,
java.lang.String ns)
|
EndpointInfo |
WSDLEndpointFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
javax.wsdl.Port port)
|
| Constructors in org.apache.cxf.wsdl11 with parameters of type ServiceInfo | |
|---|---|
ServiceWSDLBuilder(Bus b,
ServiceInfo... services)
|
|
| Constructor parameters in org.apache.cxf.wsdl11 with type arguments of type ServiceInfo | |
|---|---|
ServiceWSDLBuilder(Bus b,
java.util.List<ServiceInfo> services)
|
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||