Searched refs:PATH_INFO (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/bin/
H A Djava-rmi.cgi.sh61 -DPATH_INFO="$PATH_INFO" \
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/
H A DMessageContext.java162 public static final String PATH_INFO = field in interface:MessageContext
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DPortableConnectionImpl.java188 @Property(MessageContext.PATH_INFO)
H A DServerConnectionImpl.java251 @Property(MessageContext.PATH_INFO)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/dispatch/
H A DDispatchImpl.java288 if (requestContext.get(MessageContext.PATH_INFO) != null)
289 pathInfo = (String) requestContext.get(MessageContext.PATH_INFO);

Completed in 33 milliseconds