Uses of Class
org.apache.cxf.service.model.ServiceInfo
-
-
Uses of ServiceInfo in org.apache.cxf.aegis.databinding
Methods in org.apache.cxf.aegis.databinding with parameters of type ServiceInfo Modifier and Type Method Description protected voidAegisDatabinding. 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 Modifier and Type Method Description BindingInfoAbstractBindingFactory. 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 Modifier and Type Method Description static CorbaTypeMapTypeMapCache. 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 Modifier and Type Method Description protected org.omg.CORBA.NVListCorbaStreamInInterceptor. prepareArguments(CorbaMessage corbaMsg, InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, ServiceInfo service)protected org.omg.CORBA.NVListCorbaStreamInInterceptor. prepareDIIArgsList(CorbaMessage corbaMsg, BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, org.omg.CORBA.ORB orb, ServiceInfo service)protected voidCorbaStreamFaultOutInterceptor. setUserException(CorbaMessage message, Throwable ex, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service)protected voidCorbaStreamFaultOutInterceptor. 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 Modifier and Type Field Description protected ServiceInfoCorbaStreamWriter. serviceInfoConstructors in org.apache.cxf.binding.corba.runtime with parameters of type ServiceInfo Constructor Description CorbaFaultStreamWriter(org.omg.CORBA.ORB orbRef, RaisesType raisesType, CorbaTypeMap map, ServiceInfo sinfo)CorbaStreamWriter(org.omg.CORBA.ORB orbRef, List<ArgType> paramTypes, CorbaTypeMap map, ServiceInfo sinfo, boolean wrap)CorbaStreamWriter(org.omg.CORBA.ORB orbRef, CorbaTypeMap map, ServiceInfo sinfo) -
Uses of ServiceInfo in org.apache.cxf.binding.corba.types
Fields in org.apache.cxf.binding.corba.types declared as ServiceInfo Modifier and Type Field Description protected ServiceInfoAbstractNoStartEndEventProducer. serviceInfoprotected ServiceInfoAbstractStartEndEventProducer. serviceInfoMethods in org.apache.cxf.binding.corba.types with parameters of type ServiceInfo Modifier and Type Method Description static StringCorbaHandlerUtils. getNamespaceURI(ServiceInfo serviceInfo, QName typeName)static CorbaTypeEventProducerCorbaHandlerUtils. getTypeEventProducer(CorbaObjectHandler handler, ServiceInfo serviceInfo, org.omg.CORBA.ORB orb)static CorbaTypeListenerCorbaHandlerUtils. getTypeListener(QName name, QName idlType, CorbaTypeMap typeMap, org.omg.CORBA.ORB orb, ServiceInfo serviceInfo)static org.apache.ws.commons.schema.XmlSchemaElementCorbaHandlerUtils. getXmlSchemaSequenceElement(org.apache.ws.commons.schema.XmlSchemaObject schemaType, ServiceInfo serviceInfo)static voidCorbaHandlerUtils. initializeArrayHandler(org.omg.CORBA.ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)static voidCorbaHandlerUtils. initializeExceptionHandler(org.omg.CORBA.ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)static CorbaObjectHandlerCorbaHandlerUtils. initializeObjectHandler(org.omg.CORBA.ORB orb, QName name, QName idlType, CorbaTypeMap typeMap, ServiceInfo serviceInfo)static CorbaObjectHandlerCorbaHandlerUtils. initializeObjectHandler(org.omg.CORBA.ORB orb, QName name, QName idlType, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)static voidCorbaHandlerUtils. initializeSequenceHandler(org.omg.CORBA.ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)static voidCorbaHandlerUtils. initializeStructHandler(org.omg.CORBA.ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)static voidCorbaHandlerUtils. initializeUnionHandler(org.omg.CORBA.ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes) -
Uses of ServiceInfo in org.apache.cxf.binding.corba.utils
Methods in org.apache.cxf.binding.corba.utils with parameters of type ServiceInfo Modifier and Type Method Description static org.apache.ws.commons.schema.XmlSchemaTypeCorbaUtils. getXmlSchemaType(ServiceInfo serviceInfo, QName name)static booleanCorbaUtils. isAttributeFormQualified(ServiceInfo serviceInfo, String uri)static booleanCorbaUtils. isElementFormQualified(ServiceInfo serviceInfo, String uri)static QNameCorbaUtils. processQName(QName qname, ServiceInfo serviceInfo) -
Uses of ServiceInfo in org.apache.cxf.binding.soap
Methods in org.apache.cxf.binding.soap with parameters of type ServiceInfo Modifier and Type Method Description BindingInfoSoapBindingFactory. createBindingInfo(ServiceInfo si, String bindingid, Object conf)BindingInfoSoapBindingFactory. createBindingInfo(ServiceInfo service, javax.wsdl.Binding binding, String ns)EndpointInfoSoapTransportFactory. createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> ees)QNameSoapBindingConfiguration. 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 Constructor Description 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 Modifier and Type Method Description BindingInfoXMLBindingFactory. createBindingInfo(ServiceInfo service, String namespace, Object config)Constructors in org.apache.cxf.binding.xml with parameters of type ServiceInfo Constructor Description XMLFormatValidator(ServiceInfo s) -
Uses of ServiceInfo in org.apache.cxf.databinding
Methods in org.apache.cxf.databinding with parameters of type ServiceInfo Modifier and Type Method Description org.apache.ws.commons.schema.XmlSchemaAbstractDataBinding. addSchemaDocument(ServiceInfo serviceInfo, SchemaCollection col, Document d, String systemId)org.apache.ws.commons.schema.XmlSchemaAbstractDataBinding. 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 Constructor Description TypeClassInitializer(Bus bus, ServiceInfo serviceInfo, JAXBUtils.S2JJAXBModel model, boolean allowWr) -
Uses of ServiceInfo in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that return ServiceInfo Modifier and Type Method Description ServiceInfoAbstractServiceFactory. createService() -
Uses of ServiceInfo in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor with parameters of type ServiceInfo Modifier and Type Method Description protected MessageInfoAbstractInDatabindingInterceptor. 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 Modifier and Type Method Description static BasicNameManagerBasicNameManager. newNameManager(ServiceInfo service)Factory that just takes a service.static BasicNameManagerBasicNameManager. 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 Modifier and Type Method Description voidServiceJavascriptBuilder. begin(ServiceInfo service)voidServiceJavascriptBuilder. end(ServiceInfo service)Constructors in org.apache.cxf.javascript.service with parameters of type ServiceInfo Constructor Description ServiceJavascriptBuilder(ServiceInfo serviceInfo, String endpointAddress, NamespacePrefixAccumulator prefixAccumulator, NameManager nameManager)Construct builder object. -
Uses of ServiceInfo in org.apache.cxf.jaxb
Methods in org.apache.cxf.jaxb with parameters of type ServiceInfo Modifier and Type Method Description protected voidJAXBDataBinding. justCheckForJAXBAnnotations(ServiceInfo serviceInfo) -
Uses of ServiceInfo in org.apache.cxf.jaxrs
Methods in org.apache.cxf.jaxrs that return types with arguments of type ServiceInfo Modifier and Type Method Description 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 Modifier and Type Method Description protected OperationInfoJaxWsServiceFactoryBean. createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m) -
Uses of ServiceInfo in org.apache.cxf.service
Fields in org.apache.cxf.service declared as ServiceInfo Modifier and Type Field Description protected ServiceInfoServiceModelVisitor. serviceInfoMethods in org.apache.cxf.service that return ServiceInfo Modifier and Type Method Description ServiceInfoServiceBuilder. createService()Methods in org.apache.cxf.service that return types with arguments of type ServiceInfo Modifier and Type Method Description List<ServiceInfo>Service. getServiceInfos()List<ServiceInfo>ServiceImpl. getServiceInfos()Methods in org.apache.cxf.service with parameters of type ServiceInfo Modifier and Type Method Description voidServiceModelVisitor. begin(ServiceInfo service)voidServiceModelVisitor. end(ServiceInfo service)Constructors in org.apache.cxf.service with parameters of type ServiceInfo Constructor Description ServiceImpl(ServiceInfo si)ServiceModelSchemaValidator(ServiceInfo serviceInfo)ServiceModelVisitor(ServiceInfo serviceInfo)Constructor parameters in org.apache.cxf.service with type arguments of type ServiceInfo Constructor Description ServiceImpl(List<ServiceInfo> si) -
Uses of ServiceInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return ServiceInfo Modifier and Type Method Description ServiceInfoBindingInfo. getService()ServiceInfoEndpointInfo. getService()ServiceInfoInterfaceInfo. getService()Methods in org.apache.cxf.service.model with parameters of type ServiceInfo Modifier and Type Method Description static SchemaInfoServiceModelUtil. getSchema(ServiceInfo serviceInfo, MessagePartInfo messagePartInfo)voidEndpointInfo. setService(ServiceInfo s)Method parameters in org.apache.cxf.service.model with type arguments of type ServiceInfo Modifier and Type Method Description static EndpointInfoServiceModelUtil. findBestEndpointInfo(QName qn, List<ServiceInfo> serviceInfos)Constructors in org.apache.cxf.service.model with parameters of type ServiceInfo Constructor Description 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 Modifier and Type Method Description voidWoodstoxValidationImpl. setupValidation(XMLStreamReader reader, Endpoint endpoint, ServiceInfo serviceInfo)voidWoodstoxValidationImpl. 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 Modifier and Type Method Description static JavaInterfaceJavaFirstUtil. serviceInfo2JavaInf(ServiceInfo service) -
Uses of ServiceInfo in org.apache.cxf.tools.java2wsdl.generator
Methods in org.apache.cxf.tools.java2wsdl.generator that return ServiceInfo Modifier and Type Method Description ServiceInfoAbstractGenerator. getServiceModel()Methods in org.apache.cxf.tools.java2wsdl.generator with parameters of type ServiceInfo Modifier and Type Method Description voidAbstractGenerator. 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidJavaToWSDLProcessor. 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 Modifier and Type Method Description JavaInterfaceJAXWSFrontEndProcessor. serviceInfo2JavaInf(ServiceInfo service) -
Uses of ServiceInfo in org.apache.cxf.tools.validator
Fields in org.apache.cxf.tools.validator declared as ServiceInfo Modifier and Type Field Description protected ServiceInfoServiceValidator. serviceMethods in org.apache.cxf.tools.validator with parameters of type ServiceInfo Modifier and Type Method Description voidServiceValidator. setService(ServiceInfo s) -
Uses of ServiceInfo in org.apache.cxf.tools.wsdlto
Methods in org.apache.cxf.tools.wsdlto with parameters of type ServiceInfo Modifier and Type Method Description voidWSDLToJavaContainer. 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 Modifier and Type Method Description static JavaInterfacePortTypeProcessor. getInterface(ToolContext context, ServiceInfo serviceInfo, InterfaceInfo interfaceInfo)voidPortTypeProcessor. process(ServiceInfo serviceInfo)voidServiceProcessor. process(ServiceInfo si)voidPortTypeProcessor. 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 Constructor Description 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 Modifier and Type Method Description voidJavaScriptContainer. validate(ServiceInfo service) -
Uses of ServiceInfo in org.apache.cxf.transport.http
Methods in org.apache.cxf.transport.http with parameters of type ServiceInfo Modifier and Type Method Description EndpointInfoHTTPTransportFactory. 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 Modifier and Type Method Description static SchemaEndpointReferenceUtils. getSchema(ServiceInfo serviceInfo)static SchemaEndpointReferenceUtils. 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 Modifier and Type Method Description org.apache.neethi.PolicyPolicyProvider. getEffectivePolicy(ServiceInfo si, Message m) -
Uses of ServiceInfo in org.apache.cxf.ws.policy.attachment
Methods in org.apache.cxf.ws.policy.attachment with parameters of type ServiceInfo Modifier and Type Method Description org.apache.neethi.PolicyServiceModelPolicyProvider. getEffectivePolicy(ServiceInfo si, Message m) -
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 Modifier and Type Method Description booleanDomainExpression. appliesTo(ServiceInfo si)booleanEndpointReferenceDomainExpression. appliesTo(ServiceInfo si)booleanPolicyAttachment. appliesTo(ServiceInfo si)booleanURIDomainExpression. appliesTo(ServiceInfo si)org.apache.neethi.PolicyExternalAttachmentProvider. getEffectivePolicy(ServiceInfo si, Message m) -
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 Modifier and Type Method Description org.apache.neethi.PolicyWsdl11AttachmentPolicyProvider. getEffectivePolicy(ServiceInfo si, Message m) -
Uses of ServiceInfo in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return ServiceInfo Modifier and Type Method Description ServiceInfoWrappedService. getServiceInfo()Methods in org.apache.cxf.ws.rm that return types with arguments of type ServiceInfo Modifier and Type Method Description 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 Modifier and Type Method Description BindingInfoAbstractWSDLBindingFactory. createBindingInfo(ServiceInfo service, javax.wsdl.Binding binding, String ns)Copies extensors from the Binding to BindingInfo.BindingInfoWSDLBindingFactory. createBindingInfo(ServiceInfo serviceInfo, javax.wsdl.Binding binding, String ns)protected BindingInfoAbstractWSDLBindingFactory. 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 Modifier and Type Method Description protected ServiceInfoReflectionServiceFactoryBean. createServiceInfo(InterfaceInfo intf)Methods in org.apache.cxf.wsdl.service.factory with parameters of type ServiceInfo Modifier and Type Method Description protected voidReflectionServiceFactoryBean. checkForElement(ServiceInfo serviceInfo, MessagePartInfo mpi)protected voidReflectionServiceFactoryBean. createBareMessage(ServiceInfo serviceInfo, OperationInfo opInfo, boolean isOut)protected InterfaceInfoReflectionServiceFactoryBean. createInterface(ServiceInfo serviceInfo)protected OperationInfoReflectionServiceFactoryBean. createOperation(ServiceInfo serviceInfo, InterfaceInfo intf, Method m)protected voidReflectionServiceFactoryBean. createWrappedSchema(ServiceInfo serviceInfo, AbstractMessageContainer wrappedMessage, AbstractMessageContainer unwrappedMessage, QName wrapperBeanName)protected voidReflectionServiceFactoryBean. initializeWrappedSchema(ServiceInfo serviceInfo) -
Uses of ServiceInfo in org.apache.cxf.wsdl11
Methods in org.apache.cxf.wsdl11 that return ServiceInfo Modifier and Type Method Description ServiceInfoWSDLServiceBuilder. buildMockService(javax.wsdl.Definition def, javax.wsdl.PortType p)Methods in org.apache.cxf.wsdl11 that return types with arguments of type ServiceInfo Modifier and Type Method Description List<ServiceInfo>WSDLServiceBuilder. buildMockServices(javax.wsdl.Definition d)List<ServiceInfo>WSDLServiceBuilder. buildServices(javax.wsdl.Definition d)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)List<ServiceInfo>WSDLServiceBuilder. buildServices(javax.wsdl.Definition d, QName name)List<ServiceInfo>WSDLServiceBuilder. buildServices(javax.wsdl.Definition d, QName name, QName endpointName)Methods in org.apache.cxf.wsdl11 with parameters of type ServiceInfo Modifier and Type Method Description BindingInfoWSDLServiceBuilder. buildBinding(ServiceInfo service, javax.wsdl.Binding binding)EndpointInfoWSDLServiceBuilder. buildEndpoint(ServiceInfo service, BindingInfo bi, javax.wsdl.Port port)voidWSDLServiceBuilder. buildInterface(ServiceInfo si, javax.wsdl.PortType p)protected voidServiceWSDLBuilder. buildService(ServiceInfo serviceInfo, javax.wsdl.Definition definition)EndpointInfoWSDLEndpointFactory. createEndpointInfo(Bus bus, ServiceInfo serviceInfo, BindingInfo b, List<?> extensions)voidSchemaUtil. getSchemas(javax.wsdl.Definition def, SchemaCollection schemaCol, ServiceInfo serviceInfo)voidSchemaUtil. getSchemas(javax.wsdl.Definition def, ServiceInfo serviceInfo)Constructors in org.apache.cxf.wsdl11 with parameters of type ServiceInfo Constructor Description 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 Constructor Description ServiceWSDLBuilder(Bus b, List<ServiceInfo> services)Sets up the builder on a bus with a list of services.
-