de.rowa.posps.client.connection
Class PospsConnection

java.lang.Object
  extended by de.rowa.posps.client.connection.PospsConnection

public class PospsConnection
extends java.lang.Object

Connection to a posps server. Gives access of shared instances of the port proxies and keeps a ConnectionProtocol.

Author:
Michael Koch

Constructor Summary
PospsConnection(java.net.URL wsdlUrl)
          Creates a connection to the posps server at the given URL.
 
Method Summary
 ConnectionProtocol getConnectionProtocol()
           
 de.rowa.wsdl.posps.OrderPortType getOrderPort()
           
 de.rowa.wsdl.posps.PickupPortType getPickupPort()
           
 de.rowa.wsdl.posps.PospsPortType getPospsPort()
           
 PospsServerInfoLoader getPospsServerInfoLoader()
           
 de.rowa.wsdl.posps.SalePortType getSalePort()
           
 de.rowa.wsdl.posps.SearchPortType getSearchPort()
           
 java.net.URL getWsdlUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PospsConnection

public PospsConnection(java.net.URL wsdlUrl)
                throws javax.xml.ws.WebServiceException
Creates a connection to the posps server at the given URL.

Parameters:
wsdlUrl - URL which points at the WSDL file of a posps server.
Throws:
javax.xml.ws.WebServiceException - If the connection to the server at the given URL failed.
Method Detail

getConnectionProtocol

public ConnectionProtocol getConnectionProtocol()

getPospsServerInfoLoader

public PospsServerInfoLoader getPospsServerInfoLoader()

getWsdlUrl

public java.net.URL getWsdlUrl()

getSalePort

public de.rowa.wsdl.posps.SalePortType getSalePort()

getSearchPort

public de.rowa.wsdl.posps.SearchPortType getSearchPort()

getOrderPort

public de.rowa.wsdl.posps.OrderPortType getOrderPort()

getPickupPort

public de.rowa.wsdl.posps.PickupPortType getPickupPort()

getPospsPort

public de.rowa.wsdl.posps.PospsPortType getPospsPort()


Copyright © 2007-2016 Becton Dickinson. All Rights Reserved.