de.rowa.posps.client.connection
Class PospsServerInfo
java.lang.Object
de.rowa.posps.client.connection.PospsServerInfo
public class PospsServerInfo
- extends java.lang.Object
Container for the posps server description data available from the Posps port.
- Author:
- Michael Koch
|
Constructor Summary |
PospsServerInfo(java.net.URL wsdlUrl,
java.lang.String vendor,
de.rowa.wsdl.posps.types.PospsServerProduct product,
de.rowa.wsdl.posps.types.PospsVersion version,
java.lang.String identification,
java.util.List<de.rowa.wsdl.posps.types.PospsProfile> supportedProfiles)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PospsServerInfo
public PospsServerInfo(java.net.URL wsdlUrl,
java.lang.String vendor,
de.rowa.wsdl.posps.types.PospsServerProduct product,
de.rowa.wsdl.posps.types.PospsVersion version,
java.lang.String identification,
java.util.List<de.rowa.wsdl.posps.types.PospsProfile> supportedProfiles)
getWsdlUrl
public java.net.URL getWsdlUrl()
getVendor
public java.lang.String getVendor()
getProduct
public de.rowa.wsdl.posps.types.PospsServerProduct getProduct()
getVersion
public de.rowa.wsdl.posps.types.PospsVersion getVersion()
getIdentification
public java.lang.String getIdentification()
getSupportedProfiles
public java.util.List<de.rowa.wsdl.posps.types.PospsProfile> getSupportedProfiles()
Copyright © 2007-2016 Becton Dickinson. All Rights Reserved.