public class LocalJaxWsServiceFactory extends ObjectSE
ServiceSE 参照のファクトリ。JAX-WS Service.create(java.net.URL, javax.xml.namespace.QName)SE ファクトリ API をそで使用します。LocalJaxWsServiceFactoryBean および JaxWsPortClientInterceptor および JaxWsPortProxyFactoryBean の基本クラスとして機能します。
ServiceSE, LocalJaxWsServiceFactoryBean, JaxWsPortClientInterceptor, JaxWsPortProxyFactoryBean| コンストラクターと説明 | 
|---|
LocalJaxWsServiceFactory() | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
ServiceSE | createJaxWsService() このファクトリのパラメーターに従って JAX-WS サービスを作成します。  | 
StringSE | getNamespaceUri() サービスの名前空間 URI を返します。  | 
protected QNameSE | getQName(StringSE name) 指定された場合、このファクトリの名前空間 URI に関連する、指定された名前の QName を返します。  | 
StringSE | getServiceName() サービスの名前を返します。  | 
URLSE | getWsdlDocumentUrl() サービスを説明する WSDL ドキュメントの URL を返します。  | 
void | setExecutor(ExecutorSE executor) コールバックを必要とする非同期実行に使用する JDK コンカレントエグゼキューターを設定します。  | 
void | setHandlerResolver(HandlerResolverSE handlerResolver)JAX-WS HandlerResolver を設定して、このファクトリを介して作成されたすべてのプロキシとディスパッチャーに使用します。  | 
void | setNamespaceUri(StringSE namespaceUri) サービスの名前空間 URI を設定します。  | 
void | setServiceFeatures(WebServiceFeatureSE... serviceFeatures)WebServiceFeature オブジェクトを指定します(例:  | 
void | setServiceName(StringSE serviceName) 検索するサービスの名前を設定します。  | 
void | setWsdlDocumentResource(Resource wsdlDocumentResource)WSDL ドキュメントの URL を  Resource として設定します。 | 
void | setWsdlDocumentUrl(URLSE wsdlDocumentUrl) サービスを説明する WSDL ドキュメントの URL を設定します。  | 
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void setWsdlDocumentUrl(@Nullable URLSE wsdlDocumentUrl)
public void setWsdlDocumentResource(Resource wsdlDocumentResource) throws IOExceptionSE
Resource として設定します。IOExceptionSEpublic void setNamespaceUri(@Nullable StringSE namespaceUri)
public void setServiceName(@Nullable StringSE serviceName)
public void setServiceFeatures(WebServiceFeatureSE... serviceFeatures)
Service.create(QName, WebServiceFeature...)SEpublic void setExecutor(ExecutorSE executor)
public void setHandlerResolver(HandlerResolverSE handlerResolver)
public ServiceSE createJaxWsService()