de.rowa.posps.client.connection
Class PospsServerInfo

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getIdentification()
           
 de.rowa.wsdl.posps.types.PospsServerProduct getProduct()
           
 java.util.List<de.rowa.wsdl.posps.types.PospsProfile> getSupportedProfiles()
           
 java.lang.String getVendor()
           
 de.rowa.wsdl.posps.types.PospsVersion getVersion()
           
 java.net.URL getWsdlUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.