org.jclouds.vcloud.director.v1_5.parsers
Class SessionWithTokenFromXMLAndHeader

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.parsers.SessionWithTokenFromXMLAndHeader
All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,SessionWithToken>

@Singleton
public class SessionWithTokenFromXMLAndHeader
extends Object
implements com.google.common.base.Function<org.jclouds.http.HttpResponse,SessionWithToken>

Author:
Adrian Cole

Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Constructor Summary
SessionWithTokenFromXMLAndHeader(org.jclouds.http.functions.ParseXMLWithJAXB<Session> sessionParser)
           
 
Method Summary
 SessionWithToken apply(org.jclouds.http.HttpResponse from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Field Detail

logger

protected org.jclouds.logging.Logger logger
Constructor Detail

SessionWithTokenFromXMLAndHeader

@Inject
public SessionWithTokenFromXMLAndHeader(org.jclouds.http.functions.ParseXMLWithJAXB<Session> sessionParser)
Method Detail

apply

public SessionWithToken apply(org.jclouds.http.HttpResponse from)
Specified by:
apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,SessionWithToken>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.