com.sun.xml.ws.transport.tcp.server.glassfish
Class ServletFakeArtifactSet

java.lang.Object
  extended by com.sun.xml.ws.api.PropertySet
      extended by com.sun.xml.ws.api.DistributedPropertySet
          extended by com.sun.xml.ws.transport.tcp.server.glassfish.ServletFakeArtifactSet

public final class ServletFakeArtifactSet
extends com.sun.xml.ws.api.DistributedPropertySet


Nested Class Summary
static class ServletFakeArtifactSet.FakeServletHttpRequest
           
static class ServletFakeArtifactSet.FakeServletHttpResponse
           
 
Nested classes/interfaces inherited from class com.sun.xml.ws.api.PropertySet
com.sun.xml.ws.api.PropertySet.Accessor, com.sun.xml.ws.api.PropertySet.Property, com.sun.xml.ws.api.PropertySet.PropertyMap
 
Constructor Summary
ServletFakeArtifactSet(java.lang.String requestURL, java.lang.String servletPath)
           
 
Method Summary
 com.sun.xml.ws.api.PropertySet.PropertyMap getPropertyMap()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 javax.servlet.http.HttpServletResponse getResponse()
           
 
Methods inherited from class com.sun.xml.ws.api.DistributedPropertySet
addSatellite, copySatelliteInto, get, put, remove, removeSatellite, supports
 
Methods inherited from class com.sun.xml.ws.api.PropertySet
containsKey, createMapView, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletFakeArtifactSet

public ServletFakeArtifactSet(java.lang.String requestURL,
                              java.lang.String servletPath)
Method Detail

getPropertyMap

public com.sun.xml.ws.api.PropertySet.PropertyMap getPropertyMap()
Specified by:
getPropertyMap in class com.sun.xml.ws.api.PropertySet

getResponse

public javax.servlet.http.HttpServletResponse getResponse()

getRequest

public javax.servlet.http.HttpServletRequest getRequest()