| Modifier and Type | Method and Description | 
|---|---|
| BindingInfo | AbstractBindingFactory. createBindingInfo(ServiceInfo service,
                 String namespace,
                 Object config)Creates a "default" BindingInfo object for the service. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected MessageInfo | AbstractInDatabindingInterceptor. setMessage(Message message,
          BindingOperationInfo operation,
          boolean requestor,
          ServiceInfo si,
          MessageInfo msgInfo) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ServiceInfo | ServiceModelVisitor. serviceInfo | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceInfo | ServiceBuilder. createService() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ServiceInfo> | ServiceImpl. getServiceInfos() | 
| List<ServiceInfo> | Service. getServiceInfos() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServiceModelVisitor. begin(ServiceInfo service) | 
| void | ServiceModelVisitor. end(ServiceInfo service) | 
| Constructor and Description | 
|---|
| ServiceImpl(ServiceInfo si) | 
| ServiceModelSchemaValidator(ServiceInfo serviceInfo) | 
| ServiceModelVisitor(ServiceInfo serviceInfo) | 
| Constructor and Description | 
|---|
| ServiceImpl(List<ServiceInfo> si) | 
| Modifier and Type | Method and Description | 
|---|---|
| ServiceInfo | EndpointInfo. getService() | 
| ServiceInfo | BindingInfo. getService() | 
| ServiceInfo | InterfaceInfo. getService() | 
| Modifier and Type | Method and Description | 
|---|---|
| static SchemaInfo | ServiceModelUtil. getSchema(ServiceInfo serviceInfo,
         MessagePartInfo messagePartInfo) | 
| void | EndpointInfo. setService(ServiceInfo s) | 
| Modifier and Type | Method and Description | 
|---|---|
| static EndpointInfo | ServiceModelUtil. findBestEndpointInfo(QName qn,
                    List<ServiceInfo> serviceInfos) | 
| Constructor and Description | 
|---|
| BindingInfo(ServiceInfo service,
           String bindingId) | 
| EndpointInfo(ServiceInfo serv,
            String ns) | 
| InterfaceInfo(ServiceInfo info,
             QName q) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WoodstoxValidationImpl. setupValidation(XMLStreamReader reader,
               Endpoint endpoint,
               ServiceInfo serviceInfo) | 
| void | WoodstoxValidationImpl. setupValidation(XMLStreamWriter writer,
               Endpoint endpoint,
               ServiceInfo serviceInfo) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Schema | EndpointReferenceUtils. getSchema(ServiceInfo serviceInfo) | 
| static Schema | EndpointReferenceUtils. getSchema(ServiceInfo serviceInfo,
         Bus b) | 
Apache CXF